diff --git a/azure_sdk/lib/azure_sdk.rb b/azure_sdk/lib/azure_sdk.rb index c9bc1bc56f..777a7b47d3 100644 --- a/azure_sdk/lib/azure_sdk.rb +++ b/azure_sdk/lib/azure_sdk.rb @@ -3,6 +3,6 @@ # Licensed under the MIT License. See License.txt in the project root for license information. require 'azure_sdk/version' +require 'v2018_03_01/v2018_03_01_profile_client' require 'v2017_03_09/v2017_03_09_profile_client' require 'latest/latest_profile_client' -require 'v2018_03_01/v2018_03_01_profile_client' diff --git a/azure_sdk/lib/latest/modules/analysisservices_profile_module.rb b/azure_sdk/lib/latest/modules/analysisservices_profile_module.rb index f2ff35ae4a..051bae0813 100644 --- a/azure_sdk/lib/latest/modules/analysisservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/analysisservices_profile_module.rb @@ -7,16 +7,23 @@ module Azure::Profiles::Latest module AnalysisServices module Mgmt - Servers = Azure::AnalysisServices::Mgmt::V2017_08_01::Servers Operations = Azure::AnalysisServices::Mgmt::V2017_08_01::Operations + Servers = Azure::AnalysisServices::Mgmt::V2017_08_01::Servers module Models - AnalysisServicesServerUpdateParameters = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::AnalysisServicesServerUpdateParameters + OperationStatus = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationStatus + Resource = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Resource OperationDisplay = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationDisplay - GatewayListStatusLive = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::GatewayListStatusLive + Operation = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Operation OperationListResult = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationListResult + ProvisioningState = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ProvisioningState + State = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::State + ResourceSku = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ResourceSku + SkuTier = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuTier + Status = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Status + AnalysisServicesServerUpdateParameters = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::AnalysisServicesServerUpdateParameters + GatewayListStatusLive = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::GatewayListStatusLive GatewayError = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::GatewayError - Resource = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Resource GatewayListStatusError = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::GatewayListStatusError AnalysisServicesServers = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::AnalysisServicesServers CheckServerNameAvailabilityParameters = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::CheckServerNameAvailabilityParameters @@ -24,24 +31,17 @@ module Models CheckServerNameAvailabilityResult = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::CheckServerNameAvailabilityResult IPv4FirewallSettings = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::IPv4FirewallSettings ErrorResponse = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ErrorResponse - ResourceSku = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ResourceSku - OperationStatus = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationStatus ServerAdministrators = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ServerAdministrators SkuEnumerationForNewResourceResult = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuEnumerationForNewResourceResult - Operation = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Operation SkuDetailsForExistingResource = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuDetailsForExistingResource IPv4FirewallRule = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::IPv4FirewallRule SkuEnumerationForExistingResourceResult = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuEnumerationForExistingResourceResult AnalysisServicesServer = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::AnalysisServicesServer - SkuTier = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuTier - State = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::State - ProvisioningState = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ProvisioningState ConnectionMode = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ConnectionMode - Status = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Status end class AnalysisServicesManagementClass - attr_reader :servers, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :servers, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -51,8 +51,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @servers = @client_0.servers @operations = @client_0.operations + @servers = @client_0.servers @model_classes = ModelClasses.new end @@ -71,24 +71,45 @@ def method_missing(method, *args) end class ModelClasses - def analysis_services_server_update_parameters - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::AnalysisServicesServerUpdateParameters + def operation_status + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationStatus + end + def resource + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Resource end def operation_display Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationDisplay end - def gateway_list_status_live - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::GatewayListStatusLive + def operation + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Operation end def operation_list_result Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationListResult end + def provisioning_state + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ProvisioningState + end + def state + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::State + end + def resource_sku + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ResourceSku + end + def sku_tier + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuTier + end + def status + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Status + end + def analysis_services_server_update_parameters + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::AnalysisServicesServerUpdateParameters + end + def gateway_list_status_live + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::GatewayListStatusLive + end def gateway_error Azure::AnalysisServices::Mgmt::V2017_08_01::Models::GatewayError end - def resource - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Resource - end def gateway_list_status_error Azure::AnalysisServices::Mgmt::V2017_08_01::Models::GatewayListStatusError end @@ -110,21 +131,12 @@ def ipv4_firewall_settings def error_response Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ErrorResponse end - def resource_sku - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ResourceSku - end - def operation_status - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationStatus - end def server_administrators Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ServerAdministrators end def sku_enumeration_for_new_resource_result Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuEnumerationForNewResourceResult end - def operation - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Operation - end def sku_details_for_existing_resource Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuDetailsForExistingResource end @@ -137,21 +149,9 @@ def sku_enumeration_for_existing_resource_result def analysis_services_server Azure::AnalysisServices::Mgmt::V2017_08_01::Models::AnalysisServicesServer end - def sku_tier - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuTier - end - def state - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::State - end - def provisioning_state - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ProvisioningState - end 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 378e87d145..d289a1ae97 100644 --- a/azure_sdk/lib/latest/modules/apimanagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/apimanagement_profile_module.rb @@ -7,7 +7,8 @@ module Azure::Profiles::Latest module ApiManagement module Mgmt - Policy = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Policy + Group = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Group + Subscription = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Subscription PolicySnippets = Azure::ApiManagement::Mgmt::V2018_06_01_preview::PolicySnippets Regions = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Regions Api = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Api @@ -24,106 +25,101 @@ module Mgmt ApiIssueAttachment = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiIssueAttachment AuthorizationServer = Azure::ApiManagement::Mgmt::V2018_06_01_preview::AuthorizationServer Backend = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Backend - Certificate = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Certificate ApiManagementOperations = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiManagementOperations ApiManagementService = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiManagementService Diagnostic = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Diagnostic EmailTemplate = Azure::ApiManagement::Mgmt::V2018_06_01_preview::EmailTemplate - Group = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Group GroupUser = Azure::ApiManagement::Mgmt::V2018_06_01_preview::GroupUser IdentityProvider = Azure::ApiManagement::Mgmt::V2018_06_01_preview::IdentityProvider - Logger = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Logger Notification = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Notification NotificationRecipientUser = Azure::ApiManagement::Mgmt::V2018_06_01_preview::NotificationRecipientUser + Policy = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Policy NotificationRecipientEmail = Azure::ApiManagement::Mgmt::V2018_06_01_preview::NotificationRecipientEmail NetworkStatus = Azure::ApiManagement::Mgmt::V2018_06_01_preview::NetworkStatus OpenIdConnectProvider = Azure::ApiManagement::Mgmt::V2018_06_01_preview::OpenIdConnectProvider SignInSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::SignInSettings - SignUpSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::SignUpSettings DelegationSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::DelegationSettings Product = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Product + SignUpSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::SignUpSettings ProductApi = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ProductApi - ProductGroup = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ProductGroup ProductSubscriptions = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ProductSubscriptions ProductPolicy = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ProductPolicy - Property = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Property + ProductGroup = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ProductGroup QuotaByCounterKeys = Azure::ApiManagement::Mgmt::V2018_06_01_preview::QuotaByCounterKeys QuotaByPeriodKeys = Azure::ApiManagement::Mgmt::V2018_06_01_preview::QuotaByPeriodKeys Reports = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Reports - Subscription = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Subscription TagResource = Azure::ApiManagement::Mgmt::V2018_06_01_preview::TagResource - Tag = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Tag TagDescription = Azure::ApiManagement::Mgmt::V2018_06_01_preview::TagDescription + Property = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Property OperationOperations = Azure::ApiManagement::Mgmt::V2018_06_01_preview::OperationOperations TenantAccess = Azure::ApiManagement::Mgmt::V2018_06_01_preview::TenantAccess TenantAccessGit = Azure::ApiManagement::Mgmt::V2018_06_01_preview::TenantAccessGit TenantConfiguration = Azure::ApiManagement::Mgmt::V2018_06_01_preview::TenantConfiguration User = Azure::ApiManagement::Mgmt::V2018_06_01_preview::User - UserGroup = Azure::ApiManagement::Mgmt::V2018_06_01_preview::UserGroup UserSubscription = Azure::ApiManagement::Mgmt::V2018_06_01_preview::UserSubscription - UserIdentities = Azure::ApiManagement::Mgmt::V2018_06_01_preview::UserIdentities + UserGroup = Azure::ApiManagement::Mgmt::V2018_06_01_preview::UserGroup ApiVersionSet = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiVersionSet + UserIdentities = Azure::ApiManagement::Mgmt::V2018_06_01_preview::UserIdentities ApiExport = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiExport + Tag = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Tag + Logger = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Logger + Certificate = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Certificate module Models + OperationDisplay = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationDisplay ApiManagementServiceListResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceListResult + Operation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Operation ErrorFieldContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorFieldContract - ApiManagementServiceGetSsoTokenResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceGetSsoTokenResult - ErrorResponse = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorResponse + OperationListResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationListResult ApiManagementServiceCheckNameAvailabilityParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceCheckNameAvailabilityParameters - PolicyCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyCollection + ApiManagementServiceGetSsoTokenResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceGetSsoTokenResult ApiManagementServiceNameAvailabilityResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceNameAvailabilityResult - PolicySnippetsCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicySnippetsCollection + PolicyCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyCollection ApiManagementServiceApplyNetworkConfigurationParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceApplyNetworkConfigurationParameters - RegionListResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegionListResult + PolicySnippetsCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicySnippetsCollection ApiManagementServiceUploadCertificateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUploadCertificateParameters - ApiExportResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiExportResult + RegionListResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegionListResult HostnameConfigurationOld = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameConfigurationOld - CertificateInformation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateInformation + ApiExportResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiExportResult CertificateConfiguration = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateConfiguration - ApiCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCollection + CertificateInformation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateInformation HostnameConfiguration = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameConfiguration - ApiCreateOrUpdateParameter = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCreateOrUpdateParameter + ApiCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCollection VirtualNetworkConfiguration = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VirtualNetworkConfiguration - OAuth2AuthenticationSettingsContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OAuth2AuthenticationSettingsContract + ApiCreateOrUpdateParameter = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCreateOrUpdateParameter ApiManagementServiceSkuProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceSkuProperties - SubscriptionKeyParameterNamesContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionKeyParameterNamesContract + OAuth2AuthenticationSettingsContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OAuth2AuthenticationSettingsContract AdditionalLocation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AdditionalLocation - ApiRevisionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiRevisionContract + SubscriptionKeyParameterNamesContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionKeyParameterNamesContract ApiManagementServiceBackupRestoreParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceBackupRestoreParameters - ApiRevisionInfoContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiRevisionInfoContract + ApiRevisionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiRevisionContract ApiManagementServiceBaseProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceBaseProperties - ApiReleaseCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiReleaseCollection + ApiRevisionInfoContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiRevisionInfoContract ApiManagementServiceIdentity = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceIdentity - OperationCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationCollection + ApiReleaseCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiReleaseCollection AccessInformationContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AccessInformationContract - RepresentationContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RepresentationContract + OperationCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationCollection ApimResource = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApimResource - ResponseContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ResponseContract + RepresentationContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RepresentationContract TagDescriptionCreateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionCreateParameters - OperationUpdateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationUpdateContract + ResponseContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ResponseContract ErrorResponseBody = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorResponseBody - SchemaCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SchemaCollection + OperationUpdateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationUpdateContract UserUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserUpdateParameters - PropertyCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyCollection + SchemaCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SchemaCollection UserTokenResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserTokenResult - PolicySnippetContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicySnippetContract + PropertyCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyCollection UserTokenParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserTokenParameters - RegionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegionContract + PolicySnippetContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicySnippetContract BodyDiagnosticSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BodyDiagnosticSettings - Resource = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Resource - PipelineDiagnosticSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PipelineDiagnosticSettings + RegionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegionContract ApiVersionSetContractDetails = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetContractDetails - UserIdentityCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserIdentityCollection + PipelineDiagnosticSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PipelineDiagnosticSettings TagDescriptionCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionCollection - ProductEntityBaseParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductEntityBaseParameters - ApiManagementServiceUpdateHostnameParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUpdateHostnameParameters + UserIdentityCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserIdentityCollection OperationTagResourceContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationTagResourceContractProperties - OperationDisplay = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationDisplay TagTagResourceContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagTagResourceContractProperties - Operation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Operation TagResourceCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagResourceCollection - OperationListResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationListResult ProductCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductCollection EmailTemplateParametersContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::EmailTemplateParametersContractProperties AuthorizationServerCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerCollection @@ -155,133 +151,137 @@ module Models ApiVersionSetEntityBase = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetEntityBase IdentityProviderList = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderList RequestContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestContract - IdentityProviderUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderUpdateParameters + ProductEntityBaseParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductEntityBaseParameters + ApiManagementServiceUpdateHostnameParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUpdateHostnameParameters ApiVersionSetCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetCollection - IdentityProviderBaseParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderBaseParameters + IdentityProviderUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderUpdateParameters IssueCommentCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCommentCollection - RequestReportCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestReportCollection + IdentityProviderBaseParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderBaseParameters HttpMessageDiagnostic = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HttpMessageDiagnostic - LoggerCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerCollection + RequestReportCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestReportCollection DiagnosticCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DiagnosticCollection - LoggerUpdateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerUpdateContract + LoggerCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerCollection GenerateSsoUrlResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GenerateSsoUrlResult - RecipientsContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientsContractProperties + LoggerUpdateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerUpdateContract TenantConfigurationSyncStateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TenantConfigurationSyncStateContract - RequestReportRecordContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestReportRecordContract + RecipientsContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientsContractProperties OperationResultContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationResultContract - NotificationCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationCollection + RequestReportRecordContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestReportRecordContract X509CertificateName = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::X509CertificateName - ReportCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ReportCollection + NotificationCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationCollection BackendProxyContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProxyContract - RecipientUserCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientUserCollection + ReportCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ReportCollection BackendCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendCollection - ReportRecordContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ReportRecordContract - CertificateCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateCollection + RecipientUserCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientUserCollection RecipientEmailCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientEmailCollection - ApiUpdateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiUpdateContract + ReportRecordContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ReportRecordContract ConnectivityStatusContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ConnectivityStatusContract - ApiVersionSetUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetUpdateParameters + ApiUpdateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiUpdateContract NetworkStatusContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NetworkStatusContract - OperationEntityBaseContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationEntityBaseContract + ApiVersionSetUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetUpdateParameters NetworkStatusContractByLocation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NetworkStatusContractByLocation - IssueAttachmentCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueAttachmentCollection + OperationEntityBaseContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationEntityBaseContract QuotaCounterValueContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::QuotaCounterValueContract - UserCreateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserCreateParameters + IssueAttachmentCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueAttachmentCollection OpenIdConnectProviderCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OpenIdConnectProviderCollection - SaveConfigurationParameter = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SaveConfigurationParameter + UserCreateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserCreateParameters OpenidConnectProviderUpdateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OpenidConnectProviderUpdateContract - BackendProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProperties + SaveConfigurationParameter = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SaveConfigurationParameter QuotaCounterCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::QuotaCounterCollection - DeployConfigurationParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DeployConfigurationParameters + BackendProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProperties TermsOfServiceProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TermsOfServiceProperties - ApiEntityBaseContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiEntityBaseContract + DeployConfigurationParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DeployConfigurationParameters QuotaCounterContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::QuotaCounterContract - IssueCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCollection + ApiEntityBaseContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiEntityBaseContract SubscriptionsDelegationSettingsProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionsDelegationSettingsProperties - TagResourceContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagResourceContract + IssueCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCollection RegistrationDelegationSettingsProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegistrationDelegationSettingsProperties - BackendBaseParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendBaseParameters + TagResourceContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagResourceContract QuotaCounterValueContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::QuotaCounterValueContractProperties - ParameterContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ParameterContract + BackendBaseParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendBaseParameters ProductUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductUpdateParameters - AuthorizationServerContractBaseProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerContractBaseProperties + ParameterContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ParameterContract PropertyEntityBaseParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyEntityBaseParameters - SamplingSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingSettings + AuthorizationServerContractBaseProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerContractBaseProperties SubscriptionCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionCollection - PropertyUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyUpdateParameters + SamplingSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingSettings PolicyContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyContract - ApiContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiContractProperties + PropertyUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyUpdateParameters ApiContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiContract - ApiReleaseContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiReleaseContract + ApiContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiContractProperties OperationContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationContract - SchemaContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SchemaContract + ApiReleaseContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiReleaseContract IssueContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueContract - IssueCommentContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCommentContract + SchemaContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SchemaContract IssueAttachmentContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueAttachmentContract - DiagnosticContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DiagnosticContract + IssueCommentContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCommentContract ProductTagResourceContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductTagResourceContractProperties - ApiTagResourceContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiTagResourceContractProperties + DiagnosticContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DiagnosticContract ProductContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductContract - AuthorizationServerContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerContract + ApiTagResourceContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiTagResourceContractProperties AuthorizationServerUpdateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerUpdateContract - BackendContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendContract + AuthorizationServerContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerContract BackendReconnectContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendReconnectContract - CertificateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateContract + BackendContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendContract ApiManagementServiceResource = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceResource - ApiManagementServiceUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUpdateParameters + CertificateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateContract EmailTemplateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::EmailTemplateContract - GroupContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GroupContract + ApiManagementServiceUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUpdateParameters UserContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserContract - IdentityProviderContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderContract + GroupContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GroupContract LoggerContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerContract - NotificationContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationContract + IdentityProviderContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderContract RecipientUserContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientUserContract - RecipientEmailContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientEmailContract + NotificationContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationContract OpenidConnectProviderContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OpenidConnectProviderContract - PortalSigninSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSigninSettings + RecipientEmailContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientEmailContract PortalSignupSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSignupSettings - PortalDelegationSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalDelegationSettings + PortalSigninSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSigninSettings SubscriptionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionContract - PropertyContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyContract + PortalDelegationSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalDelegationSettings TagContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagContract - TagDescriptionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionContract + PropertyContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyContract ApiVersionSetContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetContract - PolicyContentFormat = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyContentFormat - Protocol = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Protocol + TagDescriptionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionContract ContentFormat = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ContentFormat - SoapApiType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SoapApiType + PolicyContentFormat = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyContentFormat ApiType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiType - State = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::State - SamplingType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingType + SoapApiType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SoapApiType AlwaysLog = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AlwaysLog - ProductState = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductState + SamplingType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingType GrantType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GrantType - AuthorizationMethod = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationMethod + ProductState = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductState ClientAuthenticationMethod = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ClientAuthenticationMethod - BearerTokenSendingMethod = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BearerTokenSendingMethod + AuthorizationMethod = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationMethod BackendProtocol = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProtocol - HostnameType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameType + BearerTokenSendingMethod = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BearerTokenSendingMethod SkuType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SkuType - VirtualNetworkType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VirtualNetworkType + HostnameType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameType NameAvailabilityReason = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NameAvailabilityReason - GroupType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GroupType + VirtualNetworkType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VirtualNetworkType Confirmation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Confirmation - UserState = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserState + GroupType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GroupType IdentityProviderType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderType - LoggerType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerType + UserState = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserState ConnectivityStatusType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ConnectivityStatusType - SubscriptionState = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionState - AsyncOperationStatus = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AsyncOperationStatus - KeyType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::KeyType + LoggerType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerType VersioningScheme = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VersioningScheme - TemplateName = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TemplateName + KeyType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::KeyType NotificationName = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationName - PolicyScopeContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyScopeContract + TemplateName = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TemplateName ExportFormat = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ExportFormat + PolicyScopeContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyScopeContract + State = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::State + AsyncOperationStatus = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AsyncOperationStatus + Resource = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Resource + Protocol = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Protocol + SubscriptionState = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionState + CertificateCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateCollection + ErrorResponse = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorResponse end class ApiManagementManagementClass - attr_reader :policy, :policy_snippets, :regions, :api, :api_revisions, :api_release, :api_operation, :api_operation_policy, :api_product, :api_policy, :api_schema, :api_diagnostic, :api_issue, :api_issue_comment, :api_issue_attachment, :authorization_server, :backend, :certificate, :api_management_operations, :api_management_service, :diagnostic, :email_template, :group, :group_user, :identity_provider, :logger, :notification, :notification_recipient_user, :notification_recipient_email, :network_status, :open_id_connect_provider, :sign_in_settings, :sign_up_settings, :delegation_settings, :product, :product_api, :product_group, :product_subscriptions, :product_policy, :property, :quota_by_counter_keys, :quota_by_period_keys, :reports, :subscription, :tag_resource, :tag, :tag_description, :operation_operations, :tenant_access, :tenant_access_git, :tenant_configuration, :user, :user_group, :user_subscription, :user_identities, :api_version_set, :api_export, :configurable, :base_url, :options, :model_classes + attr_reader :group, :subscription, :policy_snippets, :regions, :api, :api_revisions, :api_release, :api_operation, :api_operation_policy, :api_product, :api_policy, :api_schema, :api_diagnostic, :api_issue, :api_issue_comment, :api_issue_attachment, :authorization_server, :backend, :api_management_operations, :api_management_service, :diagnostic, :email_template, :group_user, :identity_provider, :notification, :notification_recipient_user, :policy, :notification_recipient_email, :network_status, :open_id_connect_provider, :sign_in_settings, :delegation_settings, :product, :sign_up_settings, :product_api, :product_subscriptions, :product_policy, :product_group, :quota_by_counter_keys, :quota_by_period_keys, :reports, :tag_resource, :tag_description, :property, :operation_operations, :tenant_access, :tenant_access_git, :tenant_configuration, :user, :user_subscription, :user_group, :api_version_set, :user_identities, :api_export, :tag, :logger, :certificate, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -291,7 +291,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @policy = @client_0.policy + @group = @client_0.group + @subscription = @client_0.subscription @policy_snippets = @client_0.policy_snippets @regions = @client_0.regions @api = @client_0.api @@ -308,46 +309,45 @@ def initialize(configurable, base_url=nil, options=nil) @api_issue_attachment = @client_0.api_issue_attachment @authorization_server = @client_0.authorization_server @backend = @client_0.backend - @certificate = @client_0.certificate @api_management_operations = @client_0.api_management_operations @api_management_service = @client_0.api_management_service @diagnostic = @client_0.diagnostic @email_template = @client_0.email_template - @group = @client_0.group @group_user = @client_0.group_user @identity_provider = @client_0.identity_provider - @logger = @client_0.logger @notification = @client_0.notification @notification_recipient_user = @client_0.notification_recipient_user + @policy = @client_0.policy @notification_recipient_email = @client_0.notification_recipient_email @network_status = @client_0.network_status @open_id_connect_provider = @client_0.open_id_connect_provider @sign_in_settings = @client_0.sign_in_settings - @sign_up_settings = @client_0.sign_up_settings @delegation_settings = @client_0.delegation_settings @product = @client_0.product + @sign_up_settings = @client_0.sign_up_settings @product_api = @client_0.product_api - @product_group = @client_0.product_group @product_subscriptions = @client_0.product_subscriptions @product_policy = @client_0.product_policy - @property = @client_0.property + @product_group = @client_0.product_group @quota_by_counter_keys = @client_0.quota_by_counter_keys @quota_by_period_keys = @client_0.quota_by_period_keys @reports = @client_0.reports - @subscription = @client_0.subscription @tag_resource = @client_0.tag_resource - @tag = @client_0.tag @tag_description = @client_0.tag_description + @property = @client_0.property @operation_operations = @client_0.operation_operations @tenant_access = @client_0.tenant_access @tenant_access_git = @client_0.tenant_access_git @tenant_configuration = @client_0.tenant_configuration @user = @client_0.user - @user_group = @client_0.user_group @user_subscription = @client_0.user_subscription - @user_identities = @client_0.user_identities + @user_group = @client_0.user_group @api_version_set = @client_0.api_version_set + @user_identities = @client_0.user_identities @api_export = @client_0.api_export + @tag = @client_0.tag + @logger = @client_0.logger + @certificate = @client_0.certificate @model_classes = ModelClasses.new end @@ -366,180 +366,168 @@ def method_missing(method, *args) end class ModelClasses + def operation_display + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationDisplay + end def api_management_service_list_result Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceListResult end + def operation + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Operation + end def error_field_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorFieldContract end - def api_management_service_get_sso_token_result - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceGetSsoTokenResult - end - def error_response - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorResponse + def operation_list_result + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationListResult end def api_management_service_check_name_availability_parameters Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceCheckNameAvailabilityParameters end - def policy_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyCollection + def api_management_service_get_sso_token_result + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceGetSsoTokenResult end def api_management_service_name_availability_result Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceNameAvailabilityResult end - def policy_snippets_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicySnippetsCollection + def policy_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyCollection end def api_management_service_apply_network_configuration_parameters Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceApplyNetworkConfigurationParameters end - def region_list_result - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegionListResult - end + def policy_snippets_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicySnippetsCollection + end def api_management_service_upload_certificate_parameters Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUploadCertificateParameters end - def api_export_result - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiExportResult + def region_list_result + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegionListResult end def hostname_configuration_old Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameConfigurationOld end - def certificate_information - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateInformation + def api_export_result + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiExportResult end def certificate_configuration Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateConfiguration end - def api_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCollection + def certificate_information + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateInformation end def hostname_configuration Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameConfiguration end - def api_create_or_update_parameter - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCreateOrUpdateParameter + def api_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCollection end def virtual_network_configuration Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VirtualNetworkConfiguration end - def oauth2_authentication_settings_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OAuth2AuthenticationSettingsContract + def api_create_or_update_parameter + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCreateOrUpdateParameter end def api_management_service_sku_properties Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceSkuProperties end - def subscription_key_parameter_names_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionKeyParameterNamesContract + def oauth2_authentication_settings_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OAuth2AuthenticationSettingsContract end def additional_location Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AdditionalLocation end - def api_revision_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiRevisionContract + def subscription_key_parameter_names_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionKeyParameterNamesContract end def api_management_service_backup_restore_parameters Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceBackupRestoreParameters end - def api_revision_info_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiRevisionInfoContract + def api_revision_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiRevisionContract end def api_management_service_base_properties Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceBaseProperties end - def api_release_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiReleaseCollection + def api_revision_info_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiRevisionInfoContract end def api_management_service_identity Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceIdentity end - def operation_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationCollection + def api_release_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiReleaseCollection end def access_information_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AccessInformationContract end - def representation_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RepresentationContract + def operation_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationCollection end def apim_resource Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApimResource end - def response_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ResponseContract + def representation_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RepresentationContract end def tag_description_create_parameters Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionCreateParameters end - def operation_update_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationUpdateContract + def response_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ResponseContract end def error_response_body Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorResponseBody end - def schema_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SchemaCollection + def operation_update_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationUpdateContract end def user_update_parameters Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserUpdateParameters end - def property_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyCollection + def schema_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SchemaCollection end def user_token_result Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserTokenResult end - def policy_snippet_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicySnippetContract + def property_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyCollection end def user_token_parameters Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserTokenParameters end - def region_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegionContract + def policy_snippet_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicySnippetContract end def body_diagnostic_settings Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BodyDiagnosticSettings end - def resource - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Resource - end - def pipeline_diagnostic_settings - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PipelineDiagnosticSettings + def region_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegionContract end def api_version_set_contract_details Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetContractDetails end - def user_identity_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserIdentityCollection + def pipeline_diagnostic_settings + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PipelineDiagnosticSettings end def tag_description_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionCollection end - def product_entity_base_parameters - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductEntityBaseParameters - end - def api_management_service_update_hostname_parameters - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUpdateHostnameParameters + def user_identity_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserIdentityCollection end def operation_tag_resource_contract_properties Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationTagResourceContractProperties end - def operation_display - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationDisplay - end def tag_tag_resource_contract_properties Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagTagResourceContractProperties end - def operation - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Operation - end def tag_resource_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagResourceCollection end - def operation_list_result - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationListResult - end def product_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductCollection end @@ -633,374 +621,386 @@ def identity_provider_list def request_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestContract end - def identity_provider_update_parameters - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderUpdateParameters + def product_entity_base_parameters + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductEntityBaseParameters + end + def api_management_service_update_hostname_parameters + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUpdateHostnameParameters end def api_version_set_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetCollection end - def identity_provider_base_parameters - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderBaseParameters + def identity_provider_update_parameters + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderUpdateParameters end def issue_comment_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCommentCollection end - def request_report_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestReportCollection + def identity_provider_base_parameters + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderBaseParameters end def http_message_diagnostic Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HttpMessageDiagnostic end - def logger_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerCollection + def request_report_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestReportCollection end def diagnostic_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DiagnosticCollection end - def logger_update_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerUpdateContract + def logger_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerCollection end def generate_sso_url_result Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GenerateSsoUrlResult end - def recipients_contract_properties - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientsContractProperties + def logger_update_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerUpdateContract end def tenant_configuration_sync_state_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TenantConfigurationSyncStateContract end - def request_report_record_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestReportRecordContract + def recipients_contract_properties + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientsContractProperties end def operation_result_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationResultContract end - def notification_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationCollection + def request_report_record_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestReportRecordContract end def x509_certificate_name Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::X509CertificateName end - def report_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ReportCollection + def notification_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationCollection end def backend_proxy_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProxyContract end - def recipient_user_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientUserCollection + def report_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ReportCollection end def backend_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendCollection end - def report_record_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ReportRecordContract - end - def certificate_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateCollection + def recipient_user_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientUserCollection end def recipient_email_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientEmailCollection end - def api_update_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiUpdateContract + def report_record_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ReportRecordContract end def connectivity_status_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ConnectivityStatusContract end - def api_version_set_update_parameters - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetUpdateParameters + def api_update_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiUpdateContract end def network_status_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NetworkStatusContract end - def operation_entity_base_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationEntityBaseContract + def api_version_set_update_parameters + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetUpdateParameters end def network_status_contract_by_location Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NetworkStatusContractByLocation end - def issue_attachment_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueAttachmentCollection + def operation_entity_base_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationEntityBaseContract end def quota_counter_value_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::QuotaCounterValueContract end - def user_create_parameters - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserCreateParameters + def issue_attachment_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueAttachmentCollection end def open_id_connect_provider_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OpenIdConnectProviderCollection end - def save_configuration_parameter - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SaveConfigurationParameter + def user_create_parameters + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserCreateParameters end def openid_connect_provider_update_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OpenidConnectProviderUpdateContract end - def backend_properties - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProperties + def save_configuration_parameter + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SaveConfigurationParameter end def quota_counter_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::QuotaCounterCollection end - def deploy_configuration_parameters - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DeployConfigurationParameters + def backend_properties + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProperties end def terms_of_service_properties Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TermsOfServiceProperties end - def api_entity_base_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiEntityBaseContract + def deploy_configuration_parameters + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DeployConfigurationParameters end def quota_counter_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::QuotaCounterContract end - def issue_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCollection + def api_entity_base_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiEntityBaseContract end def subscriptions_delegation_settings_properties Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionsDelegationSettingsProperties end - def tag_resource_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagResourceContract + def issue_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCollection end def registration_delegation_settings_properties Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegistrationDelegationSettingsProperties end - def backend_base_parameters - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendBaseParameters + def tag_resource_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagResourceContract end def quota_counter_value_contract_properties Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::QuotaCounterValueContractProperties end - def parameter_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ParameterContract + def backend_base_parameters + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendBaseParameters end def product_update_parameters Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductUpdateParameters end - def authorization_server_contract_base_properties - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerContractBaseProperties + def parameter_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ParameterContract end def property_entity_base_parameters Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyEntityBaseParameters end - def sampling_settings - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingSettings + def authorization_server_contract_base_properties + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerContractBaseProperties end def subscription_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionCollection end - def property_update_parameters - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyUpdateParameters + def sampling_settings + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingSettings end def policy_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyContract end - def api_contract_properties - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiContractProperties + def property_update_parameters + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyUpdateParameters end def api_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiContract end - def api_release_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiReleaseContract + def api_contract_properties + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiContractProperties end def operation_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationContract end - def schema_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SchemaContract + def api_release_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiReleaseContract end def issue_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueContract end - def issue_comment_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCommentContract + def schema_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SchemaContract end def issue_attachment_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueAttachmentContract end - def diagnostic_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DiagnosticContract + def issue_comment_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCommentContract end def product_tag_resource_contract_properties Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductTagResourceContractProperties end - def api_tag_resource_contract_properties - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiTagResourceContractProperties + def diagnostic_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DiagnosticContract end def product_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductContract end - def authorization_server_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerContract + def api_tag_resource_contract_properties + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiTagResourceContractProperties end def authorization_server_update_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerUpdateContract end - def backend_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendContract + def authorization_server_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerContract end def backend_reconnect_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendReconnectContract end - def certificate_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateContract + def backend_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendContract end def api_management_service_resource Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceResource end - def api_management_service_update_parameters - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUpdateParameters + def certificate_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateContract end def email_template_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::EmailTemplateContract end - def group_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GroupContract + def api_management_service_update_parameters + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUpdateParameters end def user_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserContract end - def identity_provider_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderContract + def group_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GroupContract end def logger_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerContract end - def notification_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationContract + def identity_provider_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderContract end def recipient_user_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientUserContract end - def recipient_email_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientEmailContract + def notification_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationContract end def openid_connect_provider_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OpenidConnectProviderContract end - def portal_signin_settings - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSigninSettings + def recipient_email_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientEmailContract end def portal_signup_settings Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSignupSettings end - def portal_delegation_settings - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalDelegationSettings + def portal_signin_settings + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSigninSettings end def subscription_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionContract end - def property_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyContract + def portal_delegation_settings + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalDelegationSettings end def tag_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagContract end - def tag_description_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionContract + def property_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyContract end def api_version_set_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetContract end - def policy_content_format - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyContentFormat - end - def protocol - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Protocol + def tag_description_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionContract end def content_format Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ContentFormat end - def soap_api_type - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SoapApiType + def policy_content_format + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyContentFormat end def api_type Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiType end - def state - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::State - end - def sampling_type - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingType + def soap_api_type + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SoapApiType end def always_log Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AlwaysLog end - def product_state - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductState + def sampling_type + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingType end def grant_type Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GrantType end - def authorization_method - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationMethod + def product_state + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductState end def client_authentication_method Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ClientAuthenticationMethod end - def bearer_token_sending_method - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BearerTokenSendingMethod + def authorization_method + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationMethod end def backend_protocol Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProtocol end - def hostname_type - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameType + def bearer_token_sending_method + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BearerTokenSendingMethod end def sku_type Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SkuType end - def virtual_network_type - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VirtualNetworkType + def hostname_type + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameType end def name_availability_reason Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NameAvailabilityReason end - def group_type - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GroupType + def virtual_network_type + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VirtualNetworkType end def confirmation Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Confirmation end - def user_state - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserState + def group_type + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GroupType end def identity_provider_type Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderType end - def logger_type - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerType + def user_state + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserState end def connectivity_status_type Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ConnectivityStatusType end - def subscription_state - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionState + def logger_type + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerType end - def async_operation_status - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AsyncOperationStatus + def versioning_scheme + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VersioningScheme end def key_type Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::KeyType end - def versioning_scheme - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VersioningScheme + def notification_name + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationName end def template_name Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TemplateName end - def notification_name - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationName + def export_format + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ExportFormat end def policy_scope_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyScopeContract end - def export_format - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ExportFormat + def state + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::State + end + def async_operation_status + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AsyncOperationStatus + end + def resource + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Resource + end + def protocol + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Protocol + end + def subscription_state + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionState + end + def certificate_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateCollection + end + def error_response + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorResponse end end 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..fd90c929e8 100644 --- a/azure_sdk/lib/latest/modules/authorization_profile_module.rb +++ b/azure_sdk/lib/latest/modules/authorization_profile_module.rb @@ -8,31 +8,31 @@ 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 + ProviderOperationsMetadataOperations = Azure::Authorization::Mgmt::V2018_01_01_preview::ProviderOperationsMetadataOperations RoleAssignments = Azure::Authorization::Mgmt::V2018_01_01_preview::RoleAssignments RoleDefinitions = Azure::Authorization::Mgmt::V2018_01_01_preview::RoleDefinitions module Models ClassicAdministratorListResult = Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministratorListResult ClassicAdministrator = Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministrator + RoleAssignment = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleAssignment + RoleAssignmentListResult = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleAssignmentListResult RoleDefinitionFilter = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionFilter - RoleDefinition = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinition + PermissionGetResult = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::PermissionGetResult + RoleAssignmentCreateParameters = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleAssignmentCreateParameters ResourceType = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ResourceType - RoleDefinitionListResult = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionListResult ProviderOperationsMetadataListResult = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperationsMetadataListResult + RoleDefinition = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinition RoleAssignmentFilter = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleAssignmentFilter - PermissionGetResult = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::PermissionGetResult - RoleAssignment = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleAssignment - ProviderOperationsMetadata = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperationsMetadata - RoleAssignmentListResult = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleAssignmentListResult + RoleDefinitionListResult = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionListResult ProviderOperation = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperation - RoleAssignmentCreateParameters = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleAssignmentCreateParameters + ProviderOperationsMetadata = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperationsMetadata Permission = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::Permission 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, :provider_operations_metadata_operations, :role_assignments, :role_definitions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -49,8 +49,8 @@ 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 + @provider_operations_metadata_operations = @client_1.provider_operations_metadata_operations @role_assignments = @client_1.role_assignments @role_definitions = @client_1.role_definitions @@ -79,41 +79,41 @@ def classic_administrator_list_result def classic_administrator Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministrator end + def role_assignment + Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleAssignment + end + def role_assignment_list_result + Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleAssignmentListResult + end def role_definition_filter Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionFilter end - def role_definition - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinition + def permission_get_result + Azure::Authorization::Mgmt::V2018_01_01_preview::Models::PermissionGetResult + end + def role_assignment_create_parameters + Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleAssignmentCreateParameters end def resource_type Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ResourceType end - def role_definition_list_result - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionListResult - end def provider_operations_metadata_list_result Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperationsMetadataListResult end + def role_definition + Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinition + end def role_assignment_filter Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleAssignmentFilter end - def permission_get_result - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::PermissionGetResult - end - def role_assignment - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleAssignment - end - def provider_operations_metadata - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperationsMetadata - end - def role_assignment_list_result - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleAssignmentListResult + def role_definition_list_result + Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionListResult end def provider_operation Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperation end - def role_assignment_create_parameters - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleAssignmentCreateParameters + def provider_operations_metadata + Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperationsMetadata end def permission Azure::Authorization::Mgmt::V2018_01_01_preview::Models::Permission diff --git a/azure_sdk/lib/latest/modules/automation_profile_module.rb b/azure_sdk/lib/latest/modules/automation_profile_module.rb index bfb000644e..c1918102eb 100644 --- a/azure_sdk/lib/latest/modules/automation_profile_module.rb +++ b/azure_sdk/lib/latest/modules/automation_profile_module.rb @@ -8,9 +8,7 @@ module Azure::Profiles::Latest module Automation module Mgmt AutomationAccountOperations = Azure::Automation::Mgmt::V2015_10_31::AutomationAccountOperations - Operations = Azure::Automation::Mgmt::V2015_10_31::Operations StatisticsOperations = Azure::Automation::Mgmt::V2015_10_31::StatisticsOperations - Usages = Azure::Automation::Mgmt::V2015_10_31::Usages Keys = Azure::Automation::Mgmt::V2015_10_31::Keys CertificateOperations = Azure::Automation::Mgmt::V2015_10_31::CertificateOperations ConnectionOperations = Azure::Automation::Mgmt::V2015_10_31::ConnectionOperations @@ -18,6 +16,7 @@ module Mgmt CredentialOperations = Azure::Automation::Mgmt::V2015_10_31::CredentialOperations DscCompilationJobOperations = Azure::Automation::Mgmt::V2015_10_31::DscCompilationJobOperations DscCompilationJobStream = Azure::Automation::Mgmt::V2015_10_31::DscCompilationJobStream + Operations = Azure::Automation::Mgmt::V2015_10_31::Operations DscConfigurationOperations = Azure::Automation::Mgmt::V2015_10_31::DscConfigurationOperations AgentRegistrationInformation = Azure::Automation::Mgmt::V2015_10_31::AgentRegistrationInformation DscNodeOperations = Azure::Automation::Mgmt::V2015_10_31::DscNodeOperations @@ -25,9 +24,9 @@ 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 + JobStreamOperations = Azure::Automation::Mgmt::V2015_10_31::JobStreamOperations ActivityOperations = Azure::Automation::Mgmt::V2015_10_31::ActivityOperations ModuleModelOperations = Azure::Automation::Mgmt::V2015_10_31::ModuleModelOperations ObjectDataTypes = Azure::Automation::Mgmt::V2015_10_31::ObjectDataTypes @@ -39,31 +38,32 @@ module Mgmt ScheduleOperations = Azure::Automation::Mgmt::V2015_10_31::ScheduleOperations VariableOperations = Azure::Automation::Mgmt::V2015_10_31::VariableOperations WebhookOperations = Azure::Automation::Mgmt::V2015_10_31::WebhookOperations + Usages = Azure::Automation::Mgmt::V2015_10_31::Usages module Models + HttpStatusCode = Azure::Automation::Mgmt::V2015_10_31::Models::HttpStatusCode + Job = Azure::Automation::Mgmt::V2015_10_31::Models::Job + Resource = Azure::Automation::Mgmt::V2015_10_31::Models::Resource + OperationDisplay = Azure::Automation::Mgmt::V2015_10_31::Models::OperationDisplay + Operation = Azure::Automation::Mgmt::V2015_10_31::Models::Operation + OperationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::OperationListResult AgentRegistration = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistration DscNodeExtensionHandlerAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeExtensionHandlerAssociationProperty DscReportError = Azure::Automation::Mgmt::V2015_10_31::Models::DscReportError DscReportResourceNavigation = Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResourceNavigation AutomationAccountListResult = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountListResult DscReportResource = Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResource - Operation = Azure::Automation::Mgmt::V2015_10_31::Models::Operation DscMetaConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscMetaConfiguration Statistics = Azure::Automation::Mgmt::V2015_10_31::Models::Statistics DscNodeReport = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReport UsageCounterName = Azure::Automation::Mgmt::V2015_10_31::Models::UsageCounterName DscNodeReportListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReportListResult - UsageListResult = Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult - Sku = Azure::Automation::Mgmt::V2015_10_31::Models::Sku - KeyListResult = Azure::Automation::Mgmt::V2015_10_31::Models::KeyListResult VariableCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::VariableCreateOrUpdateParameters ScheduleListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleListResult AdvancedScheduleMonthlyOccurrence = Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedScheduleMonthlyOccurrence - ErrorResponse = Azure::Automation::Mgmt::V2015_10_31::Models::ErrorResponse DscNodeListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeListResult WebhookCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookCreateOrUpdateParameters ScheduleUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleUpdateParameters - CertificateUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateUpdateParameters DscNodeConfigurationCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationCreateOrUpdateParameters ConnectionCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionCreateOrUpdateParameters DscNodeConfigurationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationListResult @@ -82,7 +82,6 @@ module Models VariableUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::VariableUpdateParameters ScheduleAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleAssociationProperty JobStream = Azure::Automation::Mgmt::V2015_10_31::Models::JobStream - Job = Azure::Automation::Mgmt::V2015_10_31::Models::Job ContentHash = Azure::Automation::Mgmt::V2015_10_31::Models::ContentHash JobListResult = Azure::Automation::Mgmt::V2015_10_31::Models::JobListResult DscConfigurationParameter = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationParameter @@ -95,20 +94,18 @@ module Models JobScheduleCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleCreateParameters DscNodeUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeUpdateParameters LinkedWorkspace = Azure::Automation::Mgmt::V2015_10_31::Models::LinkedWorkspace - OperationDisplay = Azure::Automation::Mgmt::V2015_10_31::Models::OperationDisplay ActivityParameterValidationSet = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterValidationSet StatisticsListResult = Azure::Automation::Mgmt::V2015_10_31::Models::StatisticsListResult ActivityParameter = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameter Key = Azure::Automation::Mgmt::V2015_10_31::Models::Key ActivityParameterSet = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterSet - Resource = Azure::Automation::Mgmt::V2015_10_31::Models::Resource ActivityOutputType = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityOutputType - CertificateListResult = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateListResult Activity = Azure::Automation::Mgmt::V2015_10_31::Models::Activity WebhookUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookUpdateParameters ActivityListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityListResult ConnectionType = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionType ModuleErrorInfo = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleErrorInfo + CertificateUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateUpdateParameters WebhookListResult = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookListResult ContentLink = Azure::Automation::Mgmt::V2015_10_31::Models::ContentLink DscCompilationJobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobCreateParameters @@ -118,71 +115,74 @@ module Models DscConfigurationCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationCreateOrUpdateParameters ModuleCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleCreateOrUpdateParameters AgentRegistrationRegenerateKeyParameter = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationRegenerateKeyParameter - ModuleUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleUpdateParameters AutomationAccountCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountCreateOrUpdateParameters TypeField = Azure::Automation::Mgmt::V2015_10_31::Models::TypeField - Usage = Azure::Automation::Mgmt::V2015_10_31::Models::Usage - TypeFieldListResult = Azure::Automation::Mgmt::V2015_10_31::Models::TypeFieldListResult - CertificateCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters + KeyListResult = Azure::Automation::Mgmt::V2015_10_31::Models::KeyListResult RunbookParameter = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookParameter - ConnectionUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionUpdateParameters + UsageListResult = Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult + ModuleUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleUpdateParameters RunbookDraft = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraft + ConnectionUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionUpdateParameters + TypeFieldListResult = Azure::Automation::Mgmt::V2015_10_31::Models::TypeFieldListResult CredentialUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CredentialUpdateParameters - AdvancedSchedule = Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedSchedule + CertificateListResult = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateListResult ContentSource = Azure::Automation::Mgmt::V2015_10_31::Models::ContentSource + CertificateCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters + AdvancedSchedule = Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedSchedule + RunbookCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateParameters RunbookListResult = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookListResult DscNodeConfigurationAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationAssociationProperty - RunbookCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateParameters + ConnectionTypeCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeCreateOrUpdateParameters AutomationAccountUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountUpdateParameters RunbookUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookUpdateParameters - ConnectionTypeCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeCreateOrUpdateParameters + TestJobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::TestJobCreateParameters RunbookDraftUndoEditResult = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraftUndoEditResult DscConfigurationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationListResult - TestJobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::TestJobCreateParameters + RunbookCreateOrUpdateDraftProperties = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftProperties ConnectionTypeAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeAssociationProperty TestJob = Azure::Automation::Mgmt::V2015_10_31::Models::TestJob - OperationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::OperationListResult - RunbookCreateOrUpdateDraftProperties = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftProperties + AutomationAccount = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccount DscCompilationJobListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobListResult RunbookCreateOrUpdateDraftParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftParameters - TrackedResource = Azure::Automation::Mgmt::V2015_10_31::Models::TrackedResource - AutomationAccount = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccount - ProxyResource = Azure::Automation::Mgmt::V2015_10_31::Models::ProxyResource - Certificate = Azure::Automation::Mgmt::V2015_10_31::Models::Certificate - Connection = Azure::Automation::Mgmt::V2015_10_31::Models::Connection - Credential = Azure::Automation::Mgmt::V2015_10_31::Models::Credential - DscCompilationJob = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob DscConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfiguration + Credential = Azure::Automation::Mgmt::V2015_10_31::Models::Credential + Certificate = Azure::Automation::Mgmt::V2015_10_31::Models::Certificate + ModuleModel = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel DscNode = Azure::Automation::Mgmt::V2015_10_31::Models::DscNode DscNodeConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration - ModuleModel = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel + DscCompilationJob = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob Runbook = Azure::Automation::Mgmt::V2015_10_31::Models::Runbook - Schedule = Azure::Automation::Mgmt::V2015_10_31::Models::Schedule + Connection = Azure::Automation::Mgmt::V2015_10_31::Models::Connection Variable = Azure::Automation::Mgmt::V2015_10_31::Models::Variable Webhook = Azure::Automation::Mgmt::V2015_10_31::Models::Webhook SkuNameEnum = Azure::Automation::Mgmt::V2015_10_31::Models::SkuNameEnum - AutomationAccountState = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountState + Schedule = Azure::Automation::Mgmt::V2015_10_31::Models::Schedule AutomationKeyName = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyName AutomationKeyPermissions = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyPermissions JobProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::JobProvisioningState - JobStatus = Azure::Automation::Mgmt::V2015_10_31::Models::JobStatus + AutomationAccountState = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountState JobStreamType = Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamType ContentSourceType = Azure::Automation::Mgmt::V2015_10_31::Models::ContentSourceType DscConfigurationProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationProvisioningState - DscConfigurationState = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState + JobStatus = Azure::Automation::Mgmt::V2015_10_31::Models::JobStatus AgentRegistrationKeyName = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeyName GroupTypeEnum = Azure::Automation::Mgmt::V2015_10_31::Models::GroupTypeEnum ModuleProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleProvisioningState - RunbookTypeEnum = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookTypeEnum + DscConfigurationState = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState RunbookState = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookState RunbookProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookProvisioningState - HttpStatusCode = Azure::Automation::Mgmt::V2015_10_31::Models::HttpStatusCode ScheduleDay = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleDay + RunbookTypeEnum = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookTypeEnum + Usage = Azure::Automation::Mgmt::V2015_10_31::Models::Usage ScheduleFrequency = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency + Sku = Azure::Automation::Mgmt::V2015_10_31::Models::Sku + ErrorResponse = Azure::Automation::Mgmt::V2015_10_31::Models::ErrorResponse + TrackedResource = Azure::Automation::Mgmt::V2015_10_31::Models::TrackedResource + ProxyResource = Azure::Automation::Mgmt::V2015_10_31::Models::ProxyResource end class AutomationManagementClass - attr_reader :automation_account_operations, :operations, :statistics_operations, :usages, :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, :job_stream_operations, :job_schedule_operations, :linked_workspace_operations, :activity_operations, :module_model_operations, :object_data_types, :fields, :runbook_draft_operations, :runbook_operations, :test_job_streams, :test_job_operations, :schedule_operations, :variable_operations, :webhook_operations, :configurable, :base_url, :options, :model_classes + attr_reader :automation_account_operations, :statistics_operations, :keys, :certificate_operations, :connection_operations, :connection_type_operations, :credential_operations, :dsc_compilation_job_operations, :dsc_compilation_job_stream, :operations, :dsc_configuration_operations, :agent_registration_information, :dsc_node_operations, :node_reports, :dsc_node_configuration_operations, :hybrid_runbook_worker_group_operations, :job_operations, :job_schedule_operations, :linked_workspace_operations, :job_stream_operations, :activity_operations, :module_model_operations, :object_data_types, :fields, :runbook_draft_operations, :runbook_operations, :test_job_streams, :test_job_operations, :schedule_operations, :variable_operations, :webhook_operations, :usages, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -193,9 +193,7 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @automation_account_operations = @client_0.automation_account_operations - @operations = @client_0.operations @statistics_operations = @client_0.statistics_operations - @usages = @client_0.usages @keys = @client_0.keys @certificate_operations = @client_0.certificate_operations @connection_operations = @client_0.connection_operations @@ -203,6 +201,7 @@ def initialize(configurable, base_url=nil, options=nil) @credential_operations = @client_0.credential_operations @dsc_compilation_job_operations = @client_0.dsc_compilation_job_operations @dsc_compilation_job_stream = @client_0.dsc_compilation_job_stream + @operations = @client_0.operations @dsc_configuration_operations = @client_0.dsc_configuration_operations @agent_registration_information = @client_0.agent_registration_information @dsc_node_operations = @client_0.dsc_node_operations @@ -210,9 +209,9 @@ def initialize(configurable, base_url=nil, options=nil) @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 + @job_stream_operations = @client_0.job_stream_operations @activity_operations = @client_0.activity_operations @module_model_operations = @client_0.module_model_operations @object_data_types = @client_0.object_data_types @@ -224,6 +223,7 @@ def initialize(configurable, base_url=nil, options=nil) @schedule_operations = @client_0.schedule_operations @variable_operations = @client_0.variable_operations @webhook_operations = @client_0.webhook_operations + @usages = @client_0.usages @model_classes = ModelClasses.new end @@ -242,6 +242,24 @@ def method_missing(method, *args) end class ModelClasses + def http_status_code + Azure::Automation::Mgmt::V2015_10_31::Models::HttpStatusCode + end + def job + Azure::Automation::Mgmt::V2015_10_31::Models::Job + end + def resource + Azure::Automation::Mgmt::V2015_10_31::Models::Resource + end + def operation_display + Azure::Automation::Mgmt::V2015_10_31::Models::OperationDisplay + end + def operation + Azure::Automation::Mgmt::V2015_10_31::Models::Operation + end + def operation_list_result + Azure::Automation::Mgmt::V2015_10_31::Models::OperationListResult + end def agent_registration Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistration end @@ -260,9 +278,6 @@ def automation_account_list_result def dsc_report_resource Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResource end - def operation - Azure::Automation::Mgmt::V2015_10_31::Models::Operation - end def dsc_meta_configuration Azure::Automation::Mgmt::V2015_10_31::Models::DscMetaConfiguration end @@ -278,15 +293,6 @@ def usage_counter_name def dsc_node_report_list_result Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReportListResult end - def usage_list_result - Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult - end - def sku - Azure::Automation::Mgmt::V2015_10_31::Models::Sku - end - def key_list_result - Azure::Automation::Mgmt::V2015_10_31::Models::KeyListResult - end def variable_create_or_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::VariableCreateOrUpdateParameters end @@ -296,9 +302,6 @@ def schedule_list_result def advanced_schedule_monthly_occurrence Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedScheduleMonthlyOccurrence end - def error_response - Azure::Automation::Mgmt::V2015_10_31::Models::ErrorResponse - end def dsc_node_list_result Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeListResult end @@ -308,9 +311,6 @@ def webhook_create_or_update_parameters def schedule_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleUpdateParameters end - def certificate_update_parameters - Azure::Automation::Mgmt::V2015_10_31::Models::CertificateUpdateParameters - end def dsc_node_configuration_create_or_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationCreateOrUpdateParameters end @@ -365,9 +365,6 @@ def schedule_association_property def job_stream Azure::Automation::Mgmt::V2015_10_31::Models::JobStream end - def job - Azure::Automation::Mgmt::V2015_10_31::Models::Job - end def content_hash Azure::Automation::Mgmt::V2015_10_31::Models::ContentHash end @@ -404,9 +401,6 @@ def dsc_node_update_parameters def linked_workspace Azure::Automation::Mgmt::V2015_10_31::Models::LinkedWorkspace end - def operation_display - Azure::Automation::Mgmt::V2015_10_31::Models::OperationDisplay - end def activity_parameter_validation_set Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterValidationSet end @@ -422,15 +416,9 @@ def key def activity_parameter_set Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterSet end - def resource - Azure::Automation::Mgmt::V2015_10_31::Models::Resource - end def activity_output_type Azure::Automation::Mgmt::V2015_10_31::Models::ActivityOutputType end - def certificate_list_result - Azure::Automation::Mgmt::V2015_10_31::Models::CertificateListResult - end def activity Azure::Automation::Mgmt::V2015_10_31::Models::Activity end @@ -446,6 +434,9 @@ def connection_type def module_error_info Azure::Automation::Mgmt::V2015_10_31::Models::ModuleErrorInfo end + def certificate_update_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::CertificateUpdateParameters + end def webhook_list_result Azure::Automation::Mgmt::V2015_10_31::Models::WebhookListResult end @@ -473,50 +464,59 @@ def module_create_or_update_parameters def agent_registration_regenerate_key_parameter Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationRegenerateKeyParameter end - def module_update_parameters - Azure::Automation::Mgmt::V2015_10_31::Models::ModuleUpdateParameters - end def automation_account_create_or_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountCreateOrUpdateParameters end def type_field Azure::Automation::Mgmt::V2015_10_31::Models::TypeField end - def usage - Azure::Automation::Mgmt::V2015_10_31::Models::Usage - end - def type_field_list_result - Azure::Automation::Mgmt::V2015_10_31::Models::TypeFieldListResult - end - def certificate_create_or_update_parameters - Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters + def key_list_result + Azure::Automation::Mgmt::V2015_10_31::Models::KeyListResult end def runbook_parameter Azure::Automation::Mgmt::V2015_10_31::Models::RunbookParameter end - def connection_update_parameters - Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionUpdateParameters + def usage_list_result + Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult + end + def module_update_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::ModuleUpdateParameters end def runbook_draft Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraft end + def connection_update_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionUpdateParameters + end + def type_field_list_result + Azure::Automation::Mgmt::V2015_10_31::Models::TypeFieldListResult + end def credential_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::CredentialUpdateParameters end - def advanced_schedule - Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedSchedule + def certificate_list_result + Azure::Automation::Mgmt::V2015_10_31::Models::CertificateListResult end def content_source Azure::Automation::Mgmt::V2015_10_31::Models::ContentSource end + def certificate_create_or_update_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters + end + def advanced_schedule + Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedSchedule + end + def runbook_create_or_update_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateParameters + end def runbook_list_result Azure::Automation::Mgmt::V2015_10_31::Models::RunbookListResult end def dsc_node_configuration_association_property Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationAssociationProperty end - def runbook_create_or_update_parameters - Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateParameters + def connection_type_create_or_update_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeCreateOrUpdateParameters end def automation_account_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountUpdateParameters @@ -524,8 +524,8 @@ def automation_account_update_parameters def runbook_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::RunbookUpdateParameters end - def connection_type_create_or_update_parameters - Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeCreateOrUpdateParameters + def test_job_create_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::TestJobCreateParameters end def runbook_draft_undo_edit_result Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraftUndoEditResult @@ -533,8 +533,8 @@ def runbook_draft_undo_edit_result def dsc_configuration_list_result Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationListResult end - def test_job_create_parameters - Azure::Automation::Mgmt::V2015_10_31::Models::TestJobCreateParameters + def runbook_create_or_update_draft_properties + Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftProperties end def connection_type_association_property Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeAssociationProperty @@ -542,11 +542,8 @@ def connection_type_association_property def test_job Azure::Automation::Mgmt::V2015_10_31::Models::TestJob end - def operation_list_result - Azure::Automation::Mgmt::V2015_10_31::Models::OperationListResult - end - def runbook_create_or_update_draft_properties - Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftProperties + def automation_account + Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccount end def dsc_compilation_job_list_result Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobListResult @@ -554,29 +551,17 @@ def dsc_compilation_job_list_result def runbook_create_or_update_draft_parameters Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftParameters end - def tracked_resource - Azure::Automation::Mgmt::V2015_10_31::Models::TrackedResource - end - def automation_account - Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccount - end - def proxy_resource - Azure::Automation::Mgmt::V2015_10_31::Models::ProxyResource - end - def certificate - Azure::Automation::Mgmt::V2015_10_31::Models::Certificate - end - def connection - Azure::Automation::Mgmt::V2015_10_31::Models::Connection + def dsc_configuration + Azure::Automation::Mgmt::V2015_10_31::Models::DscConfiguration end def credential Azure::Automation::Mgmt::V2015_10_31::Models::Credential end - def dsc_compilation_job - Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob + def certificate + Azure::Automation::Mgmt::V2015_10_31::Models::Certificate end - def dsc_configuration - Azure::Automation::Mgmt::V2015_10_31::Models::DscConfiguration + def module_model + Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel end def dsc_node Azure::Automation::Mgmt::V2015_10_31::Models::DscNode @@ -584,14 +569,14 @@ def dsc_node def dsc_node_configuration Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration end - def module_model - Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel + def dsc_compilation_job + Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob end def runbook Azure::Automation::Mgmt::V2015_10_31::Models::Runbook end - def schedule - Azure::Automation::Mgmt::V2015_10_31::Models::Schedule + def connection + Azure::Automation::Mgmt::V2015_10_31::Models::Connection end def variable Azure::Automation::Mgmt::V2015_10_31::Models::Variable @@ -602,8 +587,8 @@ def webhook def sku_name_enum Azure::Automation::Mgmt::V2015_10_31::Models::SkuNameEnum end - def automation_account_state - Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountState + def schedule + Azure::Automation::Mgmt::V2015_10_31::Models::Schedule end def automation_key_name Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyName @@ -614,8 +599,8 @@ def automation_key_permissions def job_provisioning_state Azure::Automation::Mgmt::V2015_10_31::Models::JobProvisioningState end - def job_status - Azure::Automation::Mgmt::V2015_10_31::Models::JobStatus + def automation_account_state + Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountState end def job_stream_type Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamType @@ -626,8 +611,8 @@ def content_source_type def dsc_configuration_provisioning_state Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationProvisioningState end - def dsc_configuration_state - Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState + def job_status + Azure::Automation::Mgmt::V2015_10_31::Models::JobStatus end def agent_registration_key_name Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeyName @@ -638,8 +623,8 @@ def group_type_enum def module_provisioning_state Azure::Automation::Mgmt::V2015_10_31::Models::ModuleProvisioningState end - def runbook_type_enum - Azure::Automation::Mgmt::V2015_10_31::Models::RunbookTypeEnum + def dsc_configuration_state + Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState end def runbook_state Azure::Automation::Mgmt::V2015_10_31::Models::RunbookState @@ -647,15 +632,30 @@ def runbook_state def runbook_provisioning_state Azure::Automation::Mgmt::V2015_10_31::Models::RunbookProvisioningState end - def http_status_code - Azure::Automation::Mgmt::V2015_10_31::Models::HttpStatusCode - end def schedule_day Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleDay end + def runbook_type_enum + Azure::Automation::Mgmt::V2015_10_31::Models::RunbookTypeEnum + end + def usage + Azure::Automation::Mgmt::V2015_10_31::Models::Usage + end def schedule_frequency Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency end + def sku + Azure::Automation::Mgmt::V2015_10_31::Models::Sku + end + def error_response + Azure::Automation::Mgmt::V2015_10_31::Models::ErrorResponse + end + def tracked_resource + Azure::Automation::Mgmt::V2015_10_31::Models::TrackedResource + end + def proxy_resource + Azure::Automation::Mgmt::V2015_10_31::Models::ProxyResource + 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 3145f68949..3b35d45c2c 100644 --- a/azure_sdk/lib/latest/modules/batch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/batch_profile_module.rb @@ -7,34 +7,18 @@ module Azure::Profiles::Latest module Batch module Mgmt - BatchAccountOperations = Azure::Batch::Mgmt::V2017_09_01::BatchAccountOperations ApplicationPackageOperations = Azure::Batch::Mgmt::V2017_09_01::ApplicationPackageOperations ApplicationOperations = Azure::Batch::Mgmt::V2017_09_01::ApplicationOperations + PoolOperations = Azure::Batch::Mgmt::V2017_09_01::PoolOperations Location = Azure::Batch::Mgmt::V2017_09_01::Location - Operations = Azure::Batch::Mgmt::V2017_09_01::Operations CertificateOperations = Azure::Batch::Mgmt::V2017_09_01::CertificateOperations - PoolOperations = Azure::Batch::Mgmt::V2017_09_01::PoolOperations + Operations = Azure::Batch::Mgmt::V2017_09_01::Operations + BatchAccountOperations = Azure::Batch::Mgmt::V2017_09_01::BatchAccountOperations module Models - FixedScaleSettings = Azure::Batch::Mgmt::V2017_09_01::Models::FixedScaleSettings - AutoStorageBaseProperties = Azure::Batch::Mgmt::V2017_09_01::Models::AutoStorageBaseProperties - AutoScaleSettings = Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleSettings - BatchAccountCreateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountCreateParameters - ScaleSettings = Azure::Batch::Mgmt::V2017_09_01::Models::ScaleSettings - KeyVaultReference = Azure::Batch::Mgmt::V2017_09_01::Models::KeyVaultReference - BatchAccountUpdateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountUpdateParameters - OperationDisplay = Azure::Batch::Mgmt::V2017_09_01::Models::OperationDisplay - BatchAccountRegenerateKeyParameters = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountRegenerateKeyParameters - OperationListResult = Azure::Batch::Mgmt::V2017_09_01::Models::OperationListResult - ActivateApplicationPackageParameters = Azure::Batch::Mgmt::V2017_09_01::Models::ActivateApplicationPackageParameters - AutoScaleRunError = Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleRunError - ApplicationPackage = Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationPackage - AutoScaleRun = Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleRun ListApplicationsResult = Azure::Batch::Mgmt::V2017_09_01::Models::ListApplicationsResult NetworkSecurityGroupRule = Azure::Batch::Mgmt::V2017_09_01::Models::NetworkSecurityGroupRule BatchLocationQuota = Azure::Batch::Mgmt::V2017_09_01::Models::BatchLocationQuota - InboundNatPool = Azure::Batch::Mgmt::V2017_09_01::Models::InboundNatPool - ProxyResource = Azure::Batch::Mgmt::V2017_09_01::Models::ProxyResource 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 @@ -42,9 +26,7 @@ module Models 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 - OSDisk = Azure::Batch::Mgmt::V2017_09_01::Models::OSDisk UserAccount = Azure::Batch::Mgmt::V2017_09_01::Models::UserAccount - DataDisk = Azure::Batch::Mgmt::V2017_09_01::Models::DataDisk MetadataItem = Azure::Batch::Mgmt::V2017_09_01::Models::MetadataItem DeploymentConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::DeploymentConfiguration ResourceFile = Azure::Batch::Mgmt::V2017_09_01::Models::ResourceFile @@ -52,31 +34,29 @@ module Models EnvironmentSetting = Azure::Batch::Mgmt::V2017_09_01::Models::EnvironmentSetting Application = Azure::Batch::Mgmt::V2017_09_01::Models::Application AutoUserSpecification = Azure::Batch::Mgmt::V2017_09_01::Models::AutoUserSpecification - Resource = Azure::Batch::Mgmt::V2017_09_01::Models::Resource UserIdentity = Azure::Batch::Mgmt::V2017_09_01::Models::UserIdentity - CheckNameAvailabilityResult = Azure::Batch::Mgmt::V2017_09_01::Models::CheckNameAvailabilityResult StartTask = Azure::Batch::Mgmt::V2017_09_01::Models::StartTask - ImageReference = Azure::Batch::Mgmt::V2017_09_01::Models::ImageReference CertificateReference = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateReference VirtualMachineConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::VirtualMachineConfiguration ApplicationPackageReference = Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationPackageReference ApplicationCreateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationCreateParameters ResizeError = Azure::Batch::Mgmt::V2017_09_01::Models::ResizeError - CertificateBaseProperties = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateBaseProperties + DataDisk = Azure::Batch::Mgmt::V2017_09_01::Models::DataDisk + ApplicationPackage = Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationPackage ResizeOperationStatus = Azure::Batch::Mgmt::V2017_09_01::Models::ResizeOperationStatus - WindowsConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::WindowsConfiguration - Operation = Azure::Batch::Mgmt::V2017_09_01::Models::Operation - ApplicationUpdateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationUpdateParameters + CertificateBaseProperties = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateBaseProperties ListPoolsResult = Azure::Batch::Mgmt::V2017_09_01::Models::ListPoolsResult - BatchAccountListResult = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountListResult + ApplicationUpdateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationUpdateParameters ListCertificatesResult = Azure::Batch::Mgmt::V2017_09_01::Models::ListCertificatesResult + BatchAccountListResult = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountListResult + WindowsConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::WindowsConfiguration AutoStorageProperties = Azure::Batch::Mgmt::V2017_09_01::Models::AutoStorageProperties BatchAccount = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccount Certificate = Azure::Batch::Mgmt::V2017_09_01::Models::Certificate CertificateCreateOrUpdateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateCreateOrUpdateParameters + ProvisioningState = Azure::Batch::Mgmt::V2017_09_01::Models::ProvisioningState Pool = Azure::Batch::Mgmt::V2017_09_01::Models::Pool PoolAllocationMode = Azure::Batch::Mgmt::V2017_09_01::Models::PoolAllocationMode - ProvisioningState = Azure::Batch::Mgmt::V2017_09_01::Models::ProvisioningState AccountKeyType = Azure::Batch::Mgmt::V2017_09_01::Models::AccountKeyType PackageState = Azure::Batch::Mgmt::V2017_09_01::Models::PackageState CertificateFormat = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateFormat @@ -95,10 +75,30 @@ module Models CertificateStoreLocation = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateStoreLocation CertificateVisibility = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateVisibility NameAvailabilityReason = Azure::Batch::Mgmt::V2017_09_01::Models::NameAvailabilityReason + Resource = Azure::Batch::Mgmt::V2017_09_01::Models::Resource + OperationDisplay = Azure::Batch::Mgmt::V2017_09_01::Models::OperationDisplay + ImageReference = Azure::Batch::Mgmt::V2017_09_01::Models::ImageReference + Operation = Azure::Batch::Mgmt::V2017_09_01::Models::Operation + OperationListResult = Azure::Batch::Mgmt::V2017_09_01::Models::OperationListResult + CheckNameAvailabilityResult = Azure::Batch::Mgmt::V2017_09_01::Models::CheckNameAvailabilityResult + InboundNatPool = Azure::Batch::Mgmt::V2017_09_01::Models::InboundNatPool + OSDisk = Azure::Batch::Mgmt::V2017_09_01::Models::OSDisk + FixedScaleSettings = Azure::Batch::Mgmt::V2017_09_01::Models::FixedScaleSettings + AutoStorageBaseProperties = Azure::Batch::Mgmt::V2017_09_01::Models::AutoStorageBaseProperties + AutoScaleSettings = Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleSettings + BatchAccountCreateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountCreateParameters + ScaleSettings = Azure::Batch::Mgmt::V2017_09_01::Models::ScaleSettings + KeyVaultReference = Azure::Batch::Mgmt::V2017_09_01::Models::KeyVaultReference + BatchAccountUpdateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountUpdateParameters + BatchAccountRegenerateKeyParameters = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountRegenerateKeyParameters + ActivateApplicationPackageParameters = Azure::Batch::Mgmt::V2017_09_01::Models::ActivateApplicationPackageParameters + AutoScaleRunError = Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleRunError + ProxyResource = Azure::Batch::Mgmt::V2017_09_01::Models::ProxyResource + AutoScaleRun = Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleRun end class BatchManagementClass - attr_reader :batch_account_operations, :application_package_operations, :application_operations, :location, :operations, :certificate_operations, :pool_operations, :configurable, :base_url, :options, :model_classes + attr_reader :application_package_operations, :application_operations, :pool_operations, :location, :certificate_operations, :operations, :batch_account_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -108,13 +108,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @batch_account_operations = @client_0.batch_account_operations @application_package_operations = @client_0.application_package_operations @application_operations = @client_0.application_operations + @pool_operations = @client_0.pool_operations @location = @client_0.location - @operations = @client_0.operations @certificate_operations = @client_0.certificate_operations - @pool_operations = @client_0.pool_operations + @operations = @client_0.operations + @batch_account_operations = @client_0.batch_account_operations @model_classes = ModelClasses.new end @@ -133,48 +133,6 @@ def method_missing(method, *args) end class ModelClasses - def fixed_scale_settings - Azure::Batch::Mgmt::V2017_09_01::Models::FixedScaleSettings - end - def auto_storage_base_properties - Azure::Batch::Mgmt::V2017_09_01::Models::AutoStorageBaseProperties - end - def auto_scale_settings - Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleSettings - end - def batch_account_create_parameters - Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountCreateParameters - end - def scale_settings - Azure::Batch::Mgmt::V2017_09_01::Models::ScaleSettings - end - def key_vault_reference - Azure::Batch::Mgmt::V2017_09_01::Models::KeyVaultReference - end - def batch_account_update_parameters - Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountUpdateParameters - end - def operation_display - Azure::Batch::Mgmt::V2017_09_01::Models::OperationDisplay - end - def batch_account_regenerate_key_parameters - Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountRegenerateKeyParameters - end - def operation_list_result - Azure::Batch::Mgmt::V2017_09_01::Models::OperationListResult - end - def activate_application_package_parameters - Azure::Batch::Mgmt::V2017_09_01::Models::ActivateApplicationPackageParameters - end - def auto_scale_run_error - Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleRunError - end - def application_package - Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationPackage - end - def auto_scale_run - Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleRun - end def list_applications_result Azure::Batch::Mgmt::V2017_09_01::Models::ListApplicationsResult end @@ -184,12 +142,6 @@ def network_security_group_rule def batch_location_quota Azure::Batch::Mgmt::V2017_09_01::Models::BatchLocationQuota end - def inbound_nat_pool - Azure::Batch::Mgmt::V2017_09_01::Models::InboundNatPool - end - def proxy_resource - Azure::Batch::Mgmt::V2017_09_01::Models::ProxyResource - end def pool_endpoint_configuration Azure::Batch::Mgmt::V2017_09_01::Models::PoolEndpointConfiguration end @@ -211,15 +163,9 @@ def cloud_service_configuration def linux_user_configuration Azure::Batch::Mgmt::V2017_09_01::Models::LinuxUserConfiguration end - def osdisk - Azure::Batch::Mgmt::V2017_09_01::Models::OSDisk - end def user_account Azure::Batch::Mgmt::V2017_09_01::Models::UserAccount end - def data_disk - Azure::Batch::Mgmt::V2017_09_01::Models::DataDisk - end def metadata_item Azure::Batch::Mgmt::V2017_09_01::Models::MetadataItem end @@ -241,21 +187,12 @@ def application def auto_user_specification Azure::Batch::Mgmt::V2017_09_01::Models::AutoUserSpecification end - def resource - Azure::Batch::Mgmt::V2017_09_01::Models::Resource - end def user_identity Azure::Batch::Mgmt::V2017_09_01::Models::UserIdentity end - def check_name_availability_result - Azure::Batch::Mgmt::V2017_09_01::Models::CheckNameAvailabilityResult - end def start_task Azure::Batch::Mgmt::V2017_09_01::Models::StartTask end - def image_reference - Azure::Batch::Mgmt::V2017_09_01::Models::ImageReference - end def certificate_reference Azure::Batch::Mgmt::V2017_09_01::Models::CertificateReference end @@ -271,29 +208,32 @@ def application_create_parameters def resize_error Azure::Batch::Mgmt::V2017_09_01::Models::ResizeError end - def certificate_base_properties - Azure::Batch::Mgmt::V2017_09_01::Models::CertificateBaseProperties + def data_disk + Azure::Batch::Mgmt::V2017_09_01::Models::DataDisk + end + def application_package + Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationPackage end def resize_operation_status Azure::Batch::Mgmt::V2017_09_01::Models::ResizeOperationStatus end - def windows_configuration - Azure::Batch::Mgmt::V2017_09_01::Models::WindowsConfiguration + def certificate_base_properties + Azure::Batch::Mgmt::V2017_09_01::Models::CertificateBaseProperties end - def operation - Azure::Batch::Mgmt::V2017_09_01::Models::Operation + def list_pools_result + Azure::Batch::Mgmt::V2017_09_01::Models::ListPoolsResult end def application_update_parameters Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationUpdateParameters end - def list_pools_result - Azure::Batch::Mgmt::V2017_09_01::Models::ListPoolsResult + def list_certificates_result + Azure::Batch::Mgmt::V2017_09_01::Models::ListCertificatesResult end def batch_account_list_result Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountListResult end - def list_certificates_result - Azure::Batch::Mgmt::V2017_09_01::Models::ListCertificatesResult + def windows_configuration + Azure::Batch::Mgmt::V2017_09_01::Models::WindowsConfiguration end def auto_storage_properties Azure::Batch::Mgmt::V2017_09_01::Models::AutoStorageProperties @@ -307,15 +247,15 @@ def certificate def certificate_create_or_update_parameters Azure::Batch::Mgmt::V2017_09_01::Models::CertificateCreateOrUpdateParameters end + def provisioning_state + Azure::Batch::Mgmt::V2017_09_01::Models::ProvisioningState + end def pool Azure::Batch::Mgmt::V2017_09_01::Models::Pool end def pool_allocation_mode Azure::Batch::Mgmt::V2017_09_01::Models::PoolAllocationMode end - def provisioning_state - Azure::Batch::Mgmt::V2017_09_01::Models::ProvisioningState - end def account_key_type Azure::Batch::Mgmt::V2017_09_01::Models::AccountKeyType end @@ -370,6 +310,66 @@ def certificate_visibility def name_availability_reason Azure::Batch::Mgmt::V2017_09_01::Models::NameAvailabilityReason end + def resource + Azure::Batch::Mgmt::V2017_09_01::Models::Resource + end + def operation_display + Azure::Batch::Mgmt::V2017_09_01::Models::OperationDisplay + end + def image_reference + Azure::Batch::Mgmt::V2017_09_01::Models::ImageReference + end + def operation + Azure::Batch::Mgmt::V2017_09_01::Models::Operation + end + def operation_list_result + Azure::Batch::Mgmt::V2017_09_01::Models::OperationListResult + end + def check_name_availability_result + Azure::Batch::Mgmt::V2017_09_01::Models::CheckNameAvailabilityResult + end + def inbound_nat_pool + Azure::Batch::Mgmt::V2017_09_01::Models::InboundNatPool + end + def osdisk + Azure::Batch::Mgmt::V2017_09_01::Models::OSDisk + end + def fixed_scale_settings + Azure::Batch::Mgmt::V2017_09_01::Models::FixedScaleSettings + end + def auto_storage_base_properties + Azure::Batch::Mgmt::V2017_09_01::Models::AutoStorageBaseProperties + end + def auto_scale_settings + Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleSettings + end + def batch_account_create_parameters + Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountCreateParameters + end + def scale_settings + Azure::Batch::Mgmt::V2017_09_01::Models::ScaleSettings + end + def key_vault_reference + Azure::Batch::Mgmt::V2017_09_01::Models::KeyVaultReference + end + def batch_account_update_parameters + Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountUpdateParameters + end + def batch_account_regenerate_key_parameters + Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountRegenerateKeyParameters + end + def activate_application_package_parameters + Azure::Batch::Mgmt::V2017_09_01::Models::ActivateApplicationPackageParameters + end + def auto_scale_run_error + Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleRunError + end + def proxy_resource + Azure::Batch::Mgmt::V2017_09_01::Models::ProxyResource + end + def auto_scale_run + Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleRun + 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 e2b7e7ec8c..a754682b36 100644 --- a/azure_sdk/lib/latest/modules/billing_profile_module.rb +++ b/azure_sdk/lib/latest/modules/billing_profile_module.rb @@ -7,29 +7,29 @@ module Azure::Profiles::Latest module Billing module Mgmt - EnrollmentAccounts = Azure::Billing::Mgmt::V2018_03_01_preview::EnrollmentAccounts BillingPeriods = Azure::Billing::Mgmt::V2018_03_01_preview::BillingPeriods Invoices = Azure::Billing::Mgmt::V2018_03_01_preview::Invoices Operations = Azure::Billing::Mgmt::V2018_03_01_preview::Operations + EnrollmentAccounts = Azure::Billing::Mgmt::V2018_03_01_preview::EnrollmentAccounts module Models - ErrorResponse = Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorResponse + BillingPeriod = Azure::Billing::Mgmt::V2018_03_01_preview::Models::BillingPeriod + Invoice = Azure::Billing::Mgmt::V2018_03_01_preview::Models::Invoice + Resource = Azure::Billing::Mgmt::V2018_03_01_preview::Models::Resource ErrorDetails = Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorDetails + OperationDisplay = Azure::Billing::Mgmt::V2018_03_01_preview::Models::OperationDisplay + Operation = Azure::Billing::Mgmt::V2018_03_01_preview::Models::Operation OperationListResult = Azure::Billing::Mgmt::V2018_03_01_preview::Models::OperationListResult - Resource = Azure::Billing::Mgmt::V2018_03_01_preview::Models::Resource + ErrorResponse = Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorResponse DownloadUrl = Azure::Billing::Mgmt::V2018_03_01_preview::Models::DownloadUrl InvoicesListResult = Azure::Billing::Mgmt::V2018_03_01_preview::Models::InvoicesListResult BillingPeriodsListResult = Azure::Billing::Mgmt::V2018_03_01_preview::Models::BillingPeriodsListResult - OperationDisplay = Azure::Billing::Mgmt::V2018_03_01_preview::Models::OperationDisplay EnrollmentAccountListResult = Azure::Billing::Mgmt::V2018_03_01_preview::Models::EnrollmentAccountListResult - Operation = Azure::Billing::Mgmt::V2018_03_01_preview::Models::Operation EnrollmentAccount = Azure::Billing::Mgmt::V2018_03_01_preview::Models::EnrollmentAccount - BillingPeriod = Azure::Billing::Mgmt::V2018_03_01_preview::Models::BillingPeriod - Invoice = Azure::Billing::Mgmt::V2018_03_01_preview::Models::Invoice end class BillingManagementClass - attr_reader :enrollment_accounts, :billing_periods, :invoices, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :billing_periods, :invoices, :operations, :enrollment_accounts, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -39,10 +39,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @enrollment_accounts = @client_0.enrollment_accounts @billing_periods = @client_0.billing_periods @invoices = @client_0.invoices @operations = @client_0.operations + @enrollment_accounts = @client_0.enrollment_accounts @model_classes = ModelClasses.new end @@ -61,17 +61,29 @@ def method_missing(method, *args) end class ModelClasses - def error_response - Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorResponse + def billing_period + Azure::Billing::Mgmt::V2018_03_01_preview::Models::BillingPeriod + end + def invoice + Azure::Billing::Mgmt::V2018_03_01_preview::Models::Invoice + end + def resource + Azure::Billing::Mgmt::V2018_03_01_preview::Models::Resource end def error_details Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorDetails end + def operation_display + Azure::Billing::Mgmt::V2018_03_01_preview::Models::OperationDisplay + end + def operation + Azure::Billing::Mgmt::V2018_03_01_preview::Models::Operation + end def operation_list_result Azure::Billing::Mgmt::V2018_03_01_preview::Models::OperationListResult end - def resource - Azure::Billing::Mgmt::V2018_03_01_preview::Models::Resource + def error_response + Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorResponse end def download_url Azure::Billing::Mgmt::V2018_03_01_preview::Models::DownloadUrl @@ -82,24 +94,12 @@ def invoices_list_result def billing_periods_list_result Azure::Billing::Mgmt::V2018_03_01_preview::Models::BillingPeriodsListResult end - def operation_display - Azure::Billing::Mgmt::V2018_03_01_preview::Models::OperationDisplay - end def enrollment_account_list_result Azure::Billing::Mgmt::V2018_03_01_preview::Models::EnrollmentAccountListResult end - def operation - Azure::Billing::Mgmt::V2018_03_01_preview::Models::Operation - end def enrollment_account Azure::Billing::Mgmt::V2018_03_01_preview::Models::EnrollmentAccount end - def billing_period - Azure::Billing::Mgmt::V2018_03_01_preview::Models::BillingPeriod - end - def invoice - Azure::Billing::Mgmt::V2018_03_01_preview::Models::Invoice - 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 5c103f5df4..368a619076 100644 --- a/azure_sdk/lib/latest/modules/cdn_profile_module.rb +++ b/azure_sdk/lib/latest/modules/cdn_profile_module.rb @@ -7,38 +7,21 @@ module Azure::Profiles::Latest module CDN module Mgmt - Profiles = Azure::CDN::Mgmt::V2017_10_12::Profiles + EdgeNodes = Azure::CDN::Mgmt::V2017_10_12::EdgeNodes + CustomDomains = Azure::CDN::Mgmt::V2017_10_12::CustomDomains Endpoints = Azure::CDN::Mgmt::V2017_10_12::Endpoints + Operations = Azure::CDN::Mgmt::V2017_10_12::Operations + Profiles = Azure::CDN::Mgmt::V2017_10_12::Profiles Origins = Azure::CDN::Mgmt::V2017_10_12::Origins - CustomDomains = Azure::CDN::Mgmt::V2017_10_12::CustomDomains ResourceUsageOperations = Azure::CDN::Mgmt::V2017_10_12::ResourceUsageOperations - Operations = Azure::CDN::Mgmt::V2017_10_12::Operations - EdgeNodes = Azure::CDN::Mgmt::V2017_10_12::EdgeNodes module Models - OriginUpdateParameters = Azure::CDN::Mgmt::V2017_10_12::Models::OriginUpdateParameters - Sku = Azure::CDN::Mgmt::V2017_10_12::Models::Sku - OriginListResult = Azure::CDN::Mgmt::V2017_10_12::Models::OriginListResult - ProfileListResult = Azure::CDN::Mgmt::V2017_10_12::Models::ProfileListResult - PurgeParameters = Azure::CDN::Mgmt::V2017_10_12::Models::PurgeParameters - SsoUri = Azure::CDN::Mgmt::V2017_10_12::Models::SsoUri - LoadParameters = Azure::CDN::Mgmt::V2017_10_12::Models::LoadParameters - DeepCreatedOrigin = Azure::CDN::Mgmt::V2017_10_12::Models::DeepCreatedOrigin - CidrIpAddress = Azure::CDN::Mgmt::V2017_10_12::Models::CidrIpAddress - EndpointListResult = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointListResult - OperationsListResult = Azure::CDN::Mgmt::V2017_10_12::Models::OperationsListResult - DeliveryRuleAction = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleAction - ProfileUpdateParameters = Azure::CDN::Mgmt::V2017_10_12::Models::ProfileUpdateParameters - DeliveryRule = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRule - EndpointUpdateParameters = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointUpdateParameters 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 - ErrorResponse = Azure::CDN::Mgmt::V2017_10_12::Models::ErrorResponse 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 - Resource = Azure::CDN::Mgmt::V2017_10_12::Models::Resource 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 @@ -51,34 +34,51 @@ module Models UrlFileExtensionConditionParameters = Azure::CDN::Mgmt::V2017_10_12::Models::UrlFileExtensionConditionParameters ResourceUsageListResult = Azure::CDN::Mgmt::V2017_10_12::Models::ResourceUsageListResult EndpointPropertiesUpdateParametersDeliveryPolicy = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointPropertiesUpdateParametersDeliveryPolicy - OperationDisplay = Azure::CDN::Mgmt::V2017_10_12::Models::OperationDisplay SupportedOptimizationTypesListResult = Azure::CDN::Mgmt::V2017_10_12::Models::SupportedOptimizationTypesListResult - Operation = Azure::CDN::Mgmt::V2017_10_12::Models::Operation Profile = Azure::CDN::Mgmt::V2017_10_12::Models::Profile Endpoint = Azure::CDN::Mgmt::V2017_10_12::Models::Endpoint DeliveryRuleUrlPathCondition = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleUrlPathCondition DeliveryRuleUrlFileExtensionCondition = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleUrlFileExtensionCondition DeliveryRuleCacheExpirationAction = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleCacheExpirationAction Origin = Azure::CDN::Mgmt::V2017_10_12::Models::Origin - ProxyResource = Azure::CDN::Mgmt::V2017_10_12::Models::ProxyResource - CustomDomain = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomain EdgeNode = Azure::CDN::Mgmt::V2017_10_12::Models::EdgeNode - TrackedResource = Azure::CDN::Mgmt::V2017_10_12::Models::TrackedResource - SkuName = Azure::CDN::Mgmt::V2017_10_12::Models::SkuName - ProfileResourceState = Azure::CDN::Mgmt::V2017_10_12::Models::ProfileResourceState + DeliveryRule = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRule OptimizationType = Azure::CDN::Mgmt::V2017_10_12::Models::OptimizationType - EndpointResourceState = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointResourceState + ProfileResourceState = Azure::CDN::Mgmt::V2017_10_12::Models::ProfileResourceState QueryStringCachingBehavior = Azure::CDN::Mgmt::V2017_10_12::Models::QueryStringCachingBehavior - GeoFilterActions = Azure::CDN::Mgmt::V2017_10_12::Models::GeoFilterActions + EndpointResourceState = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointResourceState OriginResourceState = Azure::CDN::Mgmt::V2017_10_12::Models::OriginResourceState - CustomDomainResourceState = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainResourceState + TrackedResource = Azure::CDN::Mgmt::V2017_10_12::Models::TrackedResource CustomHttpsProvisioningState = Azure::CDN::Mgmt::V2017_10_12::Models::CustomHttpsProvisioningState + ProxyResource = Azure::CDN::Mgmt::V2017_10_12::Models::ProxyResource + GeoFilterActions = Azure::CDN::Mgmt::V2017_10_12::Models::GeoFilterActions CustomHttpsProvisioningSubstate = Azure::CDN::Mgmt::V2017_10_12::Models::CustomHttpsProvisioningSubstate + CustomDomainResourceState = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainResourceState + CustomDomain = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomain + Resource = Azure::CDN::Mgmt::V2017_10_12::Models::Resource + OperationDisplay = Azure::CDN::Mgmt::V2017_10_12::Models::OperationDisplay + Operation = Azure::CDN::Mgmt::V2017_10_12::Models::Operation ResourceType = Azure::CDN::Mgmt::V2017_10_12::Models::ResourceType + SkuName = Azure::CDN::Mgmt::V2017_10_12::Models::SkuName + Sku = Azure::CDN::Mgmt::V2017_10_12::Models::Sku + OriginUpdateParameters = Azure::CDN::Mgmt::V2017_10_12::Models::OriginUpdateParameters + OriginListResult = Azure::CDN::Mgmt::V2017_10_12::Models::OriginListResult + ProfileListResult = Azure::CDN::Mgmt::V2017_10_12::Models::ProfileListResult + PurgeParameters = Azure::CDN::Mgmt::V2017_10_12::Models::PurgeParameters + SsoUri = Azure::CDN::Mgmt::V2017_10_12::Models::SsoUri + LoadParameters = Azure::CDN::Mgmt::V2017_10_12::Models::LoadParameters + ErrorResponse = Azure::CDN::Mgmt::V2017_10_12::Models::ErrorResponse + DeepCreatedOrigin = Azure::CDN::Mgmt::V2017_10_12::Models::DeepCreatedOrigin + CidrIpAddress = Azure::CDN::Mgmt::V2017_10_12::Models::CidrIpAddress + EndpointListResult = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointListResult + OperationsListResult = Azure::CDN::Mgmt::V2017_10_12::Models::OperationsListResult + DeliveryRuleAction = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleAction + ProfileUpdateParameters = Azure::CDN::Mgmt::V2017_10_12::Models::ProfileUpdateParameters + EndpointUpdateParameters = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointUpdateParameters end class CDNManagementClass - attr_reader :profiles, :endpoints, :origins, :custom_domains, :resource_usage_operations, :operations, :edge_nodes, :configurable, :base_url, :options, :model_classes + attr_reader :edge_nodes, :custom_domains, :endpoints, :operations, :profiles, :origins, :resource_usage_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -88,13 +88,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @profiles = @client_0.profiles + @edge_nodes = @client_0.edge_nodes + @custom_domains = @client_0.custom_domains @endpoints = @client_0.endpoints + @operations = @client_0.operations + @profiles = @client_0.profiles @origins = @client_0.origins - @custom_domains = @client_0.custom_domains @resource_usage_operations = @client_0.resource_usage_operations - @operations = @client_0.operations - @edge_nodes = @client_0.edge_nodes @model_classes = ModelClasses.new end @@ -113,51 +113,6 @@ def method_missing(method, *args) end class ModelClasses - def origin_update_parameters - Azure::CDN::Mgmt::V2017_10_12::Models::OriginUpdateParameters - end - def sku - Azure::CDN::Mgmt::V2017_10_12::Models::Sku - end - def origin_list_result - Azure::CDN::Mgmt::V2017_10_12::Models::OriginListResult - end - def profile_list_result - Azure::CDN::Mgmt::V2017_10_12::Models::ProfileListResult - end - def purge_parameters - Azure::CDN::Mgmt::V2017_10_12::Models::PurgeParameters - end - def sso_uri - Azure::CDN::Mgmt::V2017_10_12::Models::SsoUri - end - def load_parameters - Azure::CDN::Mgmt::V2017_10_12::Models::LoadParameters - end - def deep_created_origin - Azure::CDN::Mgmt::V2017_10_12::Models::DeepCreatedOrigin - end - def cidr_ip_address - Azure::CDN::Mgmt::V2017_10_12::Models::CidrIpAddress - end - def endpoint_list_result - Azure::CDN::Mgmt::V2017_10_12::Models::EndpointListResult - end - def operations_list_result - Azure::CDN::Mgmt::V2017_10_12::Models::OperationsListResult - end - def delivery_rule_action - Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleAction - end - def profile_update_parameters - Azure::CDN::Mgmt::V2017_10_12::Models::ProfileUpdateParameters - end - def delivery_rule - Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRule - end - def endpoint_update_parameters - Azure::CDN::Mgmt::V2017_10_12::Models::EndpointUpdateParameters - end def custom_domain_parameters Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainParameters end @@ -167,9 +122,6 @@ def edgenode_result def custom_domain_list_result Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainListResult end - def error_response - Azure::CDN::Mgmt::V2017_10_12::Models::ErrorResponse - end def validate_custom_domain_input Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainInput end @@ -179,9 +131,6 @@ def ip_address_group def validate_custom_domain_output Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainOutput end - def resource - Azure::CDN::Mgmt::V2017_10_12::Models::Resource - end def check_name_availability_input Azure::CDN::Mgmt::V2017_10_12::Models::CheckNameAvailabilityInput end @@ -218,15 +167,9 @@ def resource_usage_list_result def endpoint_properties_update_parameters_delivery_policy Azure::CDN::Mgmt::V2017_10_12::Models::EndpointPropertiesUpdateParametersDeliveryPolicy end - def operation_display - Azure::CDN::Mgmt::V2017_10_12::Models::OperationDisplay - end def supported_optimization_types_list_result Azure::CDN::Mgmt::V2017_10_12::Models::SupportedOptimizationTypesListResult end - def operation - Azure::CDN::Mgmt::V2017_10_12::Models::Operation - end def profile Azure::CDN::Mgmt::V2017_10_12::Models::Profile end @@ -245,51 +188,108 @@ def delivery_rule_cache_expiration_action def origin Azure::CDN::Mgmt::V2017_10_12::Models::Origin end - def proxy_resource - Azure::CDN::Mgmt::V2017_10_12::Models::ProxyResource - end - def custom_domain - Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomain - end def edge_node Azure::CDN::Mgmt::V2017_10_12::Models::EdgeNode end - def tracked_resource - Azure::CDN::Mgmt::V2017_10_12::Models::TrackedResource - end - def sku_name - Azure::CDN::Mgmt::V2017_10_12::Models::SkuName - end - def profile_resource_state - Azure::CDN::Mgmt::V2017_10_12::Models::ProfileResourceState + def delivery_rule + Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRule end def optimization_type Azure::CDN::Mgmt::V2017_10_12::Models::OptimizationType end - def endpoint_resource_state - Azure::CDN::Mgmt::V2017_10_12::Models::EndpointResourceState + def profile_resource_state + Azure::CDN::Mgmt::V2017_10_12::Models::ProfileResourceState end def query_string_caching_behavior Azure::CDN::Mgmt::V2017_10_12::Models::QueryStringCachingBehavior end - def geo_filter_actions - Azure::CDN::Mgmt::V2017_10_12::Models::GeoFilterActions + def endpoint_resource_state + Azure::CDN::Mgmt::V2017_10_12::Models::EndpointResourceState end def origin_resource_state Azure::CDN::Mgmt::V2017_10_12::Models::OriginResourceState end - def custom_domain_resource_state - Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainResourceState + def tracked_resource + Azure::CDN::Mgmt::V2017_10_12::Models::TrackedResource end def custom_https_provisioning_state Azure::CDN::Mgmt::V2017_10_12::Models::CustomHttpsProvisioningState end + def proxy_resource + Azure::CDN::Mgmt::V2017_10_12::Models::ProxyResource + end + def geo_filter_actions + Azure::CDN::Mgmt::V2017_10_12::Models::GeoFilterActions + end def custom_https_provisioning_substate Azure::CDN::Mgmt::V2017_10_12::Models::CustomHttpsProvisioningSubstate end + def custom_domain_resource_state + Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainResourceState + end + def custom_domain + Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomain + end + def resource + Azure::CDN::Mgmt::V2017_10_12::Models::Resource + end + def operation_display + Azure::CDN::Mgmt::V2017_10_12::Models::OperationDisplay + end + def operation + Azure::CDN::Mgmt::V2017_10_12::Models::Operation + end def resource_type Azure::CDN::Mgmt::V2017_10_12::Models::ResourceType end + def sku_name + Azure::CDN::Mgmt::V2017_10_12::Models::SkuName + end + def sku + Azure::CDN::Mgmt::V2017_10_12::Models::Sku + end + def origin_update_parameters + Azure::CDN::Mgmt::V2017_10_12::Models::OriginUpdateParameters + end + def origin_list_result + Azure::CDN::Mgmt::V2017_10_12::Models::OriginListResult + end + def profile_list_result + Azure::CDN::Mgmt::V2017_10_12::Models::ProfileListResult + end + def purge_parameters + Azure::CDN::Mgmt::V2017_10_12::Models::PurgeParameters + end + def sso_uri + Azure::CDN::Mgmt::V2017_10_12::Models::SsoUri + end + def load_parameters + Azure::CDN::Mgmt::V2017_10_12::Models::LoadParameters + end + def error_response + Azure::CDN::Mgmt::V2017_10_12::Models::ErrorResponse + end + def deep_created_origin + Azure::CDN::Mgmt::V2017_10_12::Models::DeepCreatedOrigin + end + def cidr_ip_address + Azure::CDN::Mgmt::V2017_10_12::Models::CidrIpAddress + end + def endpoint_list_result + Azure::CDN::Mgmt::V2017_10_12::Models::EndpointListResult + end + def operations_list_result + Azure::CDN::Mgmt::V2017_10_12::Models::OperationsListResult + end + def delivery_rule_action + Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleAction + end + def profile_update_parameters + Azure::CDN::Mgmt::V2017_10_12::Models::ProfileUpdateParameters + end + def endpoint_update_parameters + Azure::CDN::Mgmt::V2017_10_12::Models::EndpointUpdateParameters + 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 021b149c7a..6edb62203b 100644 --- a/azure_sdk/lib/latest/modules/cognitiveservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/cognitiveservices_profile_module.rb @@ -7,15 +7,29 @@ module Azure::Profiles::Latest module CognitiveServices module Mgmt + CheckSkuAvailability = Azure::CognitiveServices::Mgmt::V2017_04_18::CheckSkuAvailability Accounts = Azure::CognitiveServices::Mgmt::V2017_04_18::Accounts - ResourceSkus = Azure::CognitiveServices::Mgmt::V2017_04_18::ResourceSkus Operations = Azure::CognitiveServices::Mgmt::V2017_04_18::Operations - CheckSkuAvailability = Azure::CognitiveServices::Mgmt::V2017_04_18::CheckSkuAvailability + ResourceSkus = Azure::CognitiveServices::Mgmt::V2017_04_18::ResourceSkus module Models - ErrorBody = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ErrorBody + MetricName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::MetricName + CognitiveServicesResourceAndSku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesResourceAndSku + KeyName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeyName + UnitType = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UnitType + QuotaUsageStatus = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::QuotaUsageStatus + ResourceSkuRestrictionsReasonCode = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsReasonCode + ResourceSkuRestrictionsType = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsType + ProvisioningState = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ProvisioningState + ResourceSkuRestrictions = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictions + SkuName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuName + ResourceSku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSku + Usage = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Usage + ResourceSkusResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkusResult Sku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Sku - Error = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Error + SkuTier = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuTier + Kind = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Kind + ErrorBody = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ErrorBody CognitiveServicesAccountUpdateParameters = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountUpdateParameters OperationDisplayInfo = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::OperationDisplayInfo CognitiveServicesAccountListResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountListResult @@ -24,32 +38,18 @@ module Models OperationEntityListResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::OperationEntityListResult CognitiveServicesAccountEnumerateSkusResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountEnumerateSkusResult CheckSkuAvailabilityParameter = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityParameter - Usage = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Usage CheckSkuAvailabilityResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityResult CognitiveServicesAccountCreateParameters = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountCreateParameters CheckSkuAvailabilityResultList = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityResultList CognitiveServicesAccountKeys = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountKeys ResourceSkuRestrictionInfo = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionInfo - MetricName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::MetricName - ResourceSkuRestrictions = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictions + Error = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Error CognitiveServicesAccount = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccount - ResourceSku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSku UsagesResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UsagesResult - ResourceSkusResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkusResult - CognitiveServicesResourceAndSku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesResourceAndSku - SkuName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuName - SkuTier = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuTier - Kind = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Kind - ProvisioningState = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ProvisioningState - KeyName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeyName - UnitType = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UnitType - QuotaUsageStatus = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::QuotaUsageStatus - ResourceSkuRestrictionsType = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsType - ResourceSkuRestrictionsReasonCode = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsReasonCode end class CognitiveServicesManagementClass - attr_reader :accounts, :resource_skus, :operations, :check_sku_availability, :configurable, :base_url, :options, :model_classes + attr_reader :check_sku_availability, :accounts, :operations, :resource_skus, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -59,10 +59,10 @@ 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 @accounts = @client_0.accounts - @resource_skus = @client_0.resource_skus @operations = @client_0.operations - @check_sku_availability = @client_0.check_sku_availability + @resource_skus = @client_0.resource_skus @model_classes = ModelClasses.new end @@ -81,14 +81,56 @@ def method_missing(method, *args) end class ModelClasses - def error_body - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ErrorBody + def metric_name + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::MetricName + end + def cognitive_services_resource_and_sku + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesResourceAndSku + end + def key_name + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeyName + end + def unit_type + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UnitType + end + def quota_usage_status + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::QuotaUsageStatus + end + def resource_sku_restrictions_reason_code + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsReasonCode + end + def resource_sku_restrictions_type + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsType + end + def provisioning_state + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ProvisioningState + end + def resource_sku_restrictions + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictions + end + def sku_name + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuName + end + def resource_sku + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSku + end + def usage + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Usage + end + def resource_skus_result + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkusResult end def sku Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Sku end - def error - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Error + def sku_tier + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuTier + end + def kind + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Kind + end + def error_body + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ErrorBody end def cognitive_services_account_update_parameters Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountUpdateParameters @@ -114,9 +156,6 @@ def cognitive_services_account_enumerate_skus_result def check_sku_availability_parameter Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityParameter end - def usage - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Usage - end def check_sku_availability_result Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityResult end @@ -132,54 +171,15 @@ def cognitive_services_account_keys def resource_sku_restriction_info Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionInfo end - def metric_name - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::MetricName - end - def resource_sku_restrictions - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictions + def error + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Error end def cognitive_services_account Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccount end - def resource_sku - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSku - end def usages_result Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UsagesResult end - def resource_skus_result - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkusResult - end - def cognitive_services_resource_and_sku - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesResourceAndSku - end - def sku_name - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuName - end - def sku_tier - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuTier - end - def kind - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Kind - end - def provisioning_state - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ProvisioningState - end - def key_name - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeyName - end - def unit_type - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UnitType - end - def quota_usage_status - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::QuotaUsageStatus - end - def resource_sku_restrictions_type - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsType - end - def resource_sku_restrictions_reason_code - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsReasonCode - end end end end diff --git a/azure_sdk/lib/latest/modules/commerce_profile_module.rb b/azure_sdk/lib/latest/modules/commerce_profile_module.rb index 55cb470975..9c0446e6fb 100644 --- a/azure_sdk/lib/latest/modules/commerce_profile_module.rb +++ b/azure_sdk/lib/latest/modules/commerce_profile_module.rb @@ -7,8 +7,8 @@ module Azure::Profiles::Latest module Commerce module Mgmt - UsageAggregates = Azure::Commerce::Mgmt::V2015_06_01_preview::UsageAggregates RateCard = Azure::Commerce::Mgmt::V2015_06_01_preview::RateCard + UsageAggregates = Azure::Commerce::Mgmt::V2015_06_01_preview::UsageAggregates module Models MeterInfo = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::MeterInfo @@ -26,7 +26,7 @@ module Models end class CommerceManagementClass - attr_reader :usage_aggregates, :rate_card, :configurable, :base_url, :options, :model_classes + attr_reader :rate_card, :usage_aggregates, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -36,8 +36,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @usage_aggregates = @client_0.usage_aggregates @rate_card = @client_0.rate_card + @usage_aggregates = @client_0.usage_aggregates @model_classes = ModelClasses.new end diff --git a/azure_sdk/lib/latest/modules/compute_profile_module.rb b/azure_sdk/lib/latest/modules/compute_profile_module.rb index fb47521f1d..8e8e95553b 100644 --- a/azure_sdk/lib/latest/modules/compute_profile_module.rb +++ b/azure_sdk/lib/latest/modules/compute_profile_module.rb @@ -8,13 +8,10 @@ module Azure::Profiles::Latest module Compute module Mgmt ResourceSkus = Azure::Compute::Mgmt::V2017_09_01::ResourceSkus - Operations = Azure::Compute::Mgmt::V2018_06_01::Operations - AvailabilitySets = Azure::Compute::Mgmt::V2018_06_01::AvailabilitySets - VirtualMachineExtensionImages = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineExtensionImages VirtualMachineExtensions = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineExtensions + VirtualMachines = Azure::Compute::Mgmt::V2018_06_01::VirtualMachines VirtualMachineImages = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineImages UsageOperations = Azure::Compute::Mgmt::V2018_06_01::UsageOperations - VirtualMachines = Azure::Compute::Mgmt::V2018_06_01::VirtualMachines VirtualMachineSizes = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineSizes Images = Azure::Compute::Mgmt::V2018_06_01::Images VirtualMachineScaleSets = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineScaleSets @@ -22,176 +19,170 @@ module Mgmt VirtualMachineScaleSetRollingUpgrades = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineScaleSetRollingUpgrades VirtualMachineScaleSetVMs = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineScaleSetVMs LogAnalytics = Azure::Compute::Mgmt::V2018_06_01::LogAnalytics + Operations = Azure::Compute::Mgmt::V2018_06_01::Operations VirtualMachineRunCommands = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineRunCommands + Disks = Azure::Compute::Mgmt::V2018_06_01::Disks + Snapshots = Azure::Compute::Mgmt::V2018_06_01::Snapshots Galleries = Azure::Compute::Mgmt::V2018_06_01::Galleries GalleryImages = Azure::Compute::Mgmt::V2018_06_01::GalleryImages GalleryImageVersions = Azure::Compute::Mgmt::V2018_06_01::GalleryImageVersions - Disks = Azure::Compute::Mgmt::V2018_06_01::Disks - Snapshots = Azure::Compute::Mgmt::V2018_06_01::Snapshots + AvailabilitySets = Azure::Compute::Mgmt::V2018_06_01::AvailabilitySets + VirtualMachineExtensionImages = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineExtensionImages module Models - 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 - ResourceSkuCapabilities = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapabilities + ResourceSkuRestrictionsType = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsType ResourceSku = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSku - ResourceSkuCosts = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCosts ResourceSkusResult = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkusResult + ResourceSkuLocationInfo = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuLocationInfo + ResourceSkuCapacity = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapacity + ResourceSkuRestrictionsReasonCode = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsReasonCode + ResourceSkuCosts = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCosts ResourceSkuRestrictionInfo = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionInfo + ResourceSkuCapabilities = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapabilities 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 - ComputeLongRunningOperationProperties = Azure::Compute::Mgmt::V2017_12_01::Models::ComputeLongRunningOperationProperties + ResourceSkuRestrictions = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictions OperationStatusResponse = Azure::Compute::Mgmt::V2017_12_01::Models::OperationStatusResponse - ApiEntityReference = Azure::Compute::Mgmt::V2018_06_01::Models::ApiEntityReference - VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings + ComputeLongRunningOperationProperties = Azure::Compute::Mgmt::V2017_12_01::Models::ComputeLongRunningOperationProperties + ComputeOperationValue = Azure::Compute::Mgmt::V2018_06_01::Models::ComputeOperationValue + AutoOSUpgradePolicy = Azure::Compute::Mgmt::V2018_06_01::Models::AutoOSUpgradePolicy ComputeOperationListResult = Azure::Compute::Mgmt::V2018_06_01::Models::ComputeOperationListResult - VirtualMachineScaleSetIpTag = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIpTag - SubResource = Azure::Compute::Mgmt::V2018_06_01::Models::SubResource - VirtualMachineScaleSetPublicIPAddressConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfiguration + RecoveryWalkResponse = Azure::Compute::Mgmt::V2018_06_01::Models::RecoveryWalkResponse + VirtualMachineScaleSetListOSUpgradeHistory = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListOSUpgradeHistory + LogAnalyticsOutput = Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOutput + LogAnalyticsInputBase = Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsInputBase + UpgradeOperationHistoricalStatusInfo = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoricalStatusInfo + UpgradeOperationHistoricalStatusInfoProperties = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoricalStatusInfoProperties + RollbackStatusInfo = Azure::Compute::Mgmt::V2018_06_01::Models::RollbackStatusInfo + UpgradeOperationHistoryStatus = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoryStatus + AvailabilitySetUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetUpdate + VirtualMachineUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineUpdate + ImageUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::ImageUpdate + RequestRateByIntervalInput = Azure::Compute::Mgmt::V2018_06_01::Models::RequestRateByIntervalInput + ThrottledRequestsInput = Azure::Compute::Mgmt::V2018_06_01::Models::ThrottledRequestsInput + LogAnalyticsOperationResult = Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOperationResult + VirtualMachinePriorityTypes = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachinePriorityTypes + VirtualMachineEvictionPolicyTypes = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineEvictionPolicyTypes + UpgradeState = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeState + UpgradeOperationInvoker = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationInvoker + IntervalInMins = Azure::Compute::Mgmt::V2018_06_01::Models::IntervalInMins VirtualMachineScaleSetManagedDiskParameters = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetManagedDiskParameters VirtualMachineScaleSetOSDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSDisk - AvailabilitySetListResult = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetListResult + SubResource = Azure::Compute::Mgmt::V2018_06_01::Models::SubResource VirtualMachineScaleSetUpdateOSDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSDisk + EncryptionSettings = Azure::Compute::Mgmt::V2018_06_01::Models::EncryptionSettings + AvailabilitySetListResult = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetListResult + ImageListResult = Azure::Compute::Mgmt::V2018_06_01::Models::ImageListResult VirtualMachineSizeListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeListResult - VirtualMachineScaleSetDataDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetDataDisk - GalleryList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryList - VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetStorageProfile - GalleryDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDiskImage - VirtualMachineScaleSetUpdateStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateStorageProfile + VirtualMachineScaleSetIpTag = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIpTag + VirtualMachineScaleSetIdentity = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentity + SnapshotSku = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotSku + RunCommandDocumentBase = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocumentBase + RunCommandListResult = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandListResult VirtualMachineExtensionsListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionsListResult - ComputeOperationValue = Azure::Compute::Mgmt::V2018_06_01::Models::ComputeOperationValue OSDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::OSDiskImage - InstanceViewStatus = Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewStatus + GalleryDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDiskImage + RunCommandInput = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInput GalleryArtifactSource = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactSource - Sku = Azure::Compute::Mgmt::V2018_06_01::Models::Sku Usage = Azure::Compute::Mgmt::V2018_06_01::Models::Usage - CreationData = Azure::Compute::Mgmt::V2018_06_01::Models::CreationData + ImagePurchasePlan = Azure::Compute::Mgmt::V2018_06_01::Models::ImagePurchasePlan + GalleryList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryList + VirtualMachineScaleSetOSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSProfile + GalleryImageVersionStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionStorageProfile + DiffDiskSettings = Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskSettings + VirtualMachineScaleSetUpdateOSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSProfile + VirtualMachineIdentityUserAssignedIdentitiesValue = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentityUserAssignedIdentitiesValue + RegionalReplicationStatus = Azure::Compute::Mgmt::V2018_06_01::Models::RegionalReplicationStatus + VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue + GalleryImageVersionList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionList + GalleryArtifactPublishingProfileBase = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactPublishingProfileBase + GalleryImageList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageList + OSDisk = Azure::Compute::Mgmt::V2018_06_01::Models::OSDisk + StorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::StorageProfile + GalleryImageIdentifier = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageIdentifier + GalleryIdentifier = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryIdentifier + KeyVaultAndKeyReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndKeyReference + ResourceRange = Azure::Compute::Mgmt::V2018_06_01::Models::ResourceRange + RecommendedMachineConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::RecommendedMachineConfiguration + TargetRegion = Azure::Compute::Mgmt::V2018_06_01::Models::TargetRegion + SnapshotList = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotList + InstanceViewStatus = Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewStatus VirtualMachineCaptureParameters = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureParameters - VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration + Sku = Azure::Compute::Mgmt::V2018_06_01::Models::Sku Plan = Azure::Compute::Mgmt::V2018_06_01::Models::Plan + WinRMListener = Azure::Compute::Mgmt::V2018_06_01::Models::WinRMListener + KeyVaultAndSecretReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndSecretReference + VirtualMachineScaleSetDataDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetDataDisk SourceVault = Azure::Compute::Mgmt::V2018_06_01::Models::SourceVault - TargetRegion = Azure::Compute::Mgmt::V2018_06_01::Models::TargetRegion - ImagePurchasePlan = Azure::Compute::Mgmt::V2018_06_01::Models::ImagePurchasePlan - KeyVaultKeyReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultKeyReference + VirtualMachineAgentInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineAgentInstanceView VirtualMachineScaleSetNetworkConfigurationDnsSettings = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkConfigurationDnsSettings - VirtualHardDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualHardDisk - Disallowed = Azure::Compute::Mgmt::V2018_06_01::Models::Disallowed - SnapshotList = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotList - DataDisk = Azure::Compute::Mgmt::V2018_06_01::Models::DataDisk + BootDiagnosticsInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnosticsInstanceView + CreationData = Azure::Compute::Mgmt::V2018_06_01::Models::CreationData + MaintenanceRedeployStatus = Azure::Compute::Mgmt::V2018_06_01::Models::MaintenanceRedeployStatus + ImageDiskReference = Azure::Compute::Mgmt::V2018_06_01::Models::ImageDiskReference + DiskList = Azure::Compute::Mgmt::V2018_06_01::Models::DiskList VirtualMachineScaleSetNetworkProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkProfile - AdditionalCapabilities = Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalCapabilities + RollingUpgradePolicy = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradePolicy VirtualMachineScaleSetUpdateNetworkProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateNetworkProfile - WinRMListener = Azure::Compute::Mgmt::V2018_06_01::Models::WinRMListener - SnapshotUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotUpdate - WindowsConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::WindowsConfiguration - VirtualMachineScaleSetExtensionListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtensionListResult + ImageOSDisk = Azure::Compute::Mgmt::V2018_06_01::Models::ImageOSDisk SshConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::SshConfiguration + ImageStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::ImageStorageProfile + VirtualMachineScaleSetExtensionListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtensionListResult VirtualMachineScaleSetExtensionProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtensionProfile - VaultCertificate = Azure::Compute::Mgmt::V2018_06_01::Models::VaultCertificate + RunCommandParameterDefinition = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandParameterDefinition VirtualMachineScaleSetVMProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMProfile - OSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::OSProfile + DataDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::DataDiskImage VirtualMachineScaleSetUpdateVMProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateVMProfile - NetworkProfile = Azure::Compute::Mgmt::V2018_06_01::Models::NetworkProfile - AccessUri = Azure::Compute::Mgmt::V2018_06_01::Models::AccessUri - DiagnosticsProfile = Azure::Compute::Mgmt::V2018_06_01::Models::DiagnosticsProfile - GrantAccessData = Azure::Compute::Mgmt::V2018_06_01::Models::GrantAccessData - VirtualMachineAgentInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineAgentInstanceView + ListUsagesResult = Azure::Compute::Mgmt::V2018_06_01::Models::ListUsagesResult + DiskSku = Azure::Compute::Mgmt::V2018_06_01::Models::DiskSku + HardwareProfile = Azure::Compute::Mgmt::V2018_06_01::Models::HardwareProfile + OSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::OSProfile + DiskEncryptionSettings = Azure::Compute::Mgmt::V2018_06_01::Models::DiskEncryptionSettings VirtualMachineScaleSetVMInstanceIDs = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMInstanceIDs - BootDiagnosticsInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnosticsInstanceView + DataDisk = Azure::Compute::Mgmt::V2018_06_01::Models::DataDisk VirtualMachineScaleSetVMInstanceRequiredIDs = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMInstanceRequiredIDs - VirtualMachineIdentity = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentity + WinRMConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::WinRMConfiguration VirtualMachineStatusCodeCount = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineStatusCodeCount - VirtualMachineInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineInstanceView + LinuxConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::LinuxConfiguration VirtualMachineScaleSetInstanceViewStatusesSummary = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetInstanceViewStatusesSummary - GalleryImageVersionStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionStorageProfile + GrantAccessData = Azure::Compute::Mgmt::V2018_06_01::Models::GrantAccessData VirtualMachineScaleSetVMExtensionsSummary = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMExtensionsSummary - AutoOSUpgradePolicy = Azure::Compute::Mgmt::V2018_06_01::Models::AutoOSUpgradePolicy + VirtualMachineExtensionHandlerInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionHandlerInstanceView VirtualMachineScaleSetInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetInstanceView - UpgradePolicy = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradePolicy + VirtualMachineIdentity = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentity VirtualMachineScaleSetListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListResult - ImageDataDisk = Azure::Compute::Mgmt::V2018_06_01::Models::ImageDataDisk + VirtualMachineListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineListResult VirtualMachineScaleSetListWithLinkResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListWithLinkResult - DiskSku = Azure::Compute::Mgmt::V2018_06_01::Models::DiskSku + ImageDataDisk = Azure::Compute::Mgmt::V2018_06_01::Models::ImageDataDisk VirtualMachineScaleSetSkuCapacity = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSkuCapacity - ImageListResult = Azure::Compute::Mgmt::V2018_06_01::Models::ImageListResult - VirtualMachineScaleSetSku = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSku - VirtualMachineScaleSetIdentity = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentity - VirtualMachineScaleSetListSkusResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListSkusResult - VirtualMachineScaleSetUpdateOSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSProfile - ApiErrorBase = Azure::Compute::Mgmt::V2018_06_01::Models::ApiErrorBase - VirtualMachineSize = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSize - InnerError = Azure::Compute::Mgmt::V2018_06_01::Models::InnerError VirtualMachineExtensionInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionInstanceView - ApiError = Azure::Compute::Mgmt::V2018_06_01::Models::ApiError - PurchasePlan = Azure::Compute::Mgmt::V2018_06_01::Models::PurchasePlan - RollbackStatusInfo = Azure::Compute::Mgmt::V2018_06_01::Models::RollbackStatusInfo + VirtualMachineScaleSetSku = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSku UsageName = Azure::Compute::Mgmt::V2018_06_01::Models::UsageName - UpgradeOperationHistoryStatus = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoryStatus - ManagedArtifact = Azure::Compute::Mgmt::V2018_06_01::Models::ManagedArtifact - RollingUpgradeProgressInfo = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeProgressInfo + VirtualMachineScaleSetListSkusResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListSkusResult KeyVaultSecretReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultSecretReference - UpgradeOperationHistoricalStatusInfoProperties = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoricalStatusInfoProperties - DiffDiskSettings = Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskSettings - UpgradeOperationHistoricalStatusInfo = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoricalStatusInfo - StorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::StorageProfile - VirtualMachineScaleSetListOSUpgradeHistory = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListOSUpgradeHistory - WinRMConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::WinRMConfiguration VirtualMachineHealthStatus = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineHealthStatus - LinuxConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::LinuxConfiguration + AdditionalUnattendContent = Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalUnattendContent VirtualMachineScaleSetVMInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMInstanceView - ReplicationStatus = Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatus - SnapshotSku = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotSku - VirtualMachineExtensionHandlerInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionHandlerInstanceView + VaultSecretGroup = Azure::Compute::Mgmt::V2018_06_01::Models::VaultSecretGroup + SubResourceReadOnly = Azure::Compute::Mgmt::V2018_06_01::Models::SubResourceReadOnly + DiskInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::DiskInstanceView VirtualMachineScaleSetVMListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMListResult - VirtualMachineIdentityUserAssignedIdentitiesValue = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentityUserAssignedIdentitiesValue + UpgradePolicy = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradePolicy RollingUpgradeRunningStatus = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeRunningStatus - RegionalReplicationStatus = Azure::Compute::Mgmt::V2018_06_01::Models::RegionalReplicationStatus - DiskList = Azure::Compute::Mgmt::V2018_06_01::Models::DiskList - RollingUpgradePolicy = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradePolicy - Resource = Azure::Compute::Mgmt::V2018_06_01::Models::Resource - ImageStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::ImageStorageProfile + PurchasePlan = Azure::Compute::Mgmt::V2018_06_01::Models::PurchasePlan + RollingUpgradeProgressInfo = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeProgressInfo + AccessUri = Azure::Compute::Mgmt::V2018_06_01::Models::AccessUri + ApiErrorBase = Azure::Compute::Mgmt::V2018_06_01::Models::ApiErrorBase + BootDiagnostics = Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnostics + InnerError = Azure::Compute::Mgmt::V2018_06_01::Models::InnerError + VirtualMachineSize = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSize + ApiError = Azure::Compute::Mgmt::V2018_06_01::Models::ApiError + SshPublicKey = Azure::Compute::Mgmt::V2018_06_01::Models::SshPublicKey UpdateResource = Azure::Compute::Mgmt::V2018_06_01::Models::UpdateResource - VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue - SubResourceReadOnly = Azure::Compute::Mgmt::V2018_06_01::Models::SubResourceReadOnly - GalleryImageVersionList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionList - RecoveryWalkResponse = Azure::Compute::Mgmt::V2018_06_01::Models::RecoveryWalkResponse - GalleryArtifactPublishingProfileBase = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactPublishingProfileBase - DiskUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::DiskUpdate - ListUsagesResult = Azure::Compute::Mgmt::V2018_06_01::Models::ListUsagesResult - EncryptionSettings = Azure::Compute::Mgmt::V2018_06_01::Models::EncryptionSettings - DiskEncryptionSettings = Azure::Compute::Mgmt::V2018_06_01::Models::DiskEncryptionSettings - LogAnalyticsInputBase = Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsInputBase - AdditionalUnattendContent = Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalUnattendContent - LogAnalyticsOutput = Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOutput - VaultSecretGroup = Azure::Compute::Mgmt::V2018_06_01::Models::VaultSecretGroup - LogAnalyticsOperationResult = Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOperationResult - DiskInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::DiskInstanceView RunCommandInputParameter = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInputParameter - VirtualMachineListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineListResult - RunCommandInput = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInput - ImageDiskReference = Azure::Compute::Mgmt::V2018_06_01::Models::ImageDiskReference - RunCommandParameterDefinition = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandParameterDefinition - GalleryImageList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageList - RunCommandDocumentBase = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocumentBase - HardwareProfile = Azure::Compute::Mgmt::V2018_06_01::Models::HardwareProfile - KeyVaultAndKeyReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndKeyReference - SshPublicKey = Azure::Compute::Mgmt::V2018_06_01::Models::SshPublicKey - RunCommandListResult = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandListResult - MaintenanceRedeployStatus = Azure::Compute::Mgmt::V2018_06_01::Models::MaintenanceRedeployStatus - RunCommandResult = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandResult - VirtualMachineScaleSetOSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSProfile - GalleryIdentifier = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryIdentifier - OSDisk = Azure::Compute::Mgmt::V2018_06_01::Models::OSDisk - KeyVaultAndSecretReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndSecretReference - ImageOSDisk = Azure::Compute::Mgmt::V2018_06_01::Models::ImageOSDisk - GalleryImageIdentifier = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageIdentifier - BootDiagnostics = Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnostics - ResourceRange = Azure::Compute::Mgmt::V2018_06_01::Models::ResourceRange - DataDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::DataDiskImage - RecommendedMachineConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::RecommendedMachineConfiguration + WindowsConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::WindowsConfiguration + VirtualMachineInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineInstanceView + Resource = Azure::Compute::Mgmt::V2018_06_01::Models::Resource AvailabilitySet = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySet - AvailabilitySetUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetUpdate VirtualMachineExtensionImage = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionImage VirtualMachineImageResource = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineImageResource VirtualMachineExtension = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtension @@ -202,9 +193,7 @@ module Models ManagedDiskParameters = Azure::Compute::Mgmt::V2018_06_01::Models::ManagedDiskParameters NetworkInterfaceReference = Azure::Compute::Mgmt::V2018_06_01::Models::NetworkInterfaceReference VirtualMachine = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachine - VirtualMachineUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineUpdate Image = Azure::Compute::Mgmt::V2018_06_01::Models::Image - ImageUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::ImageUpdate VirtualMachineScaleSetIPConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIPConfiguration VirtualMachineScaleSetUpdateIPConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateIPConfiguration VirtualMachineScaleSetNetworkConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkConfiguration @@ -214,55 +203,66 @@ module Models VirtualMachineScaleSetUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdate VirtualMachineScaleSetVM = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVM RollingUpgradeStatusInfo = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusInfo - RequestRateByIntervalInput = Azure::Compute::Mgmt::V2018_06_01::Models::RequestRateByIntervalInput - ThrottledRequestsInput = Azure::Compute::Mgmt::V2018_06_01::Models::ThrottledRequestsInput + VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetStorageProfile + DiskUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::DiskUpdate + AdditionalCapabilities = Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalCapabilities + SnapshotUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotUpdate + ManagedArtifact = Azure::Compute::Mgmt::V2018_06_01::Models::ManagedArtifact + RunCommandResult = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandResult + ReplicationStatus = Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatus + VaultCertificate = Azure::Compute::Mgmt::V2018_06_01::Models::VaultCertificate + KeyVaultKeyReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultKeyReference + StatusLevelTypes = Azure::Compute::Mgmt::V2018_06_01::Models::StatusLevelTypes + VirtualHardDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualHardDisk + NetworkProfile = Azure::Compute::Mgmt::V2018_06_01::Models::NetworkProfile + Snapshot = Azure::Compute::Mgmt::V2018_06_01::Models::Snapshot + DiagnosticsProfile = Azure::Compute::Mgmt::V2018_06_01::Models::DiagnosticsProfile RunCommandDocument = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocument - Gallery = Azure::Compute::Mgmt::V2018_06_01::Models::Gallery + Disk = Azure::Compute::Mgmt::V2018_06_01::Models::Disk + DiskCreateOptionTypes = Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOptionTypes + Disallowed = Azure::Compute::Mgmt::V2018_06_01::Models::Disallowed GalleryImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImage - GalleryImageVersionPublishingProfile = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionPublishingProfile + ApiEntityReference = Azure::Compute::Mgmt::V2018_06_01::Models::ApiEntityReference GalleryOSDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryOSDiskImage - GalleryDataDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDataDiskImage + VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings GalleryImageVersion = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersion - Disk = Azure::Compute::Mgmt::V2018_06_01::Models::Disk - Snapshot = Azure::Compute::Mgmt::V2018_06_01::Models::Snapshot - StatusLevelTypes = Azure::Compute::Mgmt::V2018_06_01::Models::StatusLevelTypes - AvailabilitySetSkuTypes = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetSkuTypes - OperatingSystemTypes = Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemTypes - VirtualMachineSizeTypes = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeTypes + VirtualMachineScaleSetPublicIPAddressConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfiguration CachingTypes = Azure::Compute::Mgmt::V2018_06_01::Models::CachingTypes - DiskCreateOptionTypes = Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOptionTypes + VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration StorageAccountTypes = Azure::Compute::Mgmt::V2018_06_01::Models::StorageAccountTypes - DiffDiskOptions = Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskOptions PassNames = Azure::Compute::Mgmt::V2018_06_01::Models::PassNames - ComponentNames = Azure::Compute::Mgmt::V2018_06_01::Models::ComponentNames - SettingNames = Azure::Compute::Mgmt::V2018_06_01::Models::SettingNames + OperatingSystemTypes = Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemTypes + VirtualMachineSizeTypes = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeTypes ProtocolTypes = Azure::Compute::Mgmt::V2018_06_01::Models::ProtocolTypes ResourceIdentityType = Azure::Compute::Mgmt::V2018_06_01::Models::ResourceIdentityType MaintenanceOperationResultCodeTypes = Azure::Compute::Mgmt::V2018_06_01::Models::MaintenanceOperationResultCodeTypes - UpgradeMode = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeMode - OperatingSystemStateTypes = Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemStateTypes - IPVersion = Azure::Compute::Mgmt::V2018_06_01::Models::IPVersion - VirtualMachinePriorityTypes = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachinePriorityTypes - VirtualMachineEvictionPolicyTypes = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineEvictionPolicyTypes - VirtualMachineScaleSetSkuScaleType = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSkuScaleType - UpgradeState = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeState - UpgradeOperationInvoker = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationInvoker - RollingUpgradeStatusCode = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusCode + VirtualMachineScaleSetUpdateStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateStorageProfile + ComponentNames = Azure::Compute::Mgmt::V2018_06_01::Models::ComponentNames + GalleryImageVersionPublishingProfile = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionPublishingProfile RollingUpgradeActionType = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeActionType - IntervalInMins = Azure::Compute::Mgmt::V2018_06_01::Models::IntervalInMins + GalleryDataDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDataDiskImage + IPVersion = Azure::Compute::Mgmt::V2018_06_01::Models::IPVersion + AvailabilitySetSkuTypes = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetSkuTypes + DiffDiskOptions = Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskOptions AggregatedReplicationState = Azure::Compute::Mgmt::V2018_06_01::Models::AggregatedReplicationState - ReplicationState = Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationState + SettingNames = Azure::Compute::Mgmt::V2018_06_01::Models::SettingNames HostCaching = Azure::Compute::Mgmt::V2018_06_01::Models::HostCaching DiskStorageAccountTypes = Azure::Compute::Mgmt::V2018_06_01::Models::DiskStorageAccountTypes + VirtualMachineScaleSetSkuScaleType = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSkuScaleType + UpgradeMode = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeMode + OperatingSystemStateTypes = Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemStateTypes DiskCreateOption = Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOption - SnapshotStorageAccountTypes = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotStorageAccountTypes AccessLevel = Azure::Compute::Mgmt::V2018_06_01::Models::AccessLevel + Gallery = Azure::Compute::Mgmt::V2018_06_01::Models::Gallery + RollingUpgradeStatusCode = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusCode InstanceViewTypes = Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewTypes + ReplicationState = Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationState + SnapshotStorageAccountTypes = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotStorageAccountTypes ReplicationStatusTypes = Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatusTypes end class ComputeManagementClass - attr_reader :resource_skus, :operations, :availability_sets, :virtual_machine_extension_images, :virtual_machine_extensions, :virtual_machine_images, :usage_operations, :virtual_machines, :virtual_machine_sizes, :images, :virtual_machine_scale_sets, :virtual_machine_scale_set_extensions, :virtual_machine_scale_set_rolling_upgrades, :virtual_machine_scale_set_vms, :log_analytics, :virtual_machine_run_commands, :galleries, :gallery_images, :gallery_image_versions, :disks, :snapshots, :configurable, :base_url, :options, :model_classes + attr_reader :resource_skus, :virtual_machine_extensions, :virtual_machines, :virtual_machine_images, :usage_operations, :virtual_machine_sizes, :images, :virtual_machine_scale_sets, :virtual_machine_scale_set_extensions, :virtual_machine_scale_set_rolling_upgrades, :virtual_machine_scale_set_vms, :log_analytics, :operations, :virtual_machine_run_commands, :disks, :snapshots, :galleries, :gallery_images, :gallery_image_versions, :availability_sets, :virtual_machine_extension_images, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -291,13 +291,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_3.subscription_id = configurable.subscription_id end add_telemetry(@client_3) - @operations = @client_3.operations - @availability_sets = @client_3.availability_sets - @virtual_machine_extension_images = @client_3.virtual_machine_extension_images @virtual_machine_extensions = @client_3.virtual_machine_extensions + @virtual_machines = @client_3.virtual_machines @virtual_machine_images = @client_3.virtual_machine_images @usage_operations = @client_3.usage_operations - @virtual_machines = @client_3.virtual_machines @virtual_machine_sizes = @client_3.virtual_machine_sizes @images = @client_3.images @virtual_machine_scale_sets = @client_3.virtual_machine_scale_sets @@ -305,12 +302,15 @@ def initialize(configurable, base_url=nil, options=nil) @virtual_machine_scale_set_rolling_upgrades = @client_3.virtual_machine_scale_set_rolling_upgrades @virtual_machine_scale_set_vms = @client_3.virtual_machine_scale_set_vms @log_analytics = @client_3.log_analytics + @operations = @client_3.operations @virtual_machine_run_commands = @client_3.virtual_machine_run_commands + @disks = @client_3.disks + @snapshots = @client_3.snapshots @galleries = @client_3.galleries @gallery_images = @client_3.gallery_images @gallery_image_versions = @client_3.gallery_image_versions - @disks = @client_3.disks - @snapshots = @client_3.snapshots + @availability_sets = @client_3.availability_sets + @virtual_machine_extension_images = @client_3.virtual_machine_extension_images @model_classes = ModelClasses.new end @@ -335,62 +335,110 @@ def method_missing(method, *args) end class ModelClasses - def resource_sku_restrictions - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictions + def resource_sku_restrictions_type + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsType end - def resource_sku_capacity - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapacity + def resource_sku + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSku + end + def resource_skus_result + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkusResult end def resource_sku_location_info Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuLocationInfo end - def resource_sku_capabilities - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapabilities + def resource_sku_capacity + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapacity end - def resource_sku - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSku + def resource_sku_restrictions_reason_code + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsReasonCode end def resource_sku_costs Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCosts end - def resource_skus_result - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkusResult - end def resource_sku_restriction_info Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionInfo end + def resource_sku_capabilities + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapabilities + end 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 + def resource_sku_restrictions + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictions end - def resource_sku_restrictions_reason_code - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsReasonCode + def operation_status_response + Azure::Compute::Mgmt::V2017_12_01::Models::OperationStatusResponse end def compute_long_running_operation_properties Azure::Compute::Mgmt::V2017_12_01::Models::ComputeLongRunningOperationProperties end - def operation_status_response - Azure::Compute::Mgmt::V2017_12_01::Models::OperationStatusResponse - end - def api_entity_reference - Azure::Compute::Mgmt::V2018_06_01::Models::ApiEntityReference + def compute_operation_value + Azure::Compute::Mgmt::V2018_06_01::Models::ComputeOperationValue end - def virtual_machine_scale_set_public_ipaddress_configuration_dns_settings - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings + def auto_osupgrade_policy + Azure::Compute::Mgmt::V2018_06_01::Models::AutoOSUpgradePolicy end def compute_operation_list_result Azure::Compute::Mgmt::V2018_06_01::Models::ComputeOperationListResult end - def virtual_machine_scale_set_ip_tag - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIpTag + def recovery_walk_response + Azure::Compute::Mgmt::V2018_06_01::Models::RecoveryWalkResponse end - def sub_resource - Azure::Compute::Mgmt::V2018_06_01::Models::SubResource + def virtual_machine_scale_set_list_osupgrade_history + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListOSUpgradeHistory end - def virtual_machine_scale_set_public_ipaddress_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfiguration + def log_analytics_output + Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOutput + end + def log_analytics_input_base + Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsInputBase + end + def upgrade_operation_historical_status_info + Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoricalStatusInfo + end + def upgrade_operation_historical_status_info_properties + Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoricalStatusInfoProperties + end + def rollback_status_info + Azure::Compute::Mgmt::V2018_06_01::Models::RollbackStatusInfo + end + def upgrade_operation_history_status + Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoryStatus + end + def availability_set_update + Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetUpdate + end + def virtual_machine_update + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineUpdate + end + def image_update + Azure::Compute::Mgmt::V2018_06_01::Models::ImageUpdate + end + def request_rate_by_interval_input + Azure::Compute::Mgmt::V2018_06_01::Models::RequestRateByIntervalInput + end + def throttled_requests_input + Azure::Compute::Mgmt::V2018_06_01::Models::ThrottledRequestsInput + end + def log_analytics_operation_result + Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOperationResult + end + def virtual_machine_priority_types + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachinePriorityTypes + end + def virtual_machine_eviction_policy_types + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineEvictionPolicyTypes + end + def upgrade_state + Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeState + end + def upgrade_operation_invoker + Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationInvoker + end + def interval_in_mins + Azure::Compute::Mgmt::V2018_06_01::Models::IntervalInMins end def virtual_machine_scale_set_managed_disk_parameters Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetManagedDiskParameters @@ -398,429 +446,354 @@ def virtual_machine_scale_set_managed_disk_parameters def virtual_machine_scale_set_osdisk Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSDisk end - def availability_set_list_result - Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetListResult + def sub_resource + Azure::Compute::Mgmt::V2018_06_01::Models::SubResource end def virtual_machine_scale_set_update_osdisk Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSDisk end + def encryption_settings + Azure::Compute::Mgmt::V2018_06_01::Models::EncryptionSettings + end + def availability_set_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetListResult + end + def image_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::ImageListResult + end def virtual_machine_size_list_result Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeListResult end - def virtual_machine_scale_set_data_disk - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetDataDisk + def virtual_machine_scale_set_ip_tag + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIpTag end - def gallery_list - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryList + def virtual_machine_scale_set_identity + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentity end - def virtual_machine_scale_set_storage_profile - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetStorageProfile + def snapshot_sku + Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotSku end - def gallery_disk_image - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDiskImage + def run_command_document_base + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocumentBase end - def virtual_machine_scale_set_update_storage_profile - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateStorageProfile + def run_command_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandListResult end def virtual_machine_extensions_list_result Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionsListResult end - def compute_operation_value - Azure::Compute::Mgmt::V2018_06_01::Models::ComputeOperationValue - end def osdisk_image Azure::Compute::Mgmt::V2018_06_01::Models::OSDiskImage end - def instance_view_status - Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewStatus + def gallery_disk_image + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDiskImage + end + def run_command_input + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInput end def gallery_artifact_source Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactSource end - def sku - Azure::Compute::Mgmt::V2018_06_01::Models::Sku - end def usage Azure::Compute::Mgmt::V2018_06_01::Models::Usage end - def creation_data - Azure::Compute::Mgmt::V2018_06_01::Models::CreationData + def image_purchase_plan + Azure::Compute::Mgmt::V2018_06_01::Models::ImagePurchasePlan + end + def gallery_list + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryList + end + def virtual_machine_scale_set_osprofile + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSProfile + end + def gallery_image_version_storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionStorageProfile + end + def diff_disk_settings + Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskSettings + end + def virtual_machine_scale_set_update_osprofile + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSProfile + end + def virtual_machine_identity_user_assigned_identities_value + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentityUserAssignedIdentitiesValue + end + def regional_replication_status + Azure::Compute::Mgmt::V2018_06_01::Models::RegionalReplicationStatus + end + def virtual_machine_scale_set_identity_user_assigned_identities_value + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue + end + def gallery_image_version_list + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionList + end + def gallery_artifact_publishing_profile_base + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactPublishingProfileBase + end + def gallery_image_list + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageList + end + def osdisk + Azure::Compute::Mgmt::V2018_06_01::Models::OSDisk + end + def storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::StorageProfile + end + def gallery_image_identifier + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageIdentifier + end + def gallery_identifier + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryIdentifier + end + def key_vault_and_key_reference + Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndKeyReference + end + def resource_range + Azure::Compute::Mgmt::V2018_06_01::Models::ResourceRange + end + def recommended_machine_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::RecommendedMachineConfiguration + end + def target_region + Azure::Compute::Mgmt::V2018_06_01::Models::TargetRegion + end + def snapshot_list + Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotList + end + def instance_view_status + Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewStatus end def virtual_machine_capture_parameters Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureParameters end - def virtual_machine_scale_set_update_public_ipaddress_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration + def sku + Azure::Compute::Mgmt::V2018_06_01::Models::Sku end def plan Azure::Compute::Mgmt::V2018_06_01::Models::Plan end - def source_vault - Azure::Compute::Mgmt::V2018_06_01::Models::SourceVault + def win_rmlistener + Azure::Compute::Mgmt::V2018_06_01::Models::WinRMListener end - def target_region - Azure::Compute::Mgmt::V2018_06_01::Models::TargetRegion + def key_vault_and_secret_reference + Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndSecretReference end - def image_purchase_plan - Azure::Compute::Mgmt::V2018_06_01::Models::ImagePurchasePlan + def virtual_machine_scale_set_data_disk + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetDataDisk + end + def source_vault + Azure::Compute::Mgmt::V2018_06_01::Models::SourceVault end - def key_vault_key_reference - Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultKeyReference + def virtual_machine_agent_instance_view + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineAgentInstanceView end def virtual_machine_scale_set_network_configuration_dns_settings Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkConfigurationDnsSettings end - def virtual_hard_disk - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualHardDisk + def boot_diagnostics_instance_view + Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnosticsInstanceView end - def disallowed - Azure::Compute::Mgmt::V2018_06_01::Models::Disallowed + def creation_data + Azure::Compute::Mgmt::V2018_06_01::Models::CreationData end - def snapshot_list - Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotList + def maintenance_redeploy_status + Azure::Compute::Mgmt::V2018_06_01::Models::MaintenanceRedeployStatus end - def data_disk - Azure::Compute::Mgmt::V2018_06_01::Models::DataDisk + def image_disk_reference + Azure::Compute::Mgmt::V2018_06_01::Models::ImageDiskReference + end + def disk_list + Azure::Compute::Mgmt::V2018_06_01::Models::DiskList end def virtual_machine_scale_set_network_profile Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkProfile end - def additional_capabilities - Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalCapabilities + def rolling_upgrade_policy + Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradePolicy end def virtual_machine_scale_set_update_network_profile Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateNetworkProfile end - def win_rmlistener - Azure::Compute::Mgmt::V2018_06_01::Models::WinRMListener + def image_osdisk + Azure::Compute::Mgmt::V2018_06_01::Models::ImageOSDisk end - def snapshot_update - Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotUpdate + def ssh_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::SshConfiguration end - def windows_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::WindowsConfiguration + def image_storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::ImageStorageProfile end def virtual_machine_scale_set_extension_list_result Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtensionListResult end - def ssh_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::SshConfiguration - end def virtual_machine_scale_set_extension_profile Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtensionProfile end - def vault_certificate - Azure::Compute::Mgmt::V2018_06_01::Models::VaultCertificate + def run_command_parameter_definition + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandParameterDefinition end def virtual_machine_scale_set_vmprofile Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMProfile end - def osprofile - Azure::Compute::Mgmt::V2018_06_01::Models::OSProfile + def data_disk_image + Azure::Compute::Mgmt::V2018_06_01::Models::DataDiskImage end def virtual_machine_scale_set_update_vmprofile Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateVMProfile end - def network_profile - Azure::Compute::Mgmt::V2018_06_01::Models::NetworkProfile + def list_usages_result + Azure::Compute::Mgmt::V2018_06_01::Models::ListUsagesResult end - def access_uri - Azure::Compute::Mgmt::V2018_06_01::Models::AccessUri + def disk_sku + Azure::Compute::Mgmt::V2018_06_01::Models::DiskSku end - def diagnostics_profile - Azure::Compute::Mgmt::V2018_06_01::Models::DiagnosticsProfile + def hardware_profile + Azure::Compute::Mgmt::V2018_06_01::Models::HardwareProfile end - def grant_access_data - Azure::Compute::Mgmt::V2018_06_01::Models::GrantAccessData + def osprofile + Azure::Compute::Mgmt::V2018_06_01::Models::OSProfile end - def virtual_machine_agent_instance_view - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineAgentInstanceView + def disk_encryption_settings + Azure::Compute::Mgmt::V2018_06_01::Models::DiskEncryptionSettings end def virtual_machine_scale_set_vminstance_ids Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMInstanceIDs end - def boot_diagnostics_instance_view - Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnosticsInstanceView + def data_disk + Azure::Compute::Mgmt::V2018_06_01::Models::DataDisk end def virtual_machine_scale_set_vminstance_required_ids Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMInstanceRequiredIDs end - def virtual_machine_identity - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentity + def win_rmconfiguration + Azure::Compute::Mgmt::V2018_06_01::Models::WinRMConfiguration end def virtual_machine_status_code_count Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineStatusCodeCount end - def virtual_machine_instance_view - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineInstanceView + def linux_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::LinuxConfiguration end def virtual_machine_scale_set_instance_view_statuses_summary Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetInstanceViewStatusesSummary end - def gallery_image_version_storage_profile - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionStorageProfile + def grant_access_data + Azure::Compute::Mgmt::V2018_06_01::Models::GrantAccessData end def virtual_machine_scale_set_vmextensions_summary Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMExtensionsSummary end - def auto_osupgrade_policy - Azure::Compute::Mgmt::V2018_06_01::Models::AutoOSUpgradePolicy + def virtual_machine_extension_handler_instance_view + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionHandlerInstanceView end def virtual_machine_scale_set_instance_view Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetInstanceView end - def upgrade_policy - Azure::Compute::Mgmt::V2018_06_01::Models::UpgradePolicy + def virtual_machine_identity + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentity end def virtual_machine_scale_set_list_result Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListResult end - def image_data_disk - Azure::Compute::Mgmt::V2018_06_01::Models::ImageDataDisk + def virtual_machine_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineListResult end def virtual_machine_scale_set_list_with_link_result Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListWithLinkResult end - def disk_sku - Azure::Compute::Mgmt::V2018_06_01::Models::DiskSku + def image_data_disk + Azure::Compute::Mgmt::V2018_06_01::Models::ImageDataDisk end def virtual_machine_scale_set_sku_capacity Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSkuCapacity end - def image_list_result - Azure::Compute::Mgmt::V2018_06_01::Models::ImageListResult - end - def virtual_machine_scale_set_sku - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSku - end - def virtual_machine_scale_set_identity - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentity - end - def virtual_machine_scale_set_list_skus_result - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListSkusResult - end - def virtual_machine_scale_set_update_osprofile - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSProfile - end - def api_error_base - Azure::Compute::Mgmt::V2018_06_01::Models::ApiErrorBase - end - def virtual_machine_size - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSize - end - def inner_error - Azure::Compute::Mgmt::V2018_06_01::Models::InnerError - end def virtual_machine_extension_instance_view Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionInstanceView end - def api_error - Azure::Compute::Mgmt::V2018_06_01::Models::ApiError - end - def purchase_plan - Azure::Compute::Mgmt::V2018_06_01::Models::PurchasePlan - end - def rollback_status_info - Azure::Compute::Mgmt::V2018_06_01::Models::RollbackStatusInfo + def virtual_machine_scale_set_sku + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSku end def usage_name Azure::Compute::Mgmt::V2018_06_01::Models::UsageName end - def upgrade_operation_history_status - Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoryStatus - end - def managed_artifact - Azure::Compute::Mgmt::V2018_06_01::Models::ManagedArtifact - end - def rolling_upgrade_progress_info - Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeProgressInfo + def virtual_machine_scale_set_list_skus_result + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListSkusResult end def key_vault_secret_reference Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultSecretReference end - def upgrade_operation_historical_status_info_properties - Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoricalStatusInfoProperties - end - def diff_disk_settings - Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskSettings - end - def upgrade_operation_historical_status_info - Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoricalStatusInfo - end - def storage_profile - Azure::Compute::Mgmt::V2018_06_01::Models::StorageProfile - end - def virtual_machine_scale_set_list_osupgrade_history - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListOSUpgradeHistory - end - def win_rmconfiguration - Azure::Compute::Mgmt::V2018_06_01::Models::WinRMConfiguration - end def virtual_machine_health_status Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineHealthStatus end - def linux_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::LinuxConfiguration - end - def virtual_machine_scale_set_vminstance_view - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMInstanceView - end - def replication_status - Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatus - end - def snapshot_sku - Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotSku - end - def virtual_machine_extension_handler_instance_view - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionHandlerInstanceView - end - def virtual_machine_scale_set_vmlist_result - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMListResult - end - def virtual_machine_identity_user_assigned_identities_value - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentityUserAssignedIdentitiesValue - end - def rolling_upgrade_running_status - Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeRunningStatus - end - def regional_replication_status - Azure::Compute::Mgmt::V2018_06_01::Models::RegionalReplicationStatus - end - def disk_list - Azure::Compute::Mgmt::V2018_06_01::Models::DiskList - end - def rolling_upgrade_policy - Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradePolicy - end - def resource - Azure::Compute::Mgmt::V2018_06_01::Models::Resource - end - def image_storage_profile - Azure::Compute::Mgmt::V2018_06_01::Models::ImageStorageProfile - end - def update_resource - Azure::Compute::Mgmt::V2018_06_01::Models::UpdateResource - end - def virtual_machine_scale_set_identity_user_assigned_identities_value - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue - end - def sub_resource_read_only - Azure::Compute::Mgmt::V2018_06_01::Models::SubResourceReadOnly - end - def gallery_image_version_list - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionList - end - def recovery_walk_response - Azure::Compute::Mgmt::V2018_06_01::Models::RecoveryWalkResponse - end - def gallery_artifact_publishing_profile_base - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactPublishingProfileBase - end - def disk_update - Azure::Compute::Mgmt::V2018_06_01::Models::DiskUpdate - end - def list_usages_result - Azure::Compute::Mgmt::V2018_06_01::Models::ListUsagesResult - end - def encryption_settings - Azure::Compute::Mgmt::V2018_06_01::Models::EncryptionSettings - end - def disk_encryption_settings - Azure::Compute::Mgmt::V2018_06_01::Models::DiskEncryptionSettings - end - def log_analytics_input_base - Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsInputBase - end def additional_unattend_content Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalUnattendContent end - def log_analytics_output - Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOutput - end - def vault_secret_group - Azure::Compute::Mgmt::V2018_06_01::Models::VaultSecretGroup - end - def log_analytics_operation_result - Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOperationResult - end - def disk_instance_view - Azure::Compute::Mgmt::V2018_06_01::Models::DiskInstanceView - end - def run_command_input_parameter - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInputParameter - end - def virtual_machine_list_result - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineListResult - end - def run_command_input - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInput + def virtual_machine_scale_set_vminstance_view + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMInstanceView end - def image_disk_reference - Azure::Compute::Mgmt::V2018_06_01::Models::ImageDiskReference + def vault_secret_group + Azure::Compute::Mgmt::V2018_06_01::Models::VaultSecretGroup end - def run_command_parameter_definition - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandParameterDefinition + def sub_resource_read_only + Azure::Compute::Mgmt::V2018_06_01::Models::SubResourceReadOnly end - def gallery_image_list - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageList + def disk_instance_view + Azure::Compute::Mgmt::V2018_06_01::Models::DiskInstanceView end - def run_command_document_base - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocumentBase + def virtual_machine_scale_set_vmlist_result + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMListResult end - def hardware_profile - Azure::Compute::Mgmt::V2018_06_01::Models::HardwareProfile + def upgrade_policy + Azure::Compute::Mgmt::V2018_06_01::Models::UpgradePolicy end - def key_vault_and_key_reference - Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndKeyReference + def rolling_upgrade_running_status + Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeRunningStatus end - def ssh_public_key - Azure::Compute::Mgmt::V2018_06_01::Models::SshPublicKey + def purchase_plan + Azure::Compute::Mgmt::V2018_06_01::Models::PurchasePlan end - def run_command_list_result - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandListResult + def rolling_upgrade_progress_info + Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeProgressInfo end - def maintenance_redeploy_status - Azure::Compute::Mgmt::V2018_06_01::Models::MaintenanceRedeployStatus + def access_uri + Azure::Compute::Mgmt::V2018_06_01::Models::AccessUri end - def run_command_result - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandResult + def api_error_base + Azure::Compute::Mgmt::V2018_06_01::Models::ApiErrorBase end - def virtual_machine_scale_set_osprofile - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSProfile + def boot_diagnostics + Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnostics end - def gallery_identifier - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryIdentifier + def inner_error + Azure::Compute::Mgmt::V2018_06_01::Models::InnerError end - def osdisk - Azure::Compute::Mgmt::V2018_06_01::Models::OSDisk + def virtual_machine_size + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSize end - def key_vault_and_secret_reference - Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndSecretReference + def api_error + Azure::Compute::Mgmt::V2018_06_01::Models::ApiError end - def image_osdisk - Azure::Compute::Mgmt::V2018_06_01::Models::ImageOSDisk + def ssh_public_key + Azure::Compute::Mgmt::V2018_06_01::Models::SshPublicKey end - def gallery_image_identifier - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageIdentifier + def update_resource + Azure::Compute::Mgmt::V2018_06_01::Models::UpdateResource end - def boot_diagnostics - Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnostics + def run_command_input_parameter + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInputParameter end - def resource_range - Azure::Compute::Mgmt::V2018_06_01::Models::ResourceRange + def windows_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::WindowsConfiguration end - def data_disk_image - Azure::Compute::Mgmt::V2018_06_01::Models::DataDiskImage + def virtual_machine_instance_view + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineInstanceView end - def recommended_machine_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::RecommendedMachineConfiguration + def resource + Azure::Compute::Mgmt::V2018_06_01::Models::Resource end def availability_set Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySet end - def availability_set_update - Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetUpdate - end def virtual_machine_extension_image Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionImage end @@ -851,15 +824,9 @@ def network_interface_reference def virtual_machine Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachine end - def virtual_machine_update - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineUpdate - end def image Azure::Compute::Mgmt::V2018_06_01::Models::Image end - def image_update - Azure::Compute::Mgmt::V2018_06_01::Models::ImageUpdate - end def virtual_machine_scale_set_ipconfiguration Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIPConfiguration end @@ -887,71 +854,95 @@ def virtual_machine_scale_set_vm def rolling_upgrade_status_info Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusInfo end - def request_rate_by_interval_input - Azure::Compute::Mgmt::V2018_06_01::Models::RequestRateByIntervalInput + def virtual_machine_scale_set_storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetStorageProfile end - def throttled_requests_input - Azure::Compute::Mgmt::V2018_06_01::Models::ThrottledRequestsInput + def disk_update + Azure::Compute::Mgmt::V2018_06_01::Models::DiskUpdate + end + def additional_capabilities + Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalCapabilities + end + def snapshot_update + Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotUpdate + end + def managed_artifact + Azure::Compute::Mgmt::V2018_06_01::Models::ManagedArtifact + end + def run_command_result + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandResult + end + def replication_status + Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatus + end + def vault_certificate + Azure::Compute::Mgmt::V2018_06_01::Models::VaultCertificate + end + def key_vault_key_reference + Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultKeyReference + end + def status_level_types + Azure::Compute::Mgmt::V2018_06_01::Models::StatusLevelTypes + end + def virtual_hard_disk + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualHardDisk + end + def network_profile + Azure::Compute::Mgmt::V2018_06_01::Models::NetworkProfile + end + def snapshot + Azure::Compute::Mgmt::V2018_06_01::Models::Snapshot + end + def diagnostics_profile + Azure::Compute::Mgmt::V2018_06_01::Models::DiagnosticsProfile end def run_command_document Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocument end - def gallery - Azure::Compute::Mgmt::V2018_06_01::Models::Gallery + def disk + Azure::Compute::Mgmt::V2018_06_01::Models::Disk + end + def disk_create_option_types + Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOptionTypes + end + def disallowed + Azure::Compute::Mgmt::V2018_06_01::Models::Disallowed end def gallery_image Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImage end - def gallery_image_version_publishing_profile - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionPublishingProfile + def api_entity_reference + Azure::Compute::Mgmt::V2018_06_01::Models::ApiEntityReference end def gallery_osdisk_image Azure::Compute::Mgmt::V2018_06_01::Models::GalleryOSDiskImage end - def gallery_data_disk_image - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDataDiskImage + def virtual_machine_scale_set_public_ipaddress_configuration_dns_settings + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings end def gallery_image_version Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersion end - def disk - Azure::Compute::Mgmt::V2018_06_01::Models::Disk - end - def snapshot - Azure::Compute::Mgmt::V2018_06_01::Models::Snapshot - end - def status_level_types - Azure::Compute::Mgmt::V2018_06_01::Models::StatusLevelTypes - end - def availability_set_sku_types - Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetSkuTypes - end - def operating_system_types - Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemTypes - end - def virtual_machine_size_types - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeTypes + def virtual_machine_scale_set_public_ipaddress_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfiguration end def caching_types Azure::Compute::Mgmt::V2018_06_01::Models::CachingTypes end - def disk_create_option_types - Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOptionTypes + def virtual_machine_scale_set_update_public_ipaddress_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration end def storage_account_types Azure::Compute::Mgmt::V2018_06_01::Models::StorageAccountTypes end - def diff_disk_options - Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskOptions - end def pass_names Azure::Compute::Mgmt::V2018_06_01::Models::PassNames end - def component_names - Azure::Compute::Mgmt::V2018_06_01::Models::ComponentNames + def operating_system_types + Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemTypes end - def setting_names - Azure::Compute::Mgmt::V2018_06_01::Models::SettingNames + def virtual_machine_size_types + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeTypes end def protocol_types Azure::Compute::Mgmt::V2018_06_01::Models::ProtocolTypes @@ -962,44 +953,35 @@ def resource_identity_type def maintenance_operation_result_code_types Azure::Compute::Mgmt::V2018_06_01::Models::MaintenanceOperationResultCodeTypes end - def upgrade_mode - Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeMode - end - def operating_system_state_types - Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemStateTypes - end - def ipversion - Azure::Compute::Mgmt::V2018_06_01::Models::IPVersion - end - def virtual_machine_priority_types - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachinePriorityTypes + def virtual_machine_scale_set_update_storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateStorageProfile end - def virtual_machine_eviction_policy_types - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineEvictionPolicyTypes + def component_names + Azure::Compute::Mgmt::V2018_06_01::Models::ComponentNames end - def virtual_machine_scale_set_sku_scale_type - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSkuScaleType + def gallery_image_version_publishing_profile + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionPublishingProfile end - def upgrade_state - Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeState + def rolling_upgrade_action_type + Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeActionType end - def upgrade_operation_invoker - Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationInvoker + def gallery_data_disk_image + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDataDiskImage end - def rolling_upgrade_status_code - Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusCode + def ipversion + Azure::Compute::Mgmt::V2018_06_01::Models::IPVersion end - def rolling_upgrade_action_type - Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeActionType + def availability_set_sku_types + Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetSkuTypes end - def interval_in_mins - Azure::Compute::Mgmt::V2018_06_01::Models::IntervalInMins + def diff_disk_options + Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskOptions end def aggregated_replication_state Azure::Compute::Mgmt::V2018_06_01::Models::AggregatedReplicationState end - def replication_state - Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationState + def setting_names + Azure::Compute::Mgmt::V2018_06_01::Models::SettingNames end def host_caching Azure::Compute::Mgmt::V2018_06_01::Models::HostCaching @@ -1007,18 +989,36 @@ def host_caching def disk_storage_account_types Azure::Compute::Mgmt::V2018_06_01::Models::DiskStorageAccountTypes end + def virtual_machine_scale_set_sku_scale_type + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSkuScaleType + end + def upgrade_mode + Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeMode + end + def operating_system_state_types + Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemStateTypes + end def disk_create_option Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOption end - def snapshot_storage_account_types - Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotStorageAccountTypes - end def access_level Azure::Compute::Mgmt::V2018_06_01::Models::AccessLevel end + def gallery + Azure::Compute::Mgmt::V2018_06_01::Models::Gallery + end + def rolling_upgrade_status_code + Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusCode + end def instance_view_types Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewTypes end + def replication_state + Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationState + end + def snapshot_storage_account_types + Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotStorageAccountTypes + end def replication_status_types Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatusTypes end diff --git a/azure_sdk/lib/latest/modules/consumption_profile_module.rb b/azure_sdk/lib/latest/modules/consumption_profile_module.rb index 467b6a9845..5b219c817d 100644 --- a/azure_sdk/lib/latest/modules/consumption_profile_module.rb +++ b/azure_sdk/lib/latest/modules/consumption_profile_module.rb @@ -16,38 +16,29 @@ module Mgmt Budgets = Azure::Consumption::Mgmt::V2018_06_30::Budgets PriceSheet = Azure::Consumption::Mgmt::V2018_06_30::PriceSheet CostTags = Azure::Consumption::Mgmt::V2018_06_30::CostTags - Tags = Azure::Consumption::Mgmt::V2018_06_30::Tags Forecasts = Azure::Consumption::Mgmt::V2018_06_30::Forecasts Operations = Azure::Consumption::Mgmt::V2018_06_30::Operations + Tags = Azure::Consumption::Mgmt::V2018_06_30::Tags module Models - Notification = Azure::Consumption::Mgmt::V2018_06_30::Models::Notification MeterDetails = Azure::Consumption::Mgmt::V2018_06_30::Models::MeterDetails CurrentSpend = Azure::Consumption::Mgmt::V2018_06_30::Models::CurrentSpend UsageDetailsListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::UsageDetailsListResult BudgetTimePeriod = Azure::Consumption::Mgmt::V2018_06_30::Models::BudgetTimePeriod MarketplacesListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::MarketplacesListResult + Notification = Azure::Consumption::Mgmt::V2018_06_30::Models::Notification Filters = Azure::Consumption::Mgmt::V2018_06_30::Models::Filters BalancePropertiesAdjustmentDetailsItem = Azure::Consumption::Mgmt::V2018_06_30::Models::BalancePropertiesAdjustmentDetailsItem - ErrorResponse = Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorResponse - OperationListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::OperationListResult - ErrorDetails = Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorDetails - Operation = Azure::Consumption::Mgmt::V2018_06_30::Models::Operation - ReservationRecommendation = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationRecommendation BudgetsListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::BudgetsListResult - Tag = Azure::Consumption::Mgmt::V2018_06_30::Models::Tag CostTagProperties = Azure::Consumption::Mgmt::V2018_06_30::Models::CostTagProperties BalancePropertiesNewPurchasesDetailsItem = Azure::Consumption::Mgmt::V2018_06_30::Models::BalancePropertiesNewPurchasesDetailsItem QueryOptions = Azure::Consumption::Mgmt::V2018_06_30::Models::QueryOptions ReservationSummariesListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationSummariesListResult PriceSheetProperties = Azure::Consumption::Mgmt::V2018_06_30::Models::PriceSheetProperties ReservationRecommendationsListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationRecommendationsListResult - ProxyResource = Azure::Consumption::Mgmt::V2018_06_30::Models::ProxyResource - Resource = Azure::Consumption::Mgmt::V2018_06_30::Models::Resource ForecastPropertiesConfidenceLevelsItem = Azure::Consumption::Mgmt::V2018_06_30::Models::ForecastPropertiesConfidenceLevelsItem - OperationDisplay = Azure::Consumption::Mgmt::V2018_06_30::Models::OperationDisplay ResourceAttributes = Azure::Consumption::Mgmt::V2018_06_30::Models::ResourceAttributes - ReservationDetailsListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetailsListResult + ReservationRecommendation = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationRecommendation ForecastsListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::ForecastsListResult UsageDetail = Azure::Consumption::Mgmt::V2018_06_30::Models::UsageDetail Marketplace = Azure::Consumption::Mgmt::V2018_06_30::Models::Marketplace @@ -55,22 +46,31 @@ module Models ReservationSummary = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationSummary ReservationDetail = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetail TagsResult = Azure::Consumption::Mgmt::V2018_06_30::Models::TagsResult - Budget = Azure::Consumption::Mgmt::V2018_06_30::Models::Budget + Resource = Azure::Consumption::Mgmt::V2018_06_30::Models::Resource CostTag = Azure::Consumption::Mgmt::V2018_06_30::Models::CostTag PriceSheetResult = Azure::Consumption::Mgmt::V2018_06_30::Models::PriceSheetResult + Budget = Azure::Consumption::Mgmt::V2018_06_30::Models::Budget Forecast = Azure::Consumption::Mgmt::V2018_06_30::Models::Forecast - BillingFrequency = Azure::Consumption::Mgmt::V2018_06_30::Models::BillingFrequency CategoryType = Azure::Consumption::Mgmt::V2018_06_30::Models::CategoryType TimeGrainType = Azure::Consumption::Mgmt::V2018_06_30::Models::TimeGrainType - OperatorType = Azure::Consumption::Mgmt::V2018_06_30::Models::OperatorType + ErrorDetails = Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorDetails + OperationDisplay = Azure::Consumption::Mgmt::V2018_06_30::Models::OperationDisplay Grain = Azure::Consumption::Mgmt::V2018_06_30::Models::Grain - ChargeType = Azure::Consumption::Mgmt::V2018_06_30::Models::ChargeType + Operation = Azure::Consumption::Mgmt::V2018_06_30::Models::Operation Bound = Azure::Consumption::Mgmt::V2018_06_30::Models::Bound + OperationListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::OperationListResult + OperatorType = Azure::Consumption::Mgmt::V2018_06_30::Models::OperatorType + BillingFrequency = Azure::Consumption::Mgmt::V2018_06_30::Models::BillingFrequency + ChargeType = Azure::Consumption::Mgmt::V2018_06_30::Models::ChargeType Datagrain = Azure::Consumption::Mgmt::V2018_06_30::Models::Datagrain + Tag = Azure::Consumption::Mgmt::V2018_06_30::Models::Tag + ReservationDetailsListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetailsListResult + ErrorResponse = Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorResponse + ProxyResource = Azure::Consumption::Mgmt::V2018_06_30::Models::ProxyResource end class ConsumptionManagementClass - attr_reader :usage_details, :marketplaces, :balances, :reservations_summaries, :reservations_details, :reservation_recommendations, :budgets, :price_sheet, :cost_tags, :tags, :forecasts, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :usage_details, :marketplaces, :balances, :reservations_summaries, :reservations_details, :reservation_recommendations, :budgets, :price_sheet, :cost_tags, :forecasts, :operations, :tags, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -89,9 +89,9 @@ def initialize(configurable, base_url=nil, options=nil) @budgets = @client_0.budgets @price_sheet = @client_0.price_sheet @cost_tags = @client_0.cost_tags - @tags = @client_0.tags @forecasts = @client_0.forecasts @operations = @client_0.operations + @tags = @client_0.tags @model_classes = ModelClasses.new end @@ -110,9 +110,6 @@ def method_missing(method, *args) end class ModelClasses - def notification - Azure::Consumption::Mgmt::V2018_06_30::Models::Notification - end def meter_details Azure::Consumption::Mgmt::V2018_06_30::Models::MeterDetails end @@ -128,33 +125,18 @@ def budget_time_period def marketplaces_list_result Azure::Consumption::Mgmt::V2018_06_30::Models::MarketplacesListResult end + def notification + Azure::Consumption::Mgmt::V2018_06_30::Models::Notification + end def filters Azure::Consumption::Mgmt::V2018_06_30::Models::Filters end def balance_properties_adjustment_details_item Azure::Consumption::Mgmt::V2018_06_30::Models::BalancePropertiesAdjustmentDetailsItem end - def error_response - Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorResponse - end - def operation_list_result - Azure::Consumption::Mgmt::V2018_06_30::Models::OperationListResult - end - def error_details - Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorDetails - end - def operation - Azure::Consumption::Mgmt::V2018_06_30::Models::Operation - end - def reservation_recommendation - Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationRecommendation - end def budgets_list_result Azure::Consumption::Mgmt::V2018_06_30::Models::BudgetsListResult end - def tag - Azure::Consumption::Mgmt::V2018_06_30::Models::Tag - end def cost_tag_properties Azure::Consumption::Mgmt::V2018_06_30::Models::CostTagProperties end @@ -173,23 +155,14 @@ def price_sheet_properties def reservation_recommendations_list_result Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationRecommendationsListResult end - def proxy_resource - Azure::Consumption::Mgmt::V2018_06_30::Models::ProxyResource - end - def resource - Azure::Consumption::Mgmt::V2018_06_30::Models::Resource - end def forecast_properties_confidence_levels_item Azure::Consumption::Mgmt::V2018_06_30::Models::ForecastPropertiesConfidenceLevelsItem end - def operation_display - Azure::Consumption::Mgmt::V2018_06_30::Models::OperationDisplay - end def resource_attributes Azure::Consumption::Mgmt::V2018_06_30::Models::ResourceAttributes end - def reservation_details_list_result - Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetailsListResult + def reservation_recommendation + Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationRecommendation end def forecasts_list_result Azure::Consumption::Mgmt::V2018_06_30::Models::ForecastsListResult @@ -212,8 +185,8 @@ def reservation_detail def tags_result Azure::Consumption::Mgmt::V2018_06_30::Models::TagsResult end - def budget - Azure::Consumption::Mgmt::V2018_06_30::Models::Budget + def resource + Azure::Consumption::Mgmt::V2018_06_30::Models::Resource end def cost_tag Azure::Consumption::Mgmt::V2018_06_30::Models::CostTag @@ -221,33 +194,60 @@ def cost_tag def price_sheet_result Azure::Consumption::Mgmt::V2018_06_30::Models::PriceSheetResult end + def budget + Azure::Consumption::Mgmt::V2018_06_30::Models::Budget + end def forecast Azure::Consumption::Mgmt::V2018_06_30::Models::Forecast end - def billing_frequency - Azure::Consumption::Mgmt::V2018_06_30::Models::BillingFrequency - end def category_type Azure::Consumption::Mgmt::V2018_06_30::Models::CategoryType end def time_grain_type Azure::Consumption::Mgmt::V2018_06_30::Models::TimeGrainType end - def operator_type - Azure::Consumption::Mgmt::V2018_06_30::Models::OperatorType + def error_details + Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorDetails + end + def operation_display + Azure::Consumption::Mgmt::V2018_06_30::Models::OperationDisplay end def grain Azure::Consumption::Mgmt::V2018_06_30::Models::Grain end - def charge_type - Azure::Consumption::Mgmt::V2018_06_30::Models::ChargeType + def operation + Azure::Consumption::Mgmt::V2018_06_30::Models::Operation end def bound Azure::Consumption::Mgmt::V2018_06_30::Models::Bound end + def operation_list_result + Azure::Consumption::Mgmt::V2018_06_30::Models::OperationListResult + end + def operator_type + Azure::Consumption::Mgmt::V2018_06_30::Models::OperatorType + end + def billing_frequency + Azure::Consumption::Mgmt::V2018_06_30::Models::BillingFrequency + end + def charge_type + Azure::Consumption::Mgmt::V2018_06_30::Models::ChargeType + end def datagrain Azure::Consumption::Mgmt::V2018_06_30::Models::Datagrain end + def tag + Azure::Consumption::Mgmt::V2018_06_30::Models::Tag + end + def reservation_details_list_result + Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetailsListResult + end + def error_response + Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorResponse + end + def proxy_resource + Azure::Consumption::Mgmt::V2018_06_30::Models::ProxyResource + 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 16a8465cbc..8b4d266616 100644 --- a/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb @@ -7,18 +7,18 @@ module Azure::Profiles::Latest module ContainerInstance module Mgmt - ContainerGroups = Azure::ContainerInstance::Mgmt::V2018_06_01::ContainerGroups Operations = Azure::ContainerInstance::Mgmt::V2018_06_01::Operations + ContainerGroups = Azure::ContainerInstance::Mgmt::V2018_06_01::ContainerGroups ContainerGroupUsage = Azure::ContainerInstance::Mgmt::V2018_06_01::ContainerGroupUsage ContainerOperations = Azure::ContainerInstance::Mgmt::V2018_06_01::ContainerOperations module Models + Event = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Event + Resource = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Resource Port = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Port IpAddress = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::IpAddress EnvironmentVariable = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::EnvironmentVariable ContainerGroupPropertiesInstanceView = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupPropertiesInstanceView - Event = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Event - LogAnalytics = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::LogAnalytics ResourceRequests = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ResourceRequests ContainerGroupDiagnostics = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupDiagnostics ResourceRequirements = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ResourceRequirements @@ -27,36 +27,36 @@ module Models OperationDisplay = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperationDisplay Container = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Container Operation = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Operation - GitRepoVolume = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::GitRepoVolume - OperationListResult = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperationListResult ImageRegistryCredential = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ImageRegistryCredential - UsageName = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::UsageName - ContainerState = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerState - Usage = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Usage + GitRepoVolume = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::GitRepoVolume ResourceLimits = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ResourceLimits - UsageListResult = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::UsageListResult - ContainerProbe = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerProbe + ContainerState = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerState ContainerGroupListResult = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupListResult - Volume = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Volume + OperationListResult = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperationListResult Logs = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Logs + Volume = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Volume + ContainerProbe = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerProbe ContainerPropertiesInstanceView = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerPropertiesInstanceView ContainerExecRequestTerminalSize = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExecRequestTerminalSize AzureFileVolume = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::AzureFileVolume ContainerExecRequest = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExecRequest - ContainerExec = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExec + Usage = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Usage ContainerExecResponse = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExecResponse ContainerPort = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerPort - Resource = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Resource - ContainerGroup = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroup + ContainerExec = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExec ContainerNetworkProtocol = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerNetworkProtocol ContainerGroupRestartPolicy = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupRestartPolicy + LogAnalytics = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::LogAnalytics + ContainerInstanceOperationsOrigin = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerInstanceOperationsOrigin + UsageListResult = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::UsageListResult + UsageName = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::UsageName + ContainerGroup = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroup ContainerGroupNetworkProtocol = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupNetworkProtocol OperatingSystemTypes = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperatingSystemTypes - ContainerInstanceOperationsOrigin = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerInstanceOperationsOrigin end class ContainerInstanceManagementClass - attr_reader :container_groups, :operations, :container_group_usage, :container_operations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :container_groups, :container_group_usage, :container_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -66,8 +66,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @container_groups = @client_0.container_groups @operations = @client_0.operations + @container_groups = @client_0.container_groups @container_group_usage = @client_0.container_group_usage @container_operations = @client_0.container_operations @@ -88,6 +88,12 @@ def method_missing(method, *args) end class ModelClasses + def event + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Event + end + def resource + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Resource + end def port Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Port end @@ -100,12 +106,6 @@ def environment_variable def container_group_properties_instance_view Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupPropertiesInstanceView end - def event - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Event - end - def log_analytics - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::LogAnalytics - end def resource_requests Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ResourceRequests end @@ -130,42 +130,33 @@ def container def operation Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Operation end - def git_repo_volume - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::GitRepoVolume - end - def operation_list_result - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperationListResult - end def image_registry_credential Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ImageRegistryCredential end - def usage_name - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::UsageName - end - def container_state - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerState - end - def usage - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Usage + def git_repo_volume + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::GitRepoVolume end def resource_limits Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ResourceLimits end - def usage_list_result - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::UsageListResult - end - def container_probe - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerProbe + def container_state + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerState end def container_group_list_result Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupListResult end - def volume - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Volume + def operation_list_result + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperationListResult end def logs Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Logs end + def volume + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Volume + end + def container_probe + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerProbe + end def container_properties_instance_view Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerPropertiesInstanceView end @@ -178,8 +169,8 @@ def azure_file_volume def container_exec_request Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExecRequest end - def container_exec - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExec + def usage + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Usage end def container_exec_response Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExecResponse @@ -187,11 +178,8 @@ def container_exec_response def container_port Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerPort end - def resource - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Resource - end - def container_group - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroup + def container_exec + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExec end def container_network_protocol Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerNetworkProtocol @@ -199,15 +187,27 @@ def container_network_protocol def container_group_restart_policy Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupRestartPolicy end + def log_analytics + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::LogAnalytics + end + def container_instance_operations_origin + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerInstanceOperationsOrigin + end + def usage_list_result + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::UsageListResult + end + def usage_name + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::UsageName + end + def container_group + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroup + end def container_group_network_protocol Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupNetworkProtocol end def operating_system_types Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperatingSystemTypes end - def container_instance_operations_origin - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerInstanceOperationsOrigin - end end end end diff --git a/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb b/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb index 5cf1c96cf5..afef7a09f4 100644 --- a/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb @@ -7,68 +7,68 @@ module Azure::Profiles::Latest module ContainerRegistry module Mgmt - Registries = Azure::ContainerRegistry::Mgmt::V2017_10_01::Registries - Operations = Azure::ContainerRegistry::Mgmt::V2017_10_01::Operations Replications = Azure::ContainerRegistry::Mgmt::V2017_10_01::Replications Webhooks = Azure::ContainerRegistry::Mgmt::V2017_10_01::Webhooks + Operations = Azure::ContainerRegistry::Mgmt::V2017_10_01::Operations + Registries = Azure::ContainerRegistry::Mgmt::V2017_10_01::Registries module Models - TrustPolicy = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicy - ImportSource = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportSource - RegistryPolicies = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryPolicies - RegistryNameCheckRequest = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameCheckRequest - ImportImageParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportImageParameters RegistryNameStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameStatus OperationMetricSpecificationDefinition = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationMetricSpecificationDefinition OperationDefinition = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationDefinition ReplicationUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationUpdateParameters - Sku = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Sku ReplicationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationListResult StorageAccountProperties = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::StorageAccountProperties - Resource = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Resource RegistryUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUpdateParameters WebhookCreateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookCreateParameters RegistryPassword = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryPassword - WebhookUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookUpdateParameters RegenerateCredentialParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegenerateCredentialParameters - WebhookListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookListResult RegistryUsageListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageListResult EventInfo = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventInfo OperationDisplayDefinition = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationDisplayDefinition CallbackConfig = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::CallbackConfig - OperationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult Target = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Target EventListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventListResult RegistryListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListResult - Request = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request RegistryUsage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage Actor = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Actor OperationServiceSpecificationDefinition = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationServiceSpecificationDefinition - Source = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source RegistryListCredentialsResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListCredentialsResult EventContent = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventContent - Status = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status + Request = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request EventRequestMessage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventRequestMessage - QuarantinePolicy = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::QuarantinePolicy + WebhookUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookUpdateParameters EventResponseMessage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventResponseMessage - Registry = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry + QuarantinePolicy = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::QuarantinePolicy Replication = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Replication - Webhook = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook - Event = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event - ImportMode = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportMode - 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 + WebhookListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookListResult PasswordName = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PasswordName - RegistryUsageUnit = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit + ImportMode = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportMode + Registry = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry + Event = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event PolicyStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PolicyStatus TrustPolicyType = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicyType - WebhookStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus + ImportImageParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportImageParameters WebhookAction = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookAction + ProvisioningState = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ProvisioningState + RegistryUsageUnit = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit + WebhookStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus + SkuTier = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuTier + Resource = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Resource + Webhook = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook + OperationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult + SkuName = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuName + Sku = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Sku + Status = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status + TrustPolicy = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicy + ImportSource = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportSource + RegistryPolicies = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryPolicies + RegistryNameCheckRequest = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameCheckRequest + Source = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source end class ContainerRegistryManagementClass - attr_reader :registries, :operations, :replications, :webhooks, :configurable, :base_url, :options, :model_classes + attr_reader :replications, :webhooks, :operations, :registries, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -78,10 +78,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @registries = @client_0.registries - @operations = @client_0.operations @replications = @client_0.replications @webhooks = @client_0.webhooks + @operations = @client_0.operations + @registries = @client_0.registries @model_classes = ModelClasses.new end @@ -100,21 +100,6 @@ def method_missing(method, *args) end class ModelClasses - def trust_policy - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicy - end - def import_source - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportSource - end - def registry_policies - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryPolicies - end - def registry_name_check_request - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameCheckRequest - end - def import_image_parameters - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportImageParameters - end def registry_name_status Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameStatus end @@ -127,18 +112,12 @@ def operation_definition def replication_update_parameters Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationUpdateParameters end - def sku - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Sku - end def replication_list_result Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationListResult end def storage_account_properties Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::StorageAccountProperties end - def resource - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Resource - end def registry_update_parameters Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUpdateParameters end @@ -148,15 +127,9 @@ def webhook_create_parameters def registry_password Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryPassword end - def webhook_update_parameters - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookUpdateParameters - end def regenerate_credential_parameters Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegenerateCredentialParameters end - def webhook_list_result - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookListResult - end def registry_usage_list_result Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageListResult end @@ -169,9 +142,6 @@ def operation_display_definition def callback_config Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::CallbackConfig end - def operation_list_result - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult - end def target Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Target end @@ -181,9 +151,6 @@ def event_list_result def registry_list_result Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListResult end - def request - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request - end def registry_usage Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage end @@ -193,56 +160,44 @@ def actor def operation_service_specification_definition Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationServiceSpecificationDefinition end - def source - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source - end def registry_list_credentials_result Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListCredentialsResult end def event_content Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventContent end - def status - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status + def request + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request end def event_request_message Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventRequestMessage end - def quarantine_policy - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::QuarantinePolicy + def webhook_update_parameters + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookUpdateParameters end def event_response_message Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventResponseMessage end - def registry - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry + def quarantine_policy + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::QuarantinePolicy end def replication Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Replication end - def webhook - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook + def webhook_list_result + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookListResult end - def event - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event + def password_name + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PasswordName end def import_mode Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportMode end - def sku_name - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuName - end - 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 password_name - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PasswordName + def registry + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry end - def registry_usage_unit - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit + def event + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event end def policy_status Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PolicyStatus @@ -250,12 +205,57 @@ def policy_status def trust_policy_type Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicyType end - def webhook_status - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus + def import_image_parameters + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportImageParameters end def webhook_action Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookAction end + def provisioning_state + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ProvisioningState + end + def registry_usage_unit + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit + end + def webhook_status + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus + end + def sku_tier + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuTier + end + def resource + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Resource + end + def webhook + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook + end + def operation_list_result + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult + end + def sku_name + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuName + end + def sku + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Sku + end + def status + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status + end + def trust_policy + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicy + end + def import_source + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportSource + end + def registry_policies + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryPolicies + end + def registry_name_check_request + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameCheckRequest + end + def source + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source + end end end end diff --git a/azure_sdk/lib/latest/modules/containerservice_profile_module.rb b/azure_sdk/lib/latest/modules/containerservice_profile_module.rb index 7f52e7fb1d..8dc491b00a 100644 --- a/azure_sdk/lib/latest/modules/containerservice_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerservice_profile_module.rb @@ -7,51 +7,51 @@ module Azure::Profiles::Latest module ContainerService module Mgmt - Operations = Azure::ContainerService::Mgmt::V2018_03_31::Operations ManagedClusters = Azure::ContainerService::Mgmt::V2018_03_31::ManagedClusters + Operations = Azure::ContainerService::Mgmt::V2018_03_31::Operations ContainerServices = Azure::ContainerService::Mgmt::V2017_09_30::ContainerServices module Models + ContainerServiceListResult = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceListResult + ContainerServiceOrchestratorTypes = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorTypes + ContainerService = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerService ContainerServiceCustomProfile = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceCustomProfile ContainerServiceOrchestratorProfile = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorProfile ContainerServiceAgentPoolProfile = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceAgentPoolProfile - ContainerServiceListResult = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceListResult - ContainerService = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerService - ContainerServiceOrchestratorTypes = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorTypes - ContainerServiceLinuxProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceLinuxProfile - ContainerServiceNetworkProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceNetworkProfile + Resource = Azure::ContainerService::Mgmt::V2018_03_31::Models::Resource OperationListResult = Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationListResult + ContainerServiceWindowsProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceWindowsProfile + ContainerServiceSshPublicKey = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshPublicKey + ContainerServiceSshConfiguration = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshConfiguration + ContainerServiceServicePrincipalProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceServicePrincipalProfile + ContainerServiceLinuxProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceLinuxProfile + ContainerServiceMasterProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceMasterProfile ContainerServiceVMDiagnostics = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceVMDiagnostics - TagsObject = Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject ContainerServiceDiagnosticsProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceDiagnosticsProfile - ContainerServiceServicePrincipalProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceServicePrincipalProfile + KeyVaultSecretRef = Azure::ContainerService::Mgmt::V2018_03_31::Models::KeyVaultSecretRef + ContainerServiceStorageProfileTypes = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceStorageProfileTypes + ContainerServiceVMSizeTypes = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceVMSizeTypes + OSType = Azure::ContainerService::Mgmt::V2018_03_31::Models::OSType + ContainerServiceNetworkProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceNetworkProfile ManagedClusterAddonProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAddonProfile ManagedClusterAgentPoolProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAgentPoolProfile ManagedClusterAADProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAADProfile - ContainerServiceSshPublicKey = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshPublicKey - ContainerServiceSshConfiguration = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshConfiguration OperationValue = Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationValue - KeyVaultSecretRef = Azure::ContainerService::Mgmt::V2018_03_31::Models::KeyVaultSecretRef ManagedClusterListResult = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterListResult - ContainerServiceWindowsProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceWindowsProfile - ContainerServiceMasterProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceMasterProfile - ManagedClusterUpgradeProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterUpgradeProfile - Resource = Azure::ContainerService::Mgmt::V2018_03_31::Models::Resource + TagsObject = Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject ManagedClusterPoolUpgradeProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterPoolUpgradeProfile ManagedCluster = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedCluster + ManagedClusterUpgradeProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterUpgradeProfile ManagedClusterAccessProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAccessProfile - ContainerServiceStorageProfileTypes = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceStorageProfileTypes - ContainerServiceVMSizeTypes = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceVMSizeTypes - OSType = Azure::ContainerService::Mgmt::V2018_03_31::Models::OSType NetworkPlugin = Azure::ContainerService::Mgmt::V2018_03_31::Models::NetworkPlugin NetworkPolicy = Azure::ContainerService::Mgmt::V2018_03_31::Models::NetworkPolicy + OrchestratorProfile = Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorProfile OrchestratorVersionProfile = Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfile OrchestratorVersionProfileListResult = Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfileListResult - OrchestratorProfile = Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorProfile end class ContainerServiceManagementClass - attr_reader :operations, :managed_clusters, :container_services, :configurable, :base_url, :options, :model_classes + attr_reader :managed_clusters, :operations, :container_services, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -67,8 +67,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @operations = @client_1.operations @managed_clusters = @client_1.managed_clusters + @operations = @client_1.operations @client_2 = Azure::ContainerService::Mgmt::V2017_09_30::ContainerServiceClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @@ -98,6 +98,15 @@ def method_missing(method, *args) end class ModelClasses + def container_service_list_result + Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceListResult + end + def container_service_orchestrator_types + Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorTypes + end + def container_service + Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerService + end def container_service_custom_profile Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceCustomProfile end @@ -107,35 +116,50 @@ def container_service_orchestrator_profile def container_service_agent_pool_profile Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceAgentPoolProfile end - def container_service_list_result - Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceListResult + def resource + Azure::ContainerService::Mgmt::V2018_03_31::Models::Resource end - def container_service - Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerService + def operation_list_result + Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationListResult end - def container_service_orchestrator_types - Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorTypes + def container_service_windows_profile + Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceWindowsProfile + end + def container_service_ssh_public_key + Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshPublicKey + end + def container_service_ssh_configuration + Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshConfiguration + end + def container_service_service_principal_profile + Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceServicePrincipalProfile end def container_service_linux_profile Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceLinuxProfile end - def container_service_network_profile - Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceNetworkProfile - end - def operation_list_result - Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationListResult + def container_service_master_profile + Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceMasterProfile end def container_service_vmdiagnostics Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceVMDiagnostics end - def tags_object - Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject - end def container_service_diagnostics_profile Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceDiagnosticsProfile end - def container_service_service_principal_profile - Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceServicePrincipalProfile + def key_vault_secret_ref + Azure::ContainerService::Mgmt::V2018_03_31::Models::KeyVaultSecretRef + end + def container_service_storage_profile_types + Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceStorageProfileTypes + end + def container_service_vmsize_types + Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceVMSizeTypes + end + def ostype + Azure::ContainerService::Mgmt::V2018_03_31::Models::OSType + end + def container_service_network_profile + Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceNetworkProfile end def managed_cluster_addon_profile Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAddonProfile @@ -146,32 +170,14 @@ def managed_cluster_agent_pool_profile def managed_cluster_aadprofile Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAADProfile end - def container_service_ssh_public_key - Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshPublicKey - end - def container_service_ssh_configuration - Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshConfiguration - end def operation_value Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationValue end - def key_vault_secret_ref - Azure::ContainerService::Mgmt::V2018_03_31::Models::KeyVaultSecretRef - end def managed_cluster_list_result Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterListResult end - def container_service_windows_profile - Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceWindowsProfile - end - def container_service_master_profile - Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceMasterProfile - end - def managed_cluster_upgrade_profile - Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterUpgradeProfile - end - def resource - Azure::ContainerService::Mgmt::V2018_03_31::Models::Resource + def tags_object + Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject end def managed_cluster_pool_upgrade_profile Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterPoolUpgradeProfile @@ -179,33 +185,27 @@ def managed_cluster_pool_upgrade_profile def managed_cluster Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedCluster end + def managed_cluster_upgrade_profile + Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterUpgradeProfile + end def managed_cluster_access_profile Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAccessProfile end - def container_service_storage_profile_types - Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceStorageProfileTypes - end - def container_service_vmsize_types - Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceVMSizeTypes - end - def ostype - Azure::ContainerService::Mgmt::V2018_03_31::Models::OSType - end def network_plugin Azure::ContainerService::Mgmt::V2018_03_31::Models::NetworkPlugin end def network_policy Azure::ContainerService::Mgmt::V2018_03_31::Models::NetworkPolicy end + def orchestrator_profile + Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorProfile + end def orchestrator_version_profile Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfile end def orchestrator_version_profile_list_result Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfileListResult end - def orchestrator_profile - Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorProfile - end end end end diff --git a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb index 5cd21dadfd..54191fd749 100644 --- a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb +++ b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb @@ -6,19 +6,21 @@ module Azure::Profiles::Latest module ContentModerator + Reviews = Azure::CognitiveServices::ContentModerator::V1_0::Reviews ImageModeration = Azure::CognitiveServices::ContentModerator::V1_0::ImageModeration TextModeration = Azure::CognitiveServices::ContentModerator::V1_0::TextModeration ListManagementImageLists = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementImageLists ListManagementTermLists = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementTermLists ListManagementImage = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementImage ListManagementTerm = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementTerm - Reviews = Azure::CognitiveServices::ContentModerator::V1_0::Reviews module Models + JobListResult = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult + Face = Azure::CognitiveServices::ContentModerator::V1_0::Models::Face + Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error + Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job RefreshIndex = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex ImageAdditionalInfoItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageAdditionalInfoItem - Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag - Image = Azure::CognitiveServices::ContentModerator::V1_0::Models::Image Frames = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frames ImageIds = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageIds ClassificationCategory2 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory2 @@ -29,58 +31,56 @@ module Models TermsPaging = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsPaging IPA = Azure::CognitiveServices::ContentModerator::V1_0::Models::IPA Terms = Azure::CognitiveServices::ContentModerator::V1_0::Models::Terms - Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address Review = Azure::CognitiveServices::ContentModerator::V1_0::Models::Review - DetectedTerms = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedTerms + Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address + Image = Azure::CognitiveServices::ContentModerator::V1_0::Models::Image JobExecutionReportDetails = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobExecutionReportDetails - Face = Azure::CognitiveServices::ContentModerator::V1_0::Models::Face - Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job - Candidate = Azure::CognitiveServices::ContentModerator::V1_0::Models::Candidate - JobListResult = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult + DetectedTerms = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedTerms Evaluate = Azure::CognitiveServices::ContentModerator::V1_0::Models::Evaluate - JobId = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId - MatchResponse = Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse - Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error + Candidate = Azure::CognitiveServices::ContentModerator::V1_0::Models::Candidate ImageListMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageListMetadata - APIError = Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError - TermListMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermListMetadata + Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag + MatchResponse = Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse TranscriptModerationBodyItemTermsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItemTermsItem - RefreshIndexAdvancedInfoItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndexAdvancedInfoItem - TranscriptModerationBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem + JobId = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId + TermListMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermListMetadata Frame = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame - CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem - ClassificationCategory3 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory3 + APIError = Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError + TranscriptModerationBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem CreateVideoReviewsBodyItemVideoFramesItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem - SSN = Azure::CognitiveServices::ContentModerator::V1_0::Models::SSN - CreateVideoReviewsBodyItemVideoFramesItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem + RefreshIndexAdvancedInfoItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndexAdvancedInfoItem + ClassificationCategory3 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory3 PII = Azure::CognitiveServices::ContentModerator::V1_0::Models::PII - CreateVideoReviewsBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem - FoundFaces = Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces + CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem + CreateVideoReviewsBodyItemVideoFramesItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem CreateVideoReviewsBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem - Match = Azure::CognitiveServices::ContentModerator::V1_0::Models::Match + SSN = Azure::CognitiveServices::ContentModerator::V1_0::Models::SSN + FoundFaces = Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces BodyMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata - ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList + CreateVideoReviewsBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem Body = Azure::CognitiveServices::ContentModerator::V1_0::Models::Body + ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList + Match = Azure::CognitiveServices::ContentModerator::V1_0::Models::Match KeyValuePair = Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair - ImageUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl Status = Azure::CognitiveServices::ContentModerator::V1_0::Models::Status - VideoFrameBodyItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen VideoFrameBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem - DetectedLanguage = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage + VideoFrameBodyItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem VideoFrameBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem ClassificationCategory1 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory1 - CreateReviewBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem + DetectedLanguage = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage OCR = Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR + ImageUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl + CreateReviewBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem + Content = Azure::CognitiveServices::ContentModerator::V1_0::Models::Content CreateReviewBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem Phone = Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone - Content = Azure::CognitiveServices::ContentModerator::V1_0::Models::Content TermList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList AzureRegionBaseUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl end class ContentModeratorDataClass - attr_reader :image_moderation, :text_moderation, :list_management_image_lists, :list_management_term_lists, :list_management_image, :list_management_term, :reviews, :configurable, :base_url, :options, :model_classes + attr_reader :reviews, :image_moderation, :text_moderation, :list_management_image_lists, :list_management_term_lists, :list_management_image, :list_management_term, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -90,13 +90,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @reviews = @client_0.reviews @image_moderation = @client_0.image_moderation @text_moderation = @client_0.text_moderation @list_management_image_lists = @client_0.list_management_image_lists @list_management_term_lists = @client_0.list_management_term_lists @list_management_image = @client_0.list_management_image @list_management_term = @client_0.list_management_term - @reviews = @client_0.reviews @model_classes = ModelClasses.new end @@ -115,18 +115,24 @@ def method_missing(method, *args) end class ModelClasses + def job_list_result + Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult + end + def face + Azure::CognitiveServices::ContentModerator::V1_0::Models::Face + end + def error + Azure::CognitiveServices::ContentModerator::V1_0::Models::Error + end + def job + Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + end def refresh_index Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex end def image_additional_info_item Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageAdditionalInfoItem end - def tag - Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag - end - def image - Azure::CognitiveServices::ContentModerator::V1_0::Models::Image - end def frames Azure::CognitiveServices::ContentModerator::V1_0::Models::Frames end @@ -157,122 +163,110 @@ def ipa def terms Azure::CognitiveServices::ContentModerator::V1_0::Models::Terms end - def address - Azure::CognitiveServices::ContentModerator::V1_0::Models::Address - end def review Azure::CognitiveServices::ContentModerator::V1_0::Models::Review end - def detected_terms - Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedTerms + def address + Azure::CognitiveServices::ContentModerator::V1_0::Models::Address + end + def image + Azure::CognitiveServices::ContentModerator::V1_0::Models::Image end def job_execution_report_details Azure::CognitiveServices::ContentModerator::V1_0::Models::JobExecutionReportDetails end - def face - Azure::CognitiveServices::ContentModerator::V1_0::Models::Face + def detected_terms + Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedTerms end - def job - Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + def evaluate + Azure::CognitiveServices::ContentModerator::V1_0::Models::Evaluate end def candidate Azure::CognitiveServices::ContentModerator::V1_0::Models::Candidate end - def job_list_result - Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult - end - def evaluate - Azure::CognitiveServices::ContentModerator::V1_0::Models::Evaluate + def image_list_metadata + Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageListMetadata end - def job_id - Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId + def tag + Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag end def match_response Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse end - def error - Azure::CognitiveServices::ContentModerator::V1_0::Models::Error - end - def image_list_metadata - Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageListMetadata + def transcript_moderation_body_item_terms_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItemTermsItem end - def apierror - Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError + def job_id + Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId 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 + def frame + Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame end - def refresh_index_advanced_info_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndexAdvancedInfoItem + def apierror + Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError end def transcript_moderation_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem end - def frame - Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame + def create_video_reviews_body_item_video_frames_item_metadata_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem end - def create_video_reviews_body_item_video_frames_item_reviewer_result_tags_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem + def refresh_index_advanced_info_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndexAdvancedInfoItem end def classification_category3 Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory3 end - def create_video_reviews_body_item_video_frames_item_metadata_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem + def pii + Azure::CognitiveServices::ContentModerator::V1_0::Models::PII end - def ssn - Azure::CognitiveServices::ContentModerator::V1_0::Models::SSN + def create_video_reviews_body_item_video_frames_item_reviewer_result_tags_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem end def create_video_reviews_body_item_video_frames_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem end - def pii - Azure::CognitiveServices::ContentModerator::V1_0::Models::PII + def create_video_reviews_body_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem end - def create_video_reviews_body_item_metadata_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem + def ssn + Azure::CognitiveServices::ContentModerator::V1_0::Models::SSN end def found_faces Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces end - def create_video_reviews_body_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem - end - def match - Azure::CognitiveServices::ContentModerator::V1_0::Models::Match - end def body_metadata Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata end - def image_list - Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList + def create_video_reviews_body_item_metadata_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem end def body Azure::CognitiveServices::ContentModerator::V1_0::Models::Body end + def image_list + Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList + end + def match + Azure::CognitiveServices::ContentModerator::V1_0::Models::Match + end def key_value_pair Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair end - def image_url - Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl - end def status Azure::CognitiveServices::ContentModerator::V1_0::Models::Status end - def video_frame_body_item_reviewer_result_tags_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem - end def screen Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen end def video_frame_body_item_metadata_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem end - def detected_language - Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage + def video_frame_body_item_reviewer_result_tags_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem end def video_frame_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem @@ -280,21 +274,27 @@ def video_frame_body_item def classification_category1 Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory1 end - def create_review_body_item_metadata_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem + def detected_language + Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage end def ocr Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR end + def image_url + Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl + end + def create_review_body_item_metadata_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem + end + def content + Azure::CognitiveServices::ContentModerator::V1_0::Models::Content + end def create_review_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem end def phone Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone end - def content - Azure::CognitiveServices::ContentModerator::V1_0::Models::Content - end def term_list Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList end diff --git a/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb b/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb index 744733e667..6c7c181ff1 100644 --- a/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb @@ -7,25 +7,30 @@ module Azure::Profiles::Latest module CustomerInsights module Mgmt - Operations = Azure::CustomerInsights::Mgmt::V2017_04_26::Operations + Images = Azure::CustomerInsights::Mgmt::V2017_04_26::Images + RoleAssignments = Azure::CustomerInsights::Mgmt::V2017_04_26::RoleAssignments Hubs = Azure::CustomerInsights::Mgmt::V2017_04_26::Hubs - Profiles = Azure::CustomerInsights::Mgmt::V2017_04_26::Profiles Interactions = Azure::CustomerInsights::Mgmt::V2017_04_26::Interactions Relationships = Azure::CustomerInsights::Mgmt::V2017_04_26::Relationships RelationshipLinks = Azure::CustomerInsights::Mgmt::V2017_04_26::RelationshipLinks - AuthorizationPolicies = Azure::CustomerInsights::Mgmt::V2017_04_26::AuthorizationPolicies - Connectors = Azure::CustomerInsights::Mgmt::V2017_04_26::Connectors + Operations = Azure::CustomerInsights::Mgmt::V2017_04_26::Operations + Profiles = Azure::CustomerInsights::Mgmt::V2017_04_26::Profiles 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 - Roles = Azure::CustomerInsights::Mgmt::V2017_04_26::Roles - RoleAssignments = Azure::CustomerInsights::Mgmt::V2017_04_26::RoleAssignments - Images = Azure::CustomerInsights::Mgmt::V2017_04_26::Images + AuthorizationPolicies = Azure::CustomerInsights::Mgmt::V2017_04_26::AuthorizationPolicies + Connectors = Azure::CustomerInsights::Mgmt::V2017_04_26::Connectors Predictions = Azure::CustomerInsights::Mgmt::V2017_04_26::Predictions + Roles = Azure::CustomerInsights::Mgmt::V2017_04_26::Roles + Links = Azure::CustomerInsights::Mgmt::V2017_04_26::Links module Models + Resource = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Resource + OperationDisplay = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationDisplay + RoleAssignmentListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleAssignmentListResult + Operation = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Operation + OperationListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationListResult KpiListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiListResult HubBillingInfoFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::HubBillingInfoFormat Participant = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Participant @@ -33,7 +38,6 @@ module Models MetadataDefinitionBase = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::MetadataDefinitionBase PredictionSystemGeneratedEntities = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionSystemGeneratedEntities DataSourcePrecedence = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::DataSourcePrecedence - ProfileListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileListResult SuggestRelationshipLinksResponse = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::SuggestRelationshipLinksResponse AuthorizationPolicy = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AuthorizationPolicy PredictionGradesItem = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionGradesItem @@ -46,15 +50,11 @@ module Models RelationshipsLookup = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipsLookup ConnectorMappingAvailability = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingAvailability ConnectorMappingCompleteOperation = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingCompleteOperation - OperationListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationListResult KpiThresholds = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiThresholds ConnectorListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorListResult KpiParticipantProfilesMetadata = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiParticipantProfilesMetadata - Operation = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Operation KpiExtract = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiExtract ConnectorMappingListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingListResult - Resource = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Resource - OperationDisplay = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationDisplay TypePropertiesMapping = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::TypePropertiesMapping AuthorizationPolicyListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AuthorizationPolicyListResult RelationshipTypeFieldMapping = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipTypeFieldMapping @@ -73,7 +73,6 @@ module Models CanonicalProfileDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalProfileDefinition KpiAlias = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiAlias ViewListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ViewListResult - ProxyResource = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProxyResource CanonicalProfileDefinitionPropertiesItem = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalProfileDefinitionPropertiesItem RelationshipTypeMapping = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipTypeMapping WidgetTypeListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::WidgetTypeListResult @@ -84,7 +83,6 @@ module Models KpiGroupByMetadata = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiGroupByMetadata PredictionDistributionDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinition ParticipantPropertyReference = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ParticipantPropertyReference - RoleAssignmentListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleAssignmentListResult SalesforceDiscoverSetting = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::SalesforceDiscoverSetting PredictionDistributionDefinitionDistributionsItem = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinitionDistributionsItem KpiDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiDefinition @@ -112,7 +110,6 @@ module Models PredictionResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionResourceFormat EntityTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityTypes DataSourceType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::DataSourceType - Status = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status ProvisioningStates = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProvisioningStates PermissionTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PermissionTypes ConnectorTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorTypes @@ -121,6 +118,7 @@ module Models 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 @@ -128,12 +126,14 @@ module Models InstanceOperationType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InstanceOperationType CardinalityTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CardinalityTypes RoleTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleTypes - CanonicalPropertyValueType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalPropertyValueType + ProfileListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileListResult PredictionModelLifeCycle = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionModelLifeCycle + CanonicalPropertyValueType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalPropertyValueType + ProxyResource = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProxyResource end class CustomerInsightsManagementClass - attr_reader :operations, :hubs, :profiles, :interactions, :relationships, :relationship_links, :authorization_policies, :connectors, :connector_mappings, :kpi, :widget_types, :views, :links, :roles, :role_assignments, :images, :predictions, :configurable, :base_url, :options, :model_classes + attr_reader :images, :role_assignments, :hubs, :interactions, :relationships, :relationship_links, :operations, :profiles, :connector_mappings, :kpi, :widget_types, :views, :authorization_policies, :connectors, :predictions, :roles, :links, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -143,23 +143,23 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations + @images = @client_0.images + @role_assignments = @client_0.role_assignments @hubs = @client_0.hubs - @profiles = @client_0.profiles @interactions = @client_0.interactions @relationships = @client_0.relationships @relationship_links = @client_0.relationship_links - @authorization_policies = @client_0.authorization_policies - @connectors = @client_0.connectors + @operations = @client_0.operations + @profiles = @client_0.profiles @connector_mappings = @client_0.connector_mappings @kpi = @client_0.kpi @widget_types = @client_0.widget_types @views = @client_0.views - @links = @client_0.links - @roles = @client_0.roles - @role_assignments = @client_0.role_assignments - @images = @client_0.images + @authorization_policies = @client_0.authorization_policies + @connectors = @client_0.connectors @predictions = @client_0.predictions + @roles = @client_0.roles + @links = @client_0.links @model_classes = ModelClasses.new end @@ -178,6 +178,21 @@ def method_missing(method, *args) end class ModelClasses + def resource + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Resource + end + def operation_display + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationDisplay + end + def role_assignment_list_result + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleAssignmentListResult + end + def operation + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Operation + end + def operation_list_result + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationListResult + end def kpi_list_result Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiListResult end @@ -199,9 +214,6 @@ def prediction_system_generated_entities def data_source_precedence Azure::CustomerInsights::Mgmt::V2017_04_26::Models::DataSourcePrecedence end - def profile_list_result - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileListResult - end def suggest_relationship_links_response Azure::CustomerInsights::Mgmt::V2017_04_26::Models::SuggestRelationshipLinksResponse end @@ -238,9 +250,6 @@ def connector_mapping_availability def connector_mapping_complete_operation Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingCompleteOperation end - def operation_list_result - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationListResult - end def kpi_thresholds Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiThresholds end @@ -250,21 +259,12 @@ def connector_list_result def kpi_participant_profiles_metadata Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiParticipantProfilesMetadata end - def operation - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Operation - end def kpi_extract Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiExtract end def connector_mapping_list_result Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingListResult end - def resource - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Resource - end - def operation_display - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationDisplay - end def type_properties_mapping Azure::CustomerInsights::Mgmt::V2017_04_26::Models::TypePropertiesMapping end @@ -319,9 +319,6 @@ def kpi_alias def view_list_result Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ViewListResult end - def proxy_resource - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProxyResource - end def canonical_profile_definition_properties_item Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalProfileDefinitionPropertiesItem end @@ -352,9 +349,6 @@ def prediction_distribution_definition def participant_property_reference Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ParticipantPropertyReference end - def role_assignment_list_result - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleAssignmentListResult - end def salesforce_discover_setting Azure::CustomerInsights::Mgmt::V2017_04_26::Models::SalesforceDiscoverSetting end @@ -436,9 +430,6 @@ def entity_types def data_source_type Azure::CustomerInsights::Mgmt::V2017_04_26::Models::DataSourceType end - def status - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status - end def provisioning_states Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProvisioningStates end @@ -463,6 +454,9 @@ 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 @@ -484,12 +478,18 @@ def cardinality_types def role_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleTypes end - def canonical_property_value_type - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalPropertyValueType + def profile_list_result + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileListResult end def prediction_model_life_cycle Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionModelLifeCycle end + def canonical_property_value_type + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalPropertyValueType + end + def proxy_resource + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProxyResource + 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 4b79f6d097..b609841b47 100644 --- a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb @@ -9,25 +9,25 @@ module CustomSearch CustomInstance = Azure::CognitiveServices::CustomSearch::V1_0::CustomInstance module Models + Answer = Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer + Thing = Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing + ErrorResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse + 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 + 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 - Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error WebMetaTag = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag WebPage = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebPage WebWebAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer SearchResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse + Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error SearchResultsAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable - Response = Azure::CognitiveServices::CustomSearch::V1_0::Models::Response - 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 - ErrorCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode - SafeSearch = Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch - TextFormat = Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat end class CustomSearchDataClass @@ -60,6 +60,33 @@ def method_missing(method, *args) end class ModelClasses + def answer + Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer + end + def thing + Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing + end + def error_response + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse + end + def 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 response + Azure::CognitiveServices::CustomSearch::V1_0::Models::Response + end def response_base Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase end @@ -69,9 +96,6 @@ def query_context def query Azure::CognitiveServices::CustomSearch::V1_0::Models::Query end - def error - Azure::CognitiveServices::CustomSearch::V1_0::Models::Error - end def web_meta_tag Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag end @@ -84,39 +108,15 @@ def web_web_answer def search_response Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse end + def error + Azure::CognitiveServices::CustomSearch::V1_0::Models::Error + end def search_results_answer Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer end def identifiable Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable end - def response - Azure::CognitiveServices::CustomSearch::V1_0::Models::Response - 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 error_code - Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode - end - def error_sub_code - Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode - end - def safe_search - Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch - end - def text_format - Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat - end 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 22bcea2ec7..2e1d0cb189 100644 --- a/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb @@ -7,67 +7,67 @@ module Azure::Profiles::Latest module DataLakeAnalytics module Mgmt - Accounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Accounts DataLakeStoreAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::DataLakeStoreAccounts - StorageAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::StorageAccounts ComputePolicies = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::ComputePolicies FirewallRules = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::FirewallRules - Operations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Operations Locations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Locations + Operations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Operations + Accounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Accounts + StorageAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::StorageAccounts module Models - CapabilityInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CapabilityInformation + CheckNameAvailabilityParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters + SubscriptionState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubscriptionState Resource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Resource + CapabilityInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CapabilityInformation NameAvailabilityInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::NameAvailabilityInformation - Operation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Operation - OperationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationListResult UpdateFirewallRuleParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters - SubResource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource UpdateComputePolicyParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateComputePolicyParameters - UpdateStorageAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountParameters + Operation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Operation DataLakeStoreAccountInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformationListResult - AddDataLakeStoreWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreWithAccountParameters + OperationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationListResult + SubResource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource CreateOrUpdateComputePolicyParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateComputePolicyParameters + AddDataLakeStoreWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreWithAccountParameters + UpdateStorageAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountParameters 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 CreateFirewallRuleWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters - OperationDisplay = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay CreateDataLakeAnalyticsAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateDataLakeAnalyticsAccountParameters - CreateOrUpdateFirewallRuleParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters + OperationDisplay = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay UpdateDataLakeStoreWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreWithAccountParameters StorageAccountInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformationListResult - UpdateStorageAccountWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountWithAccountParameters + CreateOrUpdateFirewallRuleParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters SasTokenInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformationListResult UpdateComputePolicyWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateComputePolicyWithAccountParameters - CheckNameAvailabilityParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters - UpdateFirewallRuleWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters + UpdateStorageAccountWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountWithAccountParameters 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 + UpdateFirewallRuleWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters AddDataLakeStoreParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreParameters FirewallRuleListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRuleListResult - AddStorageAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountParameters + DataLakeAnalyticsAccountListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListResult 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 + AddStorageAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountParameters 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 + ComputePolicy = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicy StorageContainer = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainer AADObjectType = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AADObjectType - FirewallState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallState + DataLakeAnalyticsAccountBasic = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountBasic FirewallAllowAzureIpsState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState TierType = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::TierType - DataLakeAnalyticsAccountStatus = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountStatus + FirewallState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallState 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 + DataLakeAnalyticsAccountStatus = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountStatus end class DataLakeAnalyticsManagementClass - attr_reader :accounts, :data_lake_store_accounts, :storage_accounts, :compute_policies, :firewall_rules, :operations, :locations, :configurable, :base_url, :options, :model_classes + attr_reader :data_lake_store_accounts, :compute_policies, :firewall_rules, :locations, :operations, :accounts, :storage_accounts, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -77,13 +77,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @accounts = @client_0.accounts @data_lake_store_accounts = @client_0.data_lake_store_accounts - @storage_accounts = @client_0.storage_accounts @compute_policies = @client_0.compute_policies @firewall_rules = @client_0.firewall_rules - @operations = @client_0.operations @locations = @client_0.locations + @operations = @client_0.operations + @accounts = @client_0.accounts + @storage_accounts = @client_0.storage_accounts @model_classes = ModelClasses.new end @@ -102,42 +102,48 @@ def method_missing(method, *args) end class ModelClasses - def capability_information - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CapabilityInformation + def check_name_availability_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters + end + def subscription_state + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubscriptionState end def resource Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Resource end + def capability_information + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CapabilityInformation + end def name_availability_information Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::NameAvailabilityInformation end - def operation - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Operation - end - def operation_list_result - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationListResult - end def update_firewall_rule_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters end - def sub_resource - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource - end def update_compute_policy_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateComputePolicyParameters end - def update_storage_account_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountParameters + def operation + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Operation end def data_lake_store_account_information_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformationListResult end - def add_data_lake_store_with_account_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreWithAccountParameters + def operation_list_result + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationListResult + end + def sub_resource + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource end def create_or_update_compute_policy_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateComputePolicyParameters end + def add_data_lake_store_with_account_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreWithAccountParameters + end + def update_storage_account_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountParameters + end def add_storage_account_with_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountWithAccountParameters end @@ -153,14 +159,11 @@ def compute_policy_list_result def create_firewall_rule_with_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters end - def operation_display - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay - end def create_data_lake_analytics_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateDataLakeAnalyticsAccountParameters end - def create_or_update_firewall_rule_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters + def operation_display + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay end def update_data_lake_store_with_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreWithAccountParameters @@ -168,8 +171,8 @@ def update_data_lake_store_with_account_parameters def storage_account_information_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformationListResult end - def update_storage_account_with_account_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountWithAccountParameters + def create_or_update_firewall_rule_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters end def sas_token_information_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformationListResult @@ -177,11 +180,8 @@ def sas_token_information_list_result def update_compute_policy_with_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateComputePolicyWithAccountParameters end - def check_name_availability_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters - end - def update_firewall_rule_with_account_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters + def update_storage_account_with_account_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountWithAccountParameters end def storage_container_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainerListResult @@ -189,8 +189,8 @@ def storage_container_list_result 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 + def update_firewall_rule_with_account_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters end def add_data_lake_store_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreParameters @@ -198,8 +198,8 @@ def add_data_lake_store_parameters def firewall_rule_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRuleListResult end - def add_storage_account_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountParameters + def data_lake_analytics_account_list_result + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListResult end def data_lake_store_account_information Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation @@ -207,8 +207,8 @@ def data_lake_store_account_information def storage_account_information Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformation end - def compute_policy - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicy + def add_storage_account_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountParameters end def firewall_rule Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule @@ -216,8 +216,8 @@ def firewall_rule def data_lake_analytics_account Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccount end - def data_lake_analytics_account_basic - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountBasic + def compute_policy + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicy end def storage_container Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainer @@ -225,8 +225,8 @@ def storage_container def aadobject_type Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AADObjectType end - def firewall_state - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallState + def data_lake_analytics_account_basic + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountBasic end def firewall_allow_azure_ips_state Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState @@ -234,8 +234,8 @@ def firewall_allow_azure_ips_state def tier_type Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::TierType end - def data_lake_analytics_account_status - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountStatus + def firewall_state + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallState end def data_lake_analytics_account_state Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState @@ -243,8 +243,8 @@ 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 + def data_lake_analytics_account_status + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountStatus 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 10c09344ed..82a1a10746 100644 --- a/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb +++ b/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb @@ -7,17 +7,16 @@ module Azure::Profiles::Latest module DataLakeStore module Mgmt - Accounts = Azure::DataLakeStore::Mgmt::V2016_11_01::Accounts FirewallRules = Azure::DataLakeStore::Mgmt::V2016_11_01::FirewallRules + Locations = Azure::DataLakeStore::Mgmt::V2016_11_01::Locations VirtualNetworkRules = Azure::DataLakeStore::Mgmt::V2016_11_01::VirtualNetworkRules TrustedIdProviders = Azure::DataLakeStore::Mgmt::V2016_11_01::TrustedIdProviders + Accounts = Azure::DataLakeStore::Mgmt::V2016_11_01::Accounts Operations = Azure::DataLakeStore::Mgmt::V2016_11_01::Operations - Locations = Azure::DataLakeStore::Mgmt::V2016_11_01::Locations module Models - NameAvailabilityInformation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::NameAvailabilityInformation - Resource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource - CreateFirewallRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters + CheckNameAvailabilityParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters + SubscriptionState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubscriptionState EncryptionIdentity = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionIdentity CreateVirtualNetworkRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateVirtualNetworkRuleWithAccountParameters EncryptionConfig = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionConfig @@ -26,27 +25,16 @@ module Models UpdateVirtualNetworkRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateVirtualNetworkRuleParameters UpdateTrustedIdProviderParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateTrustedIdProviderParameters CreateOrUpdateTrustedIdProviderParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateTrustedIdProviderParameters - FirewallRuleListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRuleListResult CreateDataLakeStoreAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateDataLakeStoreAccountParameters TrustedIdProviderListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProviderListResult UpdateKeyVaultMetaInfo = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateKeyVaultMetaInfo - Operation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Operation UpdateEncryptionConfig = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateEncryptionConfig - CapabilityInformation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CapabilityInformation - UpdateFirewallRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters - CheckNameAvailabilityParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters UpdateVirtualNetworkRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateVirtualNetworkRuleWithAccountParameters VirtualNetworkRuleListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::VirtualNetworkRuleListResult UpdateTrustedIdProviderWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateTrustedIdProviderWithAccountParameters - OperationListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationListResult UpdateDataLakeStoreAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreAccountParameters DataLakeStoreAccountListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountListResult - CreateOrUpdateFirewallRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters - SubResource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource - UpdateFirewallRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters - OperationDisplay = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationDisplay CreateOrUpdateVirtualNetworkRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateVirtualNetworkRuleParameters - FirewallRule = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule VirtualNetworkRule = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::VirtualNetworkRule TrustedIdProvider = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProvider DataLakeStoreAccount = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccount @@ -54,18 +42,30 @@ module Models EncryptionConfigType = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionConfigType EncryptionState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionState EncryptionProvisioningState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionProvisioningState - FirewallState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallState - FirewallAllowAzureIpsState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState TrustedIdProviderState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProviderState - TierType = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TierType DataLakeStoreAccountStatus = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountStatus DataLakeStoreAccountState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountState + Resource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource + 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 + OperationDisplay = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationDisplay + Operation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Operation + OperationListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationListResult + SubResource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource + CreateFirewallRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters + CreateOrUpdateFirewallRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters + UpdateFirewallRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters + FirewallRuleListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRuleListResult + FirewallRule = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule + FirewallState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallState + FirewallAllowAzureIpsState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState + TierType = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TierType OperationOrigin = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationOrigin - SubscriptionState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubscriptionState end class DataLakeStoreManagementClass - attr_reader :accounts, :firewall_rules, :virtual_network_rules, :trusted_id_providers, :operations, :locations, :configurable, :base_url, :options, :model_classes + attr_reader :firewall_rules, :locations, :virtual_network_rules, :trusted_id_providers, :accounts, :operations, :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) - @accounts = @client_0.accounts @firewall_rules = @client_0.firewall_rules + @locations = @client_0.locations @virtual_network_rules = @client_0.virtual_network_rules @trusted_id_providers = @client_0.trusted_id_providers + @accounts = @client_0.accounts @operations = @client_0.operations - @locations = @client_0.locations @model_classes = ModelClasses.new end @@ -99,14 +99,11 @@ def method_missing(method, *args) end class ModelClasses - def name_availability_information - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::NameAvailabilityInformation - end - def resource - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource + 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 + def subscription_state + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubscriptionState end def encryption_identity Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionIdentity @@ -132,9 +129,6 @@ def update_trusted_id_provider_parameters def create_or_update_trusted_id_provider_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateTrustedIdProviderParameters end - def firewall_rule_list_result - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRuleListResult - end def create_data_lake_store_account_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateDataLakeStoreAccountParameters end @@ -144,21 +138,9 @@ def trusted_id_provider_list_result def update_key_vault_meta_info Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateKeyVaultMetaInfo end - def operation - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Operation - end def update_encryption_config Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateEncryptionConfig end - def capability_information - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CapabilityInformation - end - def update_firewall_rule_with_account_parameters - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters - end - def check_name_availability_parameters - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters - end def update_virtual_network_rule_with_account_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateVirtualNetworkRuleWithAccountParameters end @@ -168,33 +150,15 @@ def virtual_network_rule_list_result def update_trusted_id_provider_with_account_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateTrustedIdProviderWithAccountParameters end - def operation_list_result - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationListResult - end def update_data_lake_store_account_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreAccountParameters end def data_lake_store_account_list_result Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountListResult end - def create_or_update_firewall_rule_parameters - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters - end - def sub_resource - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource - end - def update_firewall_rule_parameters - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters - end - def operation_display - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationDisplay - end def create_or_update_virtual_network_rule_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateVirtualNetworkRuleParameters end - def firewall_rule - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule - end def virtual_network_rule Azure::DataLakeStore::Mgmt::V2016_11_01::Models::VirtualNetworkRule end @@ -216,30 +180,66 @@ def encryption_state def encryption_provisioning_state Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionProvisioningState end - def firewall_state - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallState - end - def firewall_allow_azure_ips_state - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState - end def trusted_id_provider_state Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProviderState end - def tier_type - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TierType - end def data_lake_store_account_status Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountStatus end def data_lake_store_account_state Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountState end + def resource + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource + end + def capability_information + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CapabilityInformation + end + def name_availability_information + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::NameAvailabilityInformation + end + def update_firewall_rule_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters + end + def operation_display + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationDisplay + end + def operation + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Operation + end + def operation_list_result + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationListResult + end + def sub_resource + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource + end + def create_firewall_rule_with_account_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters + end + def create_or_update_firewall_rule_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters + end + def update_firewall_rule_with_account_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters + end + def firewall_rule_list_result + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRuleListResult + end + def firewall_rule + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule + end + def firewall_state + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallState + end + def firewall_allow_azure_ips_state + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState + end + def tier_type + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TierType + end def operation_origin Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationOrigin end - def subscription_state - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubscriptionState - end end end end diff --git a/azure_sdk/lib/latest/modules/devspaces_profile_module.rb b/azure_sdk/lib/latest/modules/devspaces_profile_module.rb index 3143fe83e5..b452df59e0 100644 --- a/azure_sdk/lib/latest/modules/devspaces_profile_module.rb +++ b/azure_sdk/lib/latest/modules/devspaces_profile_module.rb @@ -12,22 +12,22 @@ module Mgmt module Models ControllerConnectionDetailsList = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetailsList - Sku = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Sku - ErrorResponse = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorResponse ControllerUpdateParameters = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerUpdateParameters ResourceProviderOperationDisplay = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ResourceProviderOperationDisplay OrchestratorSpecificConnectionDetails = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::OrchestratorSpecificConnectionDetails ResourceProviderOperationDefinition = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ResourceProviderOperationDefinition ResourceProviderOperationList = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ResourceProviderOperationList ControllerConnectionDetails = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetails - Resource = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Resource + Sku = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Sku ControllerList = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerList - ErrorDetails = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorDetails - TrackedResource = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::TrackedResource Controller = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Controller + Resource = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Resource + SkuTier = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::SkuTier KubernetesConnectionDetails = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::KubernetesConnectionDetails + ErrorDetails = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorDetails ProvisioningState = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ProvisioningState - SkuTier = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::SkuTier + ErrorResponse = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorResponse + TrackedResource = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::TrackedResource end class DevSpacesManagementClass @@ -64,12 +64,6 @@ class ModelClasses def controller_connection_details_list Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetailsList end - def sku - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Sku - end - def error_response - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorResponse - end def controller_update_parameters Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerUpdateParameters end @@ -88,29 +82,35 @@ def resource_provider_operation_list def controller_connection_details Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetails end - def resource - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Resource + def sku + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Sku end def controller_list Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerList end - def error_details - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorDetails - end - def tracked_resource - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::TrackedResource - end def controller Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Controller end + def resource + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Resource + end + def sku_tier + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::SkuTier + end def kubernetes_connection_details Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::KubernetesConnectionDetails end + def error_details + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorDetails + end def provisioning_state Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ProvisioningState end - def sku_tier - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::SkuTier + def error_response + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorResponse + end + def tracked_resource + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::TrackedResource 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 d2fa1e310d..0c06de7c26 100644 --- a/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb +++ b/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb @@ -7,58 +7,32 @@ module Azure::Profiles::Latest module DevTestLabs module Mgmt + VirtualMachines = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachines + Disks = Azure::DevTestLabs::Mgmt::V2016_05_15::Disks + Operations = Azure::DevTestLabs::Mgmt::V2016_05_15::Operations ProviderOperations = Azure::DevTestLabs::Mgmt::V2016_05_15::ProviderOperations Labs = Azure::DevTestLabs::Mgmt::V2016_05_15::Labs - Operations = Azure::DevTestLabs::Mgmt::V2016_05_15::Operations GlobalSchedules = Azure::DevTestLabs::Mgmt::V2016_05_15::GlobalSchedules ArtifactSources = Azure::DevTestLabs::Mgmt::V2016_05_15::ArtifactSources ArmTemplates = Azure::DevTestLabs::Mgmt::V2016_05_15::ArmTemplates Artifacts = Azure::DevTestLabs::Mgmt::V2016_05_15::Artifacts + GalleryImages = Azure::DevTestLabs::Mgmt::V2016_05_15::GalleryImages Costs = Azure::DevTestLabs::Mgmt::V2016_05_15::Costs CustomImages = Azure::DevTestLabs::Mgmt::V2016_05_15::CustomImages - Formulas = Azure::DevTestLabs::Mgmt::V2016_05_15::Formulas - GalleryImages = Azure::DevTestLabs::Mgmt::V2016_05_15::GalleryImages NotificationChannels = Azure::DevTestLabs::Mgmt::V2016_05_15::NotificationChannels PolicySets = Azure::DevTestLabs::Mgmt::V2016_05_15::PolicySets - Policies = Azure::DevTestLabs::Mgmt::V2016_05_15::Policies Schedules = Azure::DevTestLabs::Mgmt::V2016_05_15::Schedules ServiceRunners = Azure::DevTestLabs::Mgmt::V2016_05_15::ServiceRunners Users = Azure::DevTestLabs::Mgmt::V2016_05_15::Users - Disks = Azure::DevTestLabs::Mgmt::V2016_05_15::Disks Environments = Azure::DevTestLabs::Mgmt::V2016_05_15::Environments Secrets = Azure::DevTestLabs::Mgmt::V2016_05_15::Secrets - VirtualMachines = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachines VirtualMachineSchedules = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachineSchedules + Formulas = Azure::DevTestLabs::Mgmt::V2016_05_15::Formulas + Policies = Azure::DevTestLabs::Mgmt::V2016_05_15::Policies VirtualNetworks = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualNetworks 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 - InboundNatRule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRule - 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 - WeekDetails = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetails - UserSecretStore = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStore - HourDetails = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetails - ArtifactParameterProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactParameterProperties - ArtifactInstallProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallProperties - ResponseWithContinuationLab = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLab - ParametersValueFileInfo = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParametersValueFileInfo - ResponseWithContinuationLabVirtualMachine = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVirtualMachine - ArmTemplateInfo = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateInfo - NetworkInterfaceProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NetworkInterfaceProperties - ResponseWithContinuationUser = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationUser - LabVirtualMachineCreationParameter = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineCreationParameter - ArtifactDeploymentStatusPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactDeploymentStatusPropertiesFragment - FormulaPropertiesFromVm = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FormulaPropertiesFromVm - ArtifactInstallPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallPropertiesFragment ResponseWithContinuationLabVhd = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVhd - Subnet = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Subnet UserSecretStoreFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStoreFragment AttachNewDataDiskOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachNewDataDiskOptions GalleryImageReferenceFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReferenceFragment @@ -87,11 +61,9 @@ module Models SubnetOverrideFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetOverrideFragment PolicySetResult = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicySetResult SubnetSharedPublicIpAddressConfigurationFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetSharedPublicIpAddressConfigurationFragment - Event = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Event LabVhd = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVhd DayDetailsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DayDetailsFragment SubnetFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetFragment - UserIdentity = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentity SharedPublicIpAddressConfigurationFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfigurationFragment ResponseWithContinuationServiceRunner = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationServiceRunner NetworkInterfacePropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NetworkInterfacePropertiesFragment @@ -116,12 +88,10 @@ module Models EventFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EventFragment SubnetSharedPublicIpAddressConfiguration = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetSharedPublicIpAddressConfiguration ApplyArtifactsRequest = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplyArtifactsRequest - Port = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Port ArtifactParameterPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactParameterPropertiesFragment PortFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PortFragment ProviderOperationResult = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ProviderOperationResult CostThresholdProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdProperties - Resource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource DetachDiskProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DetachDiskProperties ResponseWithContinuationArmTemplate = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArmTemplate EvaluatePoliciesResponse = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesResponse @@ -130,6 +100,7 @@ module Models ResponseWithContinuationArtifactSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArtifactSource ComputeVmInstanceViewStatusFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmInstanceViewStatusFragment ResponseWithContinuationCustomImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationCustomImage + Resource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource EvaluatePoliciesProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesProperties ResponseWithContinuationDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDisk AttachDiskProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachDiskProperties @@ -138,60 +109,89 @@ module Models ResponseWithContinuationFormula = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationFormula CustomImagePropertiesCustom = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImagePropertiesCustom ResponseWithContinuationGalleryImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationGalleryImage - Schedule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Schedule ApplicableSchedule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableSchedule ScheduleFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ScheduleFragment ApplicableScheduleFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableScheduleFragment ArmTemplate = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplate Artifact = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Artifact ArtifactSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSource - ArtifactSourceFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSourceFragment + InboundNatRule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRule CustomImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImage - Disk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Disk - DtlEnvironment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DtlEnvironment + ArtifactSourceFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSourceFragment Formula = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Formula - GalleryImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImage - Lab = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab + DtlEnvironment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DtlEnvironment LabCost = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCost + Lab = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab + Disk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Disk LabFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabFragment + Subnet = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Subnet + GalleryImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImage + NotificationChannel = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannel LabVirtualMachine = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachine LabVirtualMachineFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineFragment - NotificationChannel = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannel + Secret = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Secret NotificationChannelFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelFragment - Policy = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Policy PolicyFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFragment - Secret = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Secret + VirtualNetworkFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetworkFragment ServiceRunner = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ServiceRunner - User = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User - VirtualNetwork = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork UserFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserFragment - VirtualNetworkFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetworkFragment + SourceControlType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType EnableStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EnableStatus NotificationStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationStatus - SourceControlType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType + WindowsOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsState StorageType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::StorageType CostThresholdStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdStatus - WindowsOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsState - LinuxOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState + VirtualNetwork = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork + User = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User CustomImageOsType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImageOsType HostCachingOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HostCachingOptions NotificationChannelEventType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelEventType - TransportProtocol = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TransportProtocol - VirtualMachineCreationSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualMachineCreationSource + LinuxOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState FileUploadOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FileUploadOptions PremiumDataDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PremiumDataDisk TargetCostStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TargetCostStatus + VirtualMachineCreationSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualMachineCreationSource + TransportProtocol = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TransportProtocol + PolicyFactName = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFactName + HttpStatusCode = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HttpStatusCode ReportingCycleType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ReportingCycleType CostType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostType - HttpStatusCode = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HttpStatusCode - PolicyStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyStatus - PolicyFactName = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFactName PolicyEvaluatorType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyEvaluatorType UsagePermissionType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UsagePermissionType + Event = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Event + PolicyStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyStatus + UserIdentity = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentity + Policy = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Policy + Schedule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Schedule + Port = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Port + 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 + 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 + WeekDetails = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetails + UserSecretStore = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStore + HourDetails = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetails + ArtifactParameterProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactParameterProperties + ArtifactInstallProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallProperties + ResponseWithContinuationLab = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLab + ParametersValueFileInfo = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParametersValueFileInfo + ResponseWithContinuationLabVirtualMachine = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVirtualMachine + ArmTemplateInfo = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateInfo + NetworkInterfaceProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NetworkInterfaceProperties + ResponseWithContinuationUser = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationUser + LabVirtualMachineCreationParameter = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineCreationParameter + ArtifactDeploymentStatusPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactDeploymentStatusPropertiesFragment + FormulaPropertiesFromVm = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FormulaPropertiesFromVm + ArtifactInstallPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallPropertiesFragment end class DevTestLabsManagementClass - attr_reader :provider_operations, :labs, :operations, :global_schedules, :artifact_sources, :arm_templates, :artifacts, :costs, :custom_images, :formulas, :gallery_images, :notification_channels, :policy_sets, :policies, :schedules, :service_runners, :users, :disks, :environments, :secrets, :virtual_machines, :virtual_machine_schedules, :virtual_networks, :configurable, :base_url, :options, :model_classes + attr_reader :virtual_machines, :disks, :operations, :provider_operations, :labs, :global_schedules, :artifact_sources, :arm_templates, :artifacts, :gallery_images, :costs, :custom_images, :notification_channels, :policy_sets, :schedules, :service_runners, :users, :environments, :secrets, :virtual_machine_schedules, :formulas, :policies, :virtual_networks, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -201,28 +201,28 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @virtual_machines = @client_0.virtual_machines + @disks = @client_0.disks + @operations = @client_0.operations @provider_operations = @client_0.provider_operations @labs = @client_0.labs - @operations = @client_0.operations @global_schedules = @client_0.global_schedules @artifact_sources = @client_0.artifact_sources @arm_templates = @client_0.arm_templates @artifacts = @client_0.artifacts + @gallery_images = @client_0.gallery_images @costs = @client_0.costs @custom_images = @client_0.custom_images - @formulas = @client_0.formulas - @gallery_images = @client_0.gallery_images @notification_channels = @client_0.notification_channels @policy_sets = @client_0.policy_sets - @policies = @client_0.policies @schedules = @client_0.schedules @service_runners = @client_0.service_runners @users = @client_0.users - @disks = @client_0.disks @environments = @client_0.environments @secrets = @client_0.secrets - @virtual_machines = @client_0.virtual_machines @virtual_machine_schedules = @client_0.virtual_machine_schedules + @formulas = @client_0.formulas + @policies = @client_0.policies @virtual_networks = @client_0.virtual_networks @model_classes = ModelClasses.new @@ -242,87 +242,9 @@ def method_missing(method, *args) end class ModelClasses - def external_subnet_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnetFragment - end - def gallery_image_reference - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReference - end - def day_details - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DayDetails - end - def inbound_nat_rule - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRule - 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 - def week_details_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetailsFragment - end - def external_subnet - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnet - end - def hour_details_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetailsFragment - end - def week_details - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetails - end - def user_secret_store - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStore - end - def hour_details - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetails - end - def artifact_parameter_properties - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactParameterProperties - end - def artifact_install_properties - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallProperties - end - def response_with_continuation_lab - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLab - end - def parameters_value_file_info - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParametersValueFileInfo - end - def response_with_continuation_lab_virtual_machine - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVirtualMachine - end - def arm_template_info - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateInfo - end - def network_interface_properties - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NetworkInterfaceProperties - end - def response_with_continuation_user - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationUser - end - def lab_virtual_machine_creation_parameter - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineCreationParameter - end - def artifact_deployment_status_properties_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactDeploymentStatusPropertiesFragment - end - def formula_properties_from_vm - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FormulaPropertiesFromVm - end - def artifact_install_properties_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallPropertiesFragment - end def response_with_continuation_lab_vhd Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVhd end - def subnet - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Subnet - end def user_secret_store_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStoreFragment end @@ -407,9 +329,6 @@ def policy_set_result def subnet_shared_public_ip_address_configuration_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetSharedPublicIpAddressConfigurationFragment end - def event - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Event - end def lab_vhd Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVhd end @@ -419,9 +338,6 @@ def day_details_fragment def subnet_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetFragment end - def user_identity - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentity - end def shared_public_ip_address_configuration_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfigurationFragment end @@ -494,9 +410,6 @@ def subnet_shared_public_ip_address_configuration def apply_artifacts_request Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplyArtifactsRequest end - def port - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Port - end def artifact_parameter_properties_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactParameterPropertiesFragment end @@ -509,9 +422,6 @@ def provider_operation_result def cost_threshold_properties Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdProperties end - def resource - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource - end def detach_disk_properties Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DetachDiskProperties end @@ -536,6 +446,9 @@ def compute_vm_instance_view_status_fragment 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 + end def evaluate_policies_properties Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesProperties end @@ -560,9 +473,6 @@ def custom_image_properties_custom def response_with_continuation_gallery_image Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationGalleryImage end - def schedule - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Schedule - end def applicable_schedule Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableSchedule end @@ -581,68 +491,68 @@ def artifact def artifact_source Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSource end - def artifact_source_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSourceFragment + def inbound_nat_rule + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRule end def custom_image Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImage end - def disk - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Disk - end - def dtl_environment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DtlEnvironment + def artifact_source_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSourceFragment end def formula Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Formula end - def gallery_image - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImage + def dtl_environment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DtlEnvironment + end + def lab_cost + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCost end def lab Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab end - def lab_cost - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCost + def disk + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Disk end def lab_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabFragment end + def subnet + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Subnet + end + def gallery_image + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImage + end + def notification_channel + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannel + end def lab_virtual_machine Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachine end def lab_virtual_machine_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineFragment end - def notification_channel - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannel + def secret + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Secret end def notification_channel_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelFragment end - def policy - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Policy - end def policy_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFragment end - def secret - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Secret + def virtual_network_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetworkFragment end def service_runner Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ServiceRunner end - def user - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User - end - def virtual_network - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork - end def user_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserFragment end - def virtual_network_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetworkFragment + def source_control_type + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType end def enable_status Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EnableStatus @@ -650,8 +560,8 @@ def enable_status def notification_status Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationStatus end - def source_control_type - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType + def windows_os_state + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsState end def storage_type Azure::DevTestLabs::Mgmt::V2016_05_15::Models::StorageType @@ -659,11 +569,11 @@ def storage_type def cost_threshold_status Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdStatus end - def windows_os_state - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsState + def virtual_network + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork end - def linux_os_state - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState + def user + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User end def custom_image_os_type Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImageOsType @@ -674,11 +584,8 @@ def host_caching_options def notification_channel_event_type Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelEventType end - def transport_protocol - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TransportProtocol - end - def virtual_machine_creation_source - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualMachineCreationSource + def linux_os_state + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState end def file_upload_options Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FileUploadOptions @@ -689,20 +596,23 @@ def premium_data_disk def target_cost_status Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TargetCostStatus end - def reporting_cycle_type - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ReportingCycleType + def virtual_machine_creation_source + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualMachineCreationSource end - def cost_type - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostType + def transport_protocol + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TransportProtocol + end + def policy_fact_name + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFactName end def http_status_code Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HttpStatusCode end - def policy_status - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyStatus + def reporting_cycle_type + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ReportingCycleType end - def policy_fact_name - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFactName + def cost_type + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostType end def policy_evaluator_type Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyEvaluatorType @@ -710,6 +620,96 @@ def policy_evaluator_type def usage_permission_type Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UsagePermissionType end + def event + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Event + end + def policy_status + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyStatus + end + def user_identity + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentity + end + def policy + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Policy + end + def schedule + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Schedule + end + def port + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Port + end + def external_subnet_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnetFragment + end + def gallery_image_reference + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReference + end + 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 + def week_details_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetailsFragment + end + def external_subnet + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnet + end + def hour_details_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetailsFragment + end + def week_details + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetails + end + def user_secret_store + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStore + end + def hour_details + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetails + end + def artifact_parameter_properties + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactParameterProperties + end + def artifact_install_properties + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallProperties + end + def response_with_continuation_lab + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLab + end + def parameters_value_file_info + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParametersValueFileInfo + end + def response_with_continuation_lab_virtual_machine + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVirtualMachine + end + def arm_template_info + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateInfo + end + def network_interface_properties + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NetworkInterfaceProperties + end + def response_with_continuation_user + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationUser + end + def lab_virtual_machine_creation_parameter + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineCreationParameter + end + def artifact_deployment_status_properties_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactDeploymentStatusPropertiesFragment + end + def formula_properties_from_vm + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FormulaPropertiesFromVm + end + def artifact_install_properties_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallPropertiesFragment + end end end end diff --git a/azure_sdk/lib/latest/modules/dns_profile_module.rb b/azure_sdk/lib/latest/modules/dns_profile_module.rb index 9eefb6b119..ee4cb2f311 100644 --- a/azure_sdk/lib/latest/modules/dns_profile_module.rb +++ b/azure_sdk/lib/latest/modules/dns_profile_module.rb @@ -11,29 +11,29 @@ module Mgmt Zones = Azure::Dns::Mgmt::V2018_03_01_preview::Zones module Models + RecordType = Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordType + Resource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::Resource + ZoneUpdate = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneUpdate + CaaRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::CaaRecord + ZoneType = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneType + SubResource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::SubResource RecordSetUpdateParameters = Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordSetUpdateParameters - ARecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ARecord RecordSetListResult = Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordSetListResult + AaaaRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::AaaaRecord + ARecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ARecord MxRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::MxRecord - SubResource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::SubResource PtrRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::PtrRecord - NsRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::NsRecord SrvRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::SrvRecord CnameRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::CnameRecord - SoaRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::SoaRecord - Resource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::Resource RecordSet = Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordSet - ZoneUpdate = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneUpdate - TxtRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::TxtRecord ZoneListResult = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneListResult - AaaaRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::AaaaRecord - CaaRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::CaaRecord + TxtRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::TxtRecord + NsRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::NsRecord + SoaRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::SoaRecord TrackedResource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::TrackedResource Zone = Azure::Dns::Mgmt::V2018_03_01_preview::Models::Zone ProxyResource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ProxyResource AzureEntityResource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::AzureEntityResource - ZoneType = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneType - RecordType = Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordType end class DnsManagementClass @@ -67,56 +67,62 @@ def method_missing(method, *args) end class ModelClasses + def record_type + Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordType + end + def resource + Azure::Dns::Mgmt::V2018_03_01_preview::Models::Resource + end + def zone_update + Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneUpdate + end + def caa_record + Azure::Dns::Mgmt::V2018_03_01_preview::Models::CaaRecord + end + def zone_type + Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneType + end + def sub_resource + Azure::Dns::Mgmt::V2018_03_01_preview::Models::SubResource + end def record_set_update_parameters Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordSetUpdateParameters end - def arecord - Azure::Dns::Mgmt::V2018_03_01_preview::Models::ARecord - end def record_set_list_result Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordSetListResult end + def aaaa_record + Azure::Dns::Mgmt::V2018_03_01_preview::Models::AaaaRecord + end + def arecord + Azure::Dns::Mgmt::V2018_03_01_preview::Models::ARecord + end def mx_record Azure::Dns::Mgmt::V2018_03_01_preview::Models::MxRecord end - def sub_resource - Azure::Dns::Mgmt::V2018_03_01_preview::Models::SubResource - end def ptr_record Azure::Dns::Mgmt::V2018_03_01_preview::Models::PtrRecord end - def ns_record - Azure::Dns::Mgmt::V2018_03_01_preview::Models::NsRecord - end def srv_record Azure::Dns::Mgmt::V2018_03_01_preview::Models::SrvRecord end def cname_record Azure::Dns::Mgmt::V2018_03_01_preview::Models::CnameRecord end - def soa_record - Azure::Dns::Mgmt::V2018_03_01_preview::Models::SoaRecord - end - def resource - Azure::Dns::Mgmt::V2018_03_01_preview::Models::Resource - end def record_set Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordSet end - def zone_update - Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneUpdate + def zone_list_result + Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneListResult end def txt_record Azure::Dns::Mgmt::V2018_03_01_preview::Models::TxtRecord end - def zone_list_result - Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneListResult - end - def aaaa_record - Azure::Dns::Mgmt::V2018_03_01_preview::Models::AaaaRecord + def ns_record + Azure::Dns::Mgmt::V2018_03_01_preview::Models::NsRecord end - def caa_record - Azure::Dns::Mgmt::V2018_03_01_preview::Models::CaaRecord + def soa_record + Azure::Dns::Mgmt::V2018_03_01_preview::Models::SoaRecord end def tracked_resource Azure::Dns::Mgmt::V2018_03_01_preview::Models::TrackedResource @@ -130,12 +136,6 @@ def proxy_resource def azure_entity_resource Azure::Dns::Mgmt::V2018_03_01_preview::Models::AzureEntityResource end - def zone_type - Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneType - end - def record_type - Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordType - 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 17698e5897..b5d684ace4 100644 --- a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb @@ -9,29 +9,30 @@ module EntitySearch EntitiesOperations = Azure::CognitiveServices::EntitySearch::V1_0::EntitiesOperations module Models + Entities = Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities + Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response ResponseBase = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase QueryContext = Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext + SearchResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse + SearchResultsAnswer = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer + Identifiable = Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable + Answer = Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer + Thing = Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing + CreativeWork = Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork + ErrorCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode + ErrorSubCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode + SafeSearch = Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch ContractualRulesContractualRule = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule EntitiesEntityPresentationInfo = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntitiesEntityPresentationInfo - Error = Azure::CognitiveServices::EntitySearch::V1_0::Models::Error ImageObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject - Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response - Thing = Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing - SearchResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse - Answer = Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer - SearchResultsAnswer = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer - Entities = Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities Places = Azure::CognitiveServices::EntitySearch::V1_0::Models::Places - Identifiable = Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable - ErrorResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse PostalAddress = Azure::CognitiveServices::EntitySearch::V1_0::Models::PostalAddress Place = Azure::CognitiveServices::EntitySearch::V1_0::Models::Place Organization = Azure::CognitiveServices::EntitySearch::V1_0::Models::Organization - CreativeWork = Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork Intangible = Azure::CognitiveServices::EntitySearch::V1_0::Models::Intangible + Error = Azure::CognitiveServices::EntitySearch::V1_0::Models::Error ContractualRulesAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution MediaObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject - CivicStructure = Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure LocalBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness TouristAttraction = Azure::CognitiveServices::EntitySearch::V1_0::Models::TouristAttraction Airport = Azure::CognitiveServices::EntitySearch::V1_0::Models::Airport @@ -49,12 +50,11 @@ 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 - EntityType = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType - ErrorCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode AnswerType = Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType ResponseFormat = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat - SafeSearch = Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch + CivicStructure = Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure + EntityType = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType + ErrorResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse end class EntitySearchDataClass @@ -87,50 +87,56 @@ def method_missing(method, *args) end class ModelClasses + def entities + Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities + end + def response + Azure::CognitiveServices::EntitySearch::V1_0::Models::Response + end def response_base Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase end def query_context Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext 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 + def search_response + Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse end - def error - Azure::CognitiveServices::EntitySearch::V1_0::Models::Error + def search_results_answer + Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer end - def image_object - Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject + def identifiable + Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable end - def response - Azure::CognitiveServices::EntitySearch::V1_0::Models::Response + def answer + Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer end def thing Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing end - def search_response - Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse + def creative_work + Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork end - def answer - Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer + def error_code + Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode end - def search_results_answer - Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer + def error_sub_code + Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode end - def entities - Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities + def safe_search + Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch end - def places - Azure::CognitiveServices::EntitySearch::V1_0::Models::Places + def contractual_rules_contractual_rule + Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule end - def identifiable - Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable + def entities_entity_presentation_info + Azure::CognitiveServices::EntitySearch::V1_0::Models::EntitiesEntityPresentationInfo end - def error_response - Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse + def image_object + Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject + end + def places + Azure::CognitiveServices::EntitySearch::V1_0::Models::Places end def postal_address Azure::CognitiveServices::EntitySearch::V1_0::Models::PostalAddress @@ -141,21 +147,18 @@ def place def organization Azure::CognitiveServices::EntitySearch::V1_0::Models::Organization end - def creative_work - Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork - end def intangible Azure::CognitiveServices::EntitySearch::V1_0::Models::Intangible end + def error + Azure::CognitiveServices::EntitySearch::V1_0::Models::Error + 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 def local_business Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness end @@ -207,23 +210,20 @@ def entity_query_scenario def entity_scenario Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario end - def entity_type - Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType - end - def error_code - Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode - end - def error_sub_code - Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode - end def answer_type Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType end def response_format Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat end - def safe_search - Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch + def civic_structure + Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure + end + def entity_type + Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType + end + def error_response + Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse 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 df9094bef8..ef57b4b016 100644 --- a/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb +++ b/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb @@ -190,9 +190,9 @@ module Mgmt Domains = Azure::EventGrid::Mgmt::V2018_09_15_preview::Domains DomainTopics = Azure::EventGrid::Mgmt::V2018_09_15_preview::DomainTopics EventSubscriptions = Azure::EventGrid::Mgmt::V2018_09_15_preview::EventSubscriptions - Operations = Azure::EventGrid::Mgmt::V2018_09_15_preview::Operations Topics = Azure::EventGrid::Mgmt::V2018_09_15_preview::Topics TopicTypes = Azure::EventGrid::Mgmt::V2018_09_15_preview::TopicTypes + Operations = Azure::EventGrid::Mgmt::V2018_09_15_preview::Operations module Models TopicSharedAccessKeys = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicSharedAccessKeys @@ -209,10 +209,7 @@ module Models JsonFieldWithDefault = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::JsonFieldWithDefault RetryPolicy = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::RetryPolicy JsonField = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::JsonField - Resource = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Resource - OperationsListResult = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::OperationsListResult DomainsListResult = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::DomainsListResult - Operation = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Operation EventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionDestination OperationInfo = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::OperationInfo DeadLetterDestination = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::DeadLetterDestination @@ -242,8 +239,8 @@ module Models HybridConnectionEventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::HybridConnectionEventSubscriptionDestination EventSubscription = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscription JsonInputSchemaMapping = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::JsonInputSchemaMapping - TrackedResource = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TrackedResource Topic = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Topic + Resource = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Resource EventType = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventType TopicTypeInfo = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicTypeInfo DomainProvisioningState = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::DomainProvisioningState @@ -253,10 +250,13 @@ module Models TopicProvisioningState = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicProvisioningState ResourceRegionType = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::ResourceRegionType TopicTypeProvisioningState = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicTypeProvisioningState + Operation = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Operation + OperationsListResult = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::OperationsListResult + TrackedResource = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TrackedResource end class EventGridManagementClass - attr_reader :domains, :domain_topics, :event_subscriptions, :operations, :topics, :topic_types, :configurable, :base_url, :options, :model_classes + attr_reader :domains, :domain_topics, :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 @@ -269,9 +269,9 @@ def initialize(configurable, base_url=nil, options=nil) @domains = @client_0.domains @domain_topics = @client_0.domain_topics @event_subscriptions = @client_0.event_subscriptions - @operations = @client_0.operations @topics = @client_0.topics @topic_types = @client_0.topic_types + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -332,18 +332,9 @@ def retry_policy def json_field Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::JsonField end - def resource - Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Resource - end - def operations_list_result - Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::OperationsListResult - end def domains_list_result Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::DomainsListResult end - def operation - Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Operation - end def event_subscription_destination Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionDestination end @@ -431,12 +422,12 @@ def event_subscription def json_input_schema_mapping Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::JsonInputSchemaMapping end - def tracked_resource - Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TrackedResource - end def topic Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Topic end + def resource + Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Resource + end def event_type Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventType end @@ -464,6 +455,15 @@ def resource_region_type def topic_type_provisioning_state Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicTypeProvisioningState end + def operation + Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Operation + end + def operations_list_result + Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::OperationsListResult + end + def tracked_resource + Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TrackedResource + end end end end diff --git a/azure_sdk/lib/latest/modules/eventhub_profile_module.rb b/azure_sdk/lib/latest/modules/eventhub_profile_module.rb index a5450d9115..b18bd00cdb 100644 --- a/azure_sdk/lib/latest/modules/eventhub_profile_module.rb +++ b/azure_sdk/lib/latest/modules/eventhub_profile_module.rb @@ -7,36 +7,36 @@ module Azure::Profiles::Latest module EventHub module Mgmt + Namespaces = Azure::EventHub::Mgmt::V2018_01_01_preview::Namespaces + Configuration = Azure::EventHub::Mgmt::V2018_01_01_preview::Configuration Operations = Azure::EventHub::Mgmt::V2018_01_01_preview::Operations Clusters = Azure::EventHub::Mgmt::V2018_01_01_preview::Clusters - Configuration = Azure::EventHub::Mgmt::V2018_01_01_preview::Configuration - Namespaces = Azure::EventHub::Mgmt::V2018_01_01_preview::Namespaces module Models - ClusterQuotaConfigurationProperties = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties - OperationDisplay = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationDisplay - ErrorResponse = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ErrorResponse - OperationListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationListResult - VirtualNetworkRuleListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRuleListResult + Cluster = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Cluster + EHNamespace = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespace + IpFilterRule = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRule + IPAction = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IPAction Resource = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Resource - Operation = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Operation + SkuName = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuName + VirtualNetworkRuleListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRuleListResult Sku = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Sku + OperationDisplay = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationDisplay + SkuTier = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuTier + Operation = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Operation + VirtualNetworkRule = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRule + OperationListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationListResult + ErrorResponse = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ErrorResponse + ClusterQuotaConfigurationProperties = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties ClusterListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterListResult IpFilterRuleListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRuleListResult ClusterSku = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterSku EHNamespaceListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespaceListResult TrackedResource = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::TrackedResource - Cluster = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Cluster - EHNamespace = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespace - IpFilterRule = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRule - VirtualNetworkRule = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRule - SkuName = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuName - SkuTier = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuTier - IPAction = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IPAction end class EventHubManagementClass - attr_reader :operations, :clusters, :configuration, :namespaces, :configurable, :base_url, :options, :model_classes + attr_reader :namespaces, :configuration, :operations, :clusters, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -46,10 +46,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @namespaces = @client_0.namespaces + @configuration = @client_0.configuration @operations = @client_0.operations @clusters = @client_0.clusters - @configuration = @client_0.configuration - @namespaces = @client_0.namespaces @model_classes = ModelClasses.new end @@ -68,29 +68,50 @@ def method_missing(method, *args) end class ModelClasses - def cluster_quota_configuration_properties - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties + def cluster + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Cluster end - def operation_display - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationDisplay + def ehnamespace + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespace end - def error_response - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ErrorResponse + def ip_filter_rule + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRule end - def operation_list_result - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationListResult + def ipaction + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IPAction + end + def resource + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Resource + end + def sku_name + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuName end def virtual_network_rule_list_result Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRuleListResult end - def resource - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Resource + def sku + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Sku + end + def operation_display + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationDisplay + end + def sku_tier + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuTier end def operation Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Operation end - def sku - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Sku + def virtual_network_rule + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRule + end + def operation_list_result + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationListResult + end + def error_response + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ErrorResponse + end + def cluster_quota_configuration_properties + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties end def cluster_list_result Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterListResult @@ -107,27 +128,6 @@ def ehnamespace_list_result def tracked_resource Azure::EventHub::Mgmt::V2018_01_01_preview::Models::TrackedResource end - def cluster - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Cluster - end - def ehnamespace - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespace - end - def ip_filter_rule - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRule - end - def virtual_network_rule - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRule - end - def sku_name - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuName - end - def sku_tier - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuTier - end - def ipaction - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IPAction - end end end end diff --git a/azure_sdk/lib/latest/modules/face_profile_module.rb b/azure_sdk/lib/latest/modules/face_profile_module.rb index 49fe08428f..10dab4d824 100644 --- a/azure_sdk/lib/latest/modules/face_profile_module.rb +++ b/azure_sdk/lib/latest/modules/face_profile_module.rb @@ -6,16 +6,23 @@ module Azure::Profiles::Latest module Face - Face = Azure::CognitiveServices::Face::V1_0::Face - PersonGroupPerson = Azure::CognitiveServices::Face::V1_0::PersonGroupPerson PersonGroupOperations = Azure::CognitiveServices::Face::V1_0::PersonGroupOperations FaceListOperations = Azure::CognitiveServices::Face::V1_0::FaceListOperations + Face = Azure::CognitiveServices::Face::V1_0::Face + PersonGroupPerson = Azure::CognitiveServices::Face::V1_0::PersonGroupPerson module Models - FindSimilarRequest = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest + NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel + GlassesType = Azure::CognitiveServices::Face::V1_0::Models::GlassesType + Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender + TrainingStatusType = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType + FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode + HairColorType = Azure::CognitiveServices::Face::V1_0::Models::HairColorType + FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType Error = Azure::CognitiveServices::Face::V1_0::Models::Error + APIError = Azure::CognitiveServices::Face::V1_0::Models::APIError + FindSimilarRequest = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest SimilarFace = Azure::CognitiveServices::Face::V1_0::Models::SimilarFace - FaceRectangle = Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle GroupRequest = Azure::CognitiveServices::Face::V1_0::Models::GroupRequest FaceLandmarks = Azure::CognitiveServices::Face::V1_0::Models::FaceLandmarks GroupResult = Azure::CognitiveServices::Face::V1_0::Models::GroupResult @@ -29,39 +36,32 @@ module Models VerifyFaceToPersonRequest = Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToPersonRequest Exposure = Azure::CognitiveServices::Face::V1_0::Models::Exposure VerifyFaceToFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToFaceRequest + FaceRectangle = Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle FaceAttributes = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributes - VerifyResult = Azure::CognitiveServices::Face::V1_0::Models::VerifyResult - APIError = Azure::CognitiveServices::Face::V1_0::Models::APIError PersistedFace = Azure::CognitiveServices::Face::V1_0::Models::PersistedFace FacialHair = Azure::CognitiveServices::Face::V1_0::Models::FacialHair + VerifyResult = Azure::CognitiveServices::Face::V1_0::Models::VerifyResult 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 - ImageUrl = Azure::CognitiveServices::Face::V1_0::Models::ImageUrl Hair = Azure::CognitiveServices::Face::V1_0::Models::Hair NameAndUserDataContract = Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract - DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace + ImageUrl = Azure::CognitiveServices::Face::V1_0::Models::ImageUrl UpdatePersonFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest - Blur = Azure::CognitiveServices::Face::V1_0::Models::Blur + DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace TrainingStatus = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus + Blur = Azure::CognitiveServices::Face::V1_0::Models::Blur + Person = Azure::CognitiveServices::Face::V1_0::Models::Person FaceList = Azure::CognitiveServices::Face::V1_0::Models::FaceList PersonGroup = Azure::CognitiveServices::Face::V1_0::Models::PersonGroup - Person = Azure::CognitiveServices::Face::V1_0::Models::Person - Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender - GlassesType = Azure::CognitiveServices::Face::V1_0::Models::GlassesType - 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 - FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode - TrainingStatusType = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType - FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType end class FaceDataClass - attr_reader :face, :person_group_person, :person_group_operations, :face_list_operations, :configurable, :base_url, :options, :model_classes + attr_reader :person_group_operations, :face_list_operations, :face, :person_group_person, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -71,10 +71,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @face = @client_0.face - @person_group_person = @client_0.person_group_person @person_group_operations = @client_0.person_group_operations @face_list_operations = @client_0.face_list_operations + @face = @client_0.face + @person_group_person = @client_0.person_group_person @model_classes = ModelClasses.new end @@ -93,18 +93,39 @@ def method_missing(method, *args) end class ModelClasses - def find_similar_request - Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest + def noise_level + Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel + end + def glasses_type + Azure::CognitiveServices::Face::V1_0::Models::GlassesType + end + def gender + Azure::CognitiveServices::Face::V1_0::Models::Gender + end + def training_status_type + Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType + end + def find_similar_match_mode + Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode + end + def hair_color_type + Azure::CognitiveServices::Face::V1_0::Models::HairColorType + end + def face_attribute_type + Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType end def error Azure::CognitiveServices::Face::V1_0::Models::Error end + def apierror + Azure::CognitiveServices::Face::V1_0::Models::APIError + end + def find_similar_request + Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest + end def similar_face Azure::CognitiveServices::Face::V1_0::Models::SimilarFace end - def face_rectangle - Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle - end def group_request Azure::CognitiveServices::Face::V1_0::Models::GroupRequest end @@ -144,21 +165,21 @@ def exposure def verify_face_to_face_request Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToFaceRequest end + def face_rectangle + Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle + end def face_attributes Azure::CognitiveServices::Face::V1_0::Models::FaceAttributes end - def verify_result - Azure::CognitiveServices::Face::V1_0::Models::VerifyResult - end - def apierror - Azure::CognitiveServices::Face::V1_0::Models::APIError - end def persisted_face Azure::CognitiveServices::Face::V1_0::Models::PersistedFace end def facial_hair Azure::CognitiveServices::Face::V1_0::Models::FacialHair end + def verify_result + Azure::CognitiveServices::Face::V1_0::Models::VerifyResult + end def coordinate Azure::CognitiveServices::Face::V1_0::Models::Coordinate end @@ -171,44 +192,35 @@ def occlusion def noise Azure::CognitiveServices::Face::V1_0::Models::Noise end - def image_url - Azure::CognitiveServices::Face::V1_0::Models::ImageUrl - 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 detected_face - Azure::CognitiveServices::Face::V1_0::Models::DetectedFace + def image_url + Azure::CognitiveServices::Face::V1_0::Models::ImageUrl end def update_person_face_request Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest end - def blur - Azure::CognitiveServices::Face::V1_0::Models::Blur + def detected_face + Azure::CognitiveServices::Face::V1_0::Models::DetectedFace end def training_status Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus end - def face_list - Azure::CognitiveServices::Face::V1_0::Models::FaceList - end - def person_group - Azure::CognitiveServices::Face::V1_0::Models::PersonGroup + def blur + Azure::CognitiveServices::Face::V1_0::Models::Blur end def person Azure::CognitiveServices::Face::V1_0::Models::Person end - def gender - Azure::CognitiveServices::Face::V1_0::Models::Gender - end - def glasses_type - Azure::CognitiveServices::Face::V1_0::Models::GlassesType + def face_list + Azure::CognitiveServices::Face::V1_0::Models::FaceList end - def hair_color_type - Azure::CognitiveServices::Face::V1_0::Models::HairColorType + def person_group + Azure::CognitiveServices::Face::V1_0::Models::PersonGroup end def accessory_type Azure::CognitiveServices::Face::V1_0::Models::AccessoryType @@ -219,18 +231,6 @@ def blur_level def exposure_level Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel end - def noise_level - Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel - end - def find_similar_match_mode - Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode - end - def training_status_type - Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType - end - def face_attribute_type - Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType - end end end end diff --git a/azure_sdk/lib/latest/modules/features_profile_module.rb b/azure_sdk/lib/latest/modules/features_profile_module.rb index b35902ef72..f8ec439407 100644 --- a/azure_sdk/lib/latest/modules/features_profile_module.rb +++ b/azure_sdk/lib/latest/modules/features_profile_module.rb @@ -10,11 +10,11 @@ module Mgmt Features = Azure::Features::Mgmt::V2015_12_01::Features module Models - OperationDisplay = Azure::Features::Mgmt::V2015_12_01::Models::OperationDisplay + OperationListResult = Azure::Features::Mgmt::V2015_12_01::Models::OperationListResult FeatureProperties = Azure::Features::Mgmt::V2015_12_01::Models::FeatureProperties - Operation = Azure::Features::Mgmt::V2015_12_01::Models::Operation + OperationDisplay = Azure::Features::Mgmt::V2015_12_01::Models::OperationDisplay FeatureOperationsListResult = Azure::Features::Mgmt::V2015_12_01::Models::FeatureOperationsListResult - OperationListResult = Azure::Features::Mgmt::V2015_12_01::Models::OperationListResult + Operation = Azure::Features::Mgmt::V2015_12_01::Models::Operation FeatureResult = Azure::Features::Mgmt::V2015_12_01::Models::FeatureResult end @@ -48,20 +48,20 @@ def method_missing(method, *args) end class ModelClasses - def operation_display - Azure::Features::Mgmt::V2015_12_01::Models::OperationDisplay + def operation_list_result + Azure::Features::Mgmt::V2015_12_01::Models::OperationListResult end def feature_properties Azure::Features::Mgmt::V2015_12_01::Models::FeatureProperties end - def operation - Azure::Features::Mgmt::V2015_12_01::Models::Operation + def operation_display + Azure::Features::Mgmt::V2015_12_01::Models::OperationDisplay end def feature_operations_list_result Azure::Features::Mgmt::V2015_12_01::Models::FeatureOperationsListResult end - def operation_list_result - Azure::Features::Mgmt::V2015_12_01::Models::OperationListResult + def operation + Azure::Features::Mgmt::V2015_12_01::Models::Operation end def feature_result Azure::Features::Mgmt::V2015_12_01::Models::FeatureResult diff --git a/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb b/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb index fada59715e..c74b445fb2 100644 --- a/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb +++ b/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb @@ -6,41 +6,23 @@ module Azure::Profiles::Latest module GraphRbac + ServicePrincipals = Azure::GraphRbac::V1_6::ServicePrincipals + Domains = Azure::GraphRbac::V1_6::Domains + Users = Azure::GraphRbac::V1_6::Users Objects = Azure::GraphRbac::V1_6::Objects Applications = Azure::GraphRbac::V1_6::Applications Groups = Azure::GraphRbac::V1_6::Groups - ServicePrincipals = Azure::GraphRbac::V1_6::ServicePrincipals - Users = Azure::GraphRbac::V1_6::Users - Domains = Azure::GraphRbac::V1_6::Domains module Models - GroupAddMemberParameters = Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters - GraphError = Azure::GraphRbac::V1_6::Models::GraphError - GroupCreateParameters = Azure::GraphRbac::V1_6::Models::GroupCreateParameters - KeyCredential = Azure::GraphRbac::V1_6::Models::KeyCredential - ResourceAccess = Azure::GraphRbac::V1_6::Models::ResourceAccess - GroupListResult = Azure::GraphRbac::V1_6::Models::GroupListResult - ApplicationCreateParameters = Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters - GroupGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsParameters - UserGetMemberGroupsResult = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsResult - ApplicationListResult = Azure::GraphRbac::V1_6::Models::ApplicationListResult - GroupGetMemberGroupsResult = Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsResult - KeyCredentialListResult = Azure::GraphRbac::V1_6::Models::KeyCredentialListResult - CheckGroupMembershipParameters = Azure::GraphRbac::V1_6::Models::CheckGroupMembershipParameters - KeyCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters - CheckGroupMembershipResult = Azure::GraphRbac::V1_6::Models::CheckGroupMembershipResult - PasswordCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters ServicePrincipalCreateParameters = Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters GetObjectsResult = Azure::GraphRbac::V1_6::Models::GetObjectsResult DomainListResult = Azure::GraphRbac::V1_6::Models::DomainListResult PasswordCredential = Azure::GraphRbac::V1_6::Models::PasswordCredential ServicePrincipalListResult = Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult - ApplicationUpdateParameters = Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters PasswordProfile = Azure::GraphRbac::V1_6::Models::PasswordProfile DirectoryObjectListResult = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult UserBase = Azure::GraphRbac::V1_6::Models::UserBase AADObject = Azure::GraphRbac::V1_6::Models::AADObject - Domain = Azure::GraphRbac::V1_6::Models::Domain RequiredResourceAccess = Azure::GraphRbac::V1_6::Models::RequiredResourceAccess GetObjectsParameters = Azure::GraphRbac::V1_6::Models::GetObjectsParameters PasswordCredentialListResult = Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult @@ -49,17 +31,35 @@ module Models UserListResult = Azure::GraphRbac::V1_6::Models::UserListResult DirectoryObject = Azure::GraphRbac::V1_6::Models::DirectoryObject UserGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters - Application = Azure::GraphRbac::V1_6::Models::Application + GroupCreateParameters = Azure::GraphRbac::V1_6::Models::GroupCreateParameters ADGroup = Azure::GraphRbac::V1_6::Models::ADGroup - ServicePrincipal = Azure::GraphRbac::V1_6::Models::ServicePrincipal + Application = Azure::GraphRbac::V1_6::Models::Application UserCreateParameters = Azure::GraphRbac::V1_6::Models::UserCreateParameters + ServicePrincipal = Azure::GraphRbac::V1_6::Models::ServicePrincipal UserUpdateParameters = Azure::GraphRbac::V1_6::Models::UserUpdateParameters - User = Azure::GraphRbac::V1_6::Models::User + ApplicationCreateParameters = Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters UserType = Azure::GraphRbac::V1_6::Models::UserType + ApplicationUpdateParameters = Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters + User = Azure::GraphRbac::V1_6::Models::User + Domain = Azure::GraphRbac::V1_6::Models::Domain + GroupAddMemberParameters = Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters + GraphError = Azure::GraphRbac::V1_6::Models::GraphError + KeyCredential = Azure::GraphRbac::V1_6::Models::KeyCredential + ResourceAccess = Azure::GraphRbac::V1_6::Models::ResourceAccess + GroupListResult = Azure::GraphRbac::V1_6::Models::GroupListResult + GroupGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsParameters + UserGetMemberGroupsResult = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsResult + ApplicationListResult = Azure::GraphRbac::V1_6::Models::ApplicationListResult + GroupGetMemberGroupsResult = Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsResult + KeyCredentialListResult = Azure::GraphRbac::V1_6::Models::KeyCredentialListResult + CheckGroupMembershipParameters = Azure::GraphRbac::V1_6::Models::CheckGroupMembershipParameters + KeyCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters + CheckGroupMembershipResult = Azure::GraphRbac::V1_6::Models::CheckGroupMembershipResult + PasswordCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters end class GraphRbacDataClass - attr_reader :objects, :applications, :groups, :service_principals, :users, :domains, :configurable, :base_url, :options, :model_classes + attr_reader :service_principals, :domains, :users, :objects, :applications, :groups, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -69,12 +69,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @service_principals = @client_0.service_principals + @domains = @client_0.domains + @users = @client_0.users @objects = @client_0.objects @applications = @client_0.applications @groups = @client_0.groups - @service_principals = @client_0.service_principals - @users = @client_0.users - @domains = @client_0.domains @model_classes = ModelClasses.new end @@ -93,54 +93,6 @@ def method_missing(method, *args) end class ModelClasses - def group_add_member_parameters - Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters - end - def graph_error - Azure::GraphRbac::V1_6::Models::GraphError - end - def group_create_parameters - Azure::GraphRbac::V1_6::Models::GroupCreateParameters - end - def key_credential - Azure::GraphRbac::V1_6::Models::KeyCredential - end - def resource_access - Azure::GraphRbac::V1_6::Models::ResourceAccess - end - def group_list_result - Azure::GraphRbac::V1_6::Models::GroupListResult - end - def application_create_parameters - Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters - end - def group_get_member_groups_parameters - Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsParameters - end - def user_get_member_groups_result - Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsResult - end - def application_list_result - Azure::GraphRbac::V1_6::Models::ApplicationListResult - end - def group_get_member_groups_result - Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsResult - end - def key_credential_list_result - Azure::GraphRbac::V1_6::Models::KeyCredentialListResult - end - def check_group_membership_parameters - Azure::GraphRbac::V1_6::Models::CheckGroupMembershipParameters - end - def key_credentials_update_parameters - Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters - end - def check_group_membership_result - Azure::GraphRbac::V1_6::Models::CheckGroupMembershipResult - end - def password_credentials_update_parameters - Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters - end def service_principal_create_parameters Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters end @@ -156,9 +108,6 @@ def password_credential def service_principal_list_result Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult end - def application_update_parameters - Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters - end def password_profile Azure::GraphRbac::V1_6::Models::PasswordProfile end @@ -171,9 +120,6 @@ def user_base def aadobject Azure::GraphRbac::V1_6::Models::AADObject end - def domain - Azure::GraphRbac::V1_6::Models::Domain - end def required_resource_access Azure::GraphRbac::V1_6::Models::RequiredResourceAccess end @@ -198,27 +144,81 @@ def directory_object def user_get_member_groups_parameters Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters end - def application - Azure::GraphRbac::V1_6::Models::Application + def group_create_parameters + Azure::GraphRbac::V1_6::Models::GroupCreateParameters end def adgroup Azure::GraphRbac::V1_6::Models::ADGroup end - def service_principal - Azure::GraphRbac::V1_6::Models::ServicePrincipal + def application + Azure::GraphRbac::V1_6::Models::Application end def user_create_parameters Azure::GraphRbac::V1_6::Models::UserCreateParameters end + def service_principal + Azure::GraphRbac::V1_6::Models::ServicePrincipal + end def user_update_parameters Azure::GraphRbac::V1_6::Models::UserUpdateParameters end - def user - Azure::GraphRbac::V1_6::Models::User + def application_create_parameters + Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters end def user_type Azure::GraphRbac::V1_6::Models::UserType end + def application_update_parameters + Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters + end + def user + Azure::GraphRbac::V1_6::Models::User + end + def domain + Azure::GraphRbac::V1_6::Models::Domain + end + def group_add_member_parameters + Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters + end + def graph_error + Azure::GraphRbac::V1_6::Models::GraphError + end + def key_credential + Azure::GraphRbac::V1_6::Models::KeyCredential + end + def resource_access + Azure::GraphRbac::V1_6::Models::ResourceAccess + end + def group_list_result + Azure::GraphRbac::V1_6::Models::GroupListResult + end + def group_get_member_groups_parameters + Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsParameters + end + def user_get_member_groups_result + Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsResult + end + def application_list_result + Azure::GraphRbac::V1_6::Models::ApplicationListResult + end + def group_get_member_groups_result + Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsResult + end + def key_credential_list_result + Azure::GraphRbac::V1_6::Models::KeyCredentialListResult + end + def check_group_membership_parameters + Azure::GraphRbac::V1_6::Models::CheckGroupMembershipParameters + end + def key_credentials_update_parameters + Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters + end + def check_group_membership_result + Azure::GraphRbac::V1_6::Models::CheckGroupMembershipResult + end + def password_credentials_update_parameters + Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters + end end end end diff --git a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb index 5dbb122fb9..fece2f2826 100644 --- a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb @@ -9,37 +9,42 @@ module ImageSearch ImagesOperations = Azure::CognitiveServices::ImageSearch::V1_0::ImagesOperations module Models + Response = Azure::CognitiveServices::ImageSearch::V1_0::Models::Response + ResponseBase = Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase + Query = Azure::CognitiveServices::ImageSearch::V1_0::Models::Query + WebPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage + SearchResultsAnswer = Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer + Identifiable = Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable + Answer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer + Thing = Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing + CreativeWork = Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork + ErrorCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode + ErrorSubCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode + 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 + Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error + MediaObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject + StructuredValue = Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue + Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images 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 TrendingImagesCategory = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesCategory - Query = Azure::CognitiveServices::ImageSearch::V1_0::Models::Query PivotSuggestions = Azure::CognitiveServices::ImageSearch::V1_0::Models::PivotSuggestions RelatedCollectionsModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedCollectionsModule ImageTagsModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageTagsModule RecipesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecipesModule ImagesImageMetadata = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesImageMetadata ImageInsightsImageCaption = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightsImageCaption - ResponseBase = Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase - Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error TrendingImagesTile = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesTile ImagesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesModule - Thing = Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing - Organization = Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization AggregateRating = Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateRating Offer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Offer AggregateOffer = Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateOffer - MediaObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject - ImageObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject - SearchResultsAnswer = Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer - Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images - Identifiable = Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable - Response = Azure::CognitiveServices::ImageSearch::V1_0::Models::Response - Answer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer - CreativeWork = Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork - ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse ImageGallery = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageGallery Recipe = Azure::CognitiveServices::ImageSearch::V1_0::Models::Recipe NormalizedRectangle = Azure::CognitiveServices::ImageSearch::V1_0::Models::NormalizedRectangle @@ -47,24 +52,19 @@ module Models RecognizedEntityRegion = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityRegion ImageInsights = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights TrendingImages = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages - WebPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage - Person = Azure::CognitiveServices::ImageSearch::V1_0::Models::Person - Intangible = Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible Rating = Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating CollectionPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage - StructuredValue = Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue Currency = Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency ItemAvailability = Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability - ErrorCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode ImageAspect = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect ImageColor = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor Freshness = Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness ImageContent = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent - ImageType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType ImageLicense = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense - SafeSearch = Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch ImageSize = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize + ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse + ImageType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType + Person = Azure::CognitiveServices::ImageSearch::V1_0::Models::Person ImageCropType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType ImageInsightModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule end @@ -99,6 +99,63 @@ def method_missing(method, *args) end class ModelClasses + def response + Azure::CognitiveServices::ImageSearch::V1_0::Models::Response + end + def response_base + Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase + end + def query + Azure::CognitiveServices::ImageSearch::V1_0::Models::Query + end + def web_page + Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage + end + def search_results_answer + Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer + end + def identifiable + Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable + end + def answer + Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer + end + def thing + Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing + end + def creative_work + Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork + end + def error_code + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode + end + def error_sub_code + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode + end + 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 error + Azure::CognitiveServices::ImageSearch::V1_0::Models::Error + end + def media_object + Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject + end + def structured_value + Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue + end + def images + Azure::CognitiveServices::ImageSearch::V1_0::Models::Images + end def related_searches_module Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule end @@ -117,9 +174,6 @@ def recognized_entity_group def trending_images_category Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesCategory end - def query - Azure::CognitiveServices::ImageSearch::V1_0::Models::Query - end def pivot_suggestions Azure::CognitiveServices::ImageSearch::V1_0::Models::PivotSuggestions end @@ -138,24 +192,12 @@ def images_image_metadata def image_insights_image_caption Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightsImageCaption end - def response_base - Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase - end - def error - Azure::CognitiveServices::ImageSearch::V1_0::Models::Error - end def trending_images_tile Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesTile end def images_module Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesModule end - def thing - Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing - end - def organization - Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization - end def aggregate_rating Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateRating end @@ -165,33 +207,6 @@ def offer def aggregate_offer Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateOffer end - def media_object - Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject - end - def image_object - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject - end - def search_results_answer - Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer - end - def images - Azure::CognitiveServices::ImageSearch::V1_0::Models::Images - end - def identifiable - Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable - end - def response - Azure::CognitiveServices::ImageSearch::V1_0::Models::Response - end - def answer - Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer - end - def creative_work - Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork - end - def error_response - Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse - end def image_gallery Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageGallery end @@ -213,36 +228,18 @@ def image_insights def trending_images Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages end - def web_page - Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage - end - def person - Azure::CognitiveServices::ImageSearch::V1_0::Models::Person - end - def intangible - Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible - end def rating Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating end def collection_page Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage end - def structured_value - Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue - end def currency Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency end def item_availability Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability end - def error_code - Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode - end - def error_sub_code - Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode - end def image_aspect Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect end @@ -255,18 +252,21 @@ def freshness def image_content Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent end - def image_type - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType - end def image_license Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense end - def safe_search - Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch - end def image_size Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize end + def error_response + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse + end + def image_type + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType + end + def person + Azure::CognitiveServices::ImageSearch::V1_0::Models::Person + end def image_crop_type Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType end diff --git a/azure_sdk/lib/latest/modules/iotcentral_profile_module.rb b/azure_sdk/lib/latest/modules/iotcentral_profile_module.rb index 72c6b47929..87728edeef 100644 --- a/azure_sdk/lib/latest/modules/iotcentral_profile_module.rb +++ b/azure_sdk/lib/latest/modules/iotcentral_profile_module.rb @@ -7,27 +7,27 @@ module Azure::Profiles::Latest module IotCentral module Mgmt - Apps = Azure::IotCentral::Mgmt::V2018_09_01::Apps Operations = Azure::IotCentral::Mgmt::V2018_09_01::Operations + Apps = Azure::IotCentral::Mgmt::V2018_09_01::Apps module Models - AppListResult = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppListResult - AppSkuInfo = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSkuInfo + Resource = Azure::IotCentral::Mgmt::V2018_09_01::Models::Resource + ErrorDetails = Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorDetails OperationDisplay = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationDisplay - AppPatch = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppPatch Operation = Azure::IotCentral::Mgmt::V2018_09_01::Models::Operation ErrorResponseBody = Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorResponseBody - OperationListResult = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationListResult - Resource = Azure::IotCentral::Mgmt::V2018_09_01::Models::Resource + AppListResult = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppListResult + AppSkuInfo = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSkuInfo + AppPatch = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppPatch OperationInputs = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationInputs - ErrorDetails = Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorDetails AppAvailabilityInfo = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppAvailabilityInfo + OperationListResult = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationListResult App = Azure::IotCentral::Mgmt::V2018_09_01::Models::App AppSku = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSku end class IotCentralManagementClass - attr_reader :apps, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :apps, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -37,8 +37,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @apps = @client_0.apps @operations = @client_0.operations + @apps = @client_0.apps @model_classes = ModelClasses.new end @@ -57,39 +57,39 @@ def method_missing(method, *args) end class ModelClasses - def app_list_result - Azure::IotCentral::Mgmt::V2018_09_01::Models::AppListResult + def resource + Azure::IotCentral::Mgmt::V2018_09_01::Models::Resource end - def app_sku_info - Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSkuInfo + def error_details + Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorDetails end def operation_display Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationDisplay end - def app_patch - Azure::IotCentral::Mgmt::V2018_09_01::Models::AppPatch - end def operation Azure::IotCentral::Mgmt::V2018_09_01::Models::Operation end def error_response_body Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorResponseBody end - def operation_list_result - Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationListResult + def app_list_result + Azure::IotCentral::Mgmt::V2018_09_01::Models::AppListResult end - def resource - Azure::IotCentral::Mgmt::V2018_09_01::Models::Resource + def app_sku_info + Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSkuInfo + end + def app_patch + Azure::IotCentral::Mgmt::V2018_09_01::Models::AppPatch end def operation_inputs Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationInputs end - def error_details - Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorDetails - end def app_availability_info Azure::IotCentral::Mgmt::V2018_09_01::Models::AppAvailabilityInfo end + def operation_list_result + Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationListResult + end def app Azure::IotCentral::Mgmt::V2018_09_01::Models::App end diff --git a/azure_sdk/lib/latest/modules/iothub_profile_module.rb b/azure_sdk/lib/latest/modules/iothub_profile_module.rb index af6e3b6a7e..6394c238b1 100644 --- a/azure_sdk/lib/latest/modules/iothub_profile_module.rb +++ b/azure_sdk/lib/latest/modules/iothub_profile_module.rb @@ -7,48 +7,12 @@ module Azure::Profiles::Latest module IotHub module Mgmt - Operations = Azure::IotHub::Mgmt::V2018_04_01::Operations - IotHubResource = Azure::IotHub::Mgmt::V2018_04_01::IotHubResource ResourceProviderCommon = Azure::IotHub::Mgmt::V2018_04_01::ResourceProviderCommon Certificates = Azure::IotHub::Mgmt::V2018_04_01::Certificates + Operations = Azure::IotHub::Mgmt::V2018_04_01::Operations + IotHubResource = Azure::IotHub::Mgmt::V2018_04_01::IotHubResource module Models - ErrorDetails = Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails - IotHubQuotaMetricInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubQuotaMetricInfo - CertificateProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateProperties - IotHubQuotaMetricInfoListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubQuotaMetricInfoListResult - CertificateListDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateListDescription - EndpointHealthData = Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthData - CertificatePropertiesWithNonce = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificatePropertiesWithNonce - EndpointHealthDataListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthDataListResult - SharedAccessSignatureAuthorizationRule = Azure::IotHub::Mgmt::V2018_04_01::Models::SharedAccessSignatureAuthorizationRule - RegistryStatistics = Azure::IotHub::Mgmt::V2018_04_01::Models::RegistryStatistics - EventHubProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubProperties - JobResponse = Azure::IotHub::Mgmt::V2018_04_01::Models::JobResponse - RoutingServiceBusTopicEndpointProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusTopicEndpointProperties - JobResponseListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::JobResponseListResult - RoutingStorageContainerProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingStorageContainerProperties - IotHubCapacity = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubCapacity - RouteProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteProperties - IotHubSkuDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuDescription - RoutingProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingProperties - TagsResource = Azure::IotHub::Mgmt::V2018_04_01::Models::TagsResource - MessagingEndpointProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::MessagingEndpointProperties - EventHubConsumerGroupInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubConsumerGroupInfo - CloudToDeviceProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::CloudToDeviceProperties - EventHubConsumerGroupsListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubConsumerGroupsListResult - IotHubProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubProperties - IotHubSkuDescriptionListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuDescriptionListResult - Resource = Azure::IotHub::Mgmt::V2018_04_01::Models::Resource - IotHubDescriptionListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescriptionListResult - OperationDisplay = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationDisplay - OperationInputs = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationInputs - OperationListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationListResult - IotHubNameAvailabilityInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameAvailabilityInfo - CertificateDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateDescription - Name = Azure::IotHub::Mgmt::V2018_04_01::Models::Name - CertificateWithNonceDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateWithNonceDescription - UserSubscriptionQuota = Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuota RoutingServiceBusQueueEndpointProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusQueueEndpointProperties UserSubscriptionQuotaListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuotaListResult RoutingEndpoints = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEndpoints @@ -61,7 +25,6 @@ module Models TestAllRoutesResult = Azure::IotHub::Mgmt::V2018_04_01::Models::TestAllRoutesResult CertificateVerificationDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateVerificationDescription TestRouteInput = Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteInput - IpFilterRule = Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterRule RouteErrorPosition = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorPosition FallbackRouteProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::FallbackRouteProperties RouteErrorRange = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorRange @@ -73,7 +36,6 @@ module Models TestRouteResult = Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResult RoutingEventHubProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEventHubProperties ExportDevicesRequest = Azure::IotHub::Mgmt::V2018_04_01::Models::ExportDevicesRequest - Operation = Azure::IotHub::Mgmt::V2018_04_01::Models::Operation ImportDevicesRequest = Azure::IotHub::Mgmt::V2018_04_01::Models::ImportDevicesRequest IotHubDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescription AccessRights = Azure::IotHub::Mgmt::V2018_04_01::Models::AccessRights @@ -83,17 +45,55 @@ module Models Capabilities = Azure::IotHub::Mgmt::V2018_04_01::Models::Capabilities IotHubSku = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSku IotHubSkuTier = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuTier + Name = Azure::IotHub::Mgmt::V2018_04_01::Models::Name EndpointHealthStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthStatus JobType = Azure::IotHub::Mgmt::V2018_04_01::Models::JobType - JobStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::JobStatus IotHubScaleType = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubScaleType IotHubNameUnavailabilityReason = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameUnavailabilityReason TestResultStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::TestResultStatus RouteErrorSeverity = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorSeverity + IpFilterRule = Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterRule + Resource = Azure::IotHub::Mgmt::V2018_04_01::Models::Resource + ErrorDetails = Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails + OperationDisplay = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationDisplay + JobStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::JobStatus + Operation = Azure::IotHub::Mgmt::V2018_04_01::Models::Operation + OperationListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationListResult + OperationInputs = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationInputs + IotHubQuotaMetricInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubQuotaMetricInfo + CertificateProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateProperties + IotHubQuotaMetricInfoListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubQuotaMetricInfoListResult + CertificateListDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateListDescription + EndpointHealthData = Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthData + CertificatePropertiesWithNonce = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificatePropertiesWithNonce + EndpointHealthDataListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthDataListResult + SharedAccessSignatureAuthorizationRule = Azure::IotHub::Mgmt::V2018_04_01::Models::SharedAccessSignatureAuthorizationRule + RegistryStatistics = Azure::IotHub::Mgmt::V2018_04_01::Models::RegistryStatistics + EventHubProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubProperties + JobResponse = Azure::IotHub::Mgmt::V2018_04_01::Models::JobResponse + RoutingServiceBusTopicEndpointProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusTopicEndpointProperties + JobResponseListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::JobResponseListResult + RoutingStorageContainerProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingStorageContainerProperties + IotHubCapacity = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubCapacity + RouteProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteProperties + IotHubSkuDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuDescription + RoutingProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingProperties + TagsResource = Azure::IotHub::Mgmt::V2018_04_01::Models::TagsResource + MessagingEndpointProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::MessagingEndpointProperties + EventHubConsumerGroupInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubConsumerGroupInfo + CloudToDeviceProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::CloudToDeviceProperties + EventHubConsumerGroupsListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubConsumerGroupsListResult + IotHubProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubProperties + IotHubSkuDescriptionListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuDescriptionListResult + IotHubDescriptionListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescriptionListResult + IotHubNameAvailabilityInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameAvailabilityInfo + CertificateDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateDescription + CertificateWithNonceDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateWithNonceDescription + UserSubscriptionQuota = Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuota end class IotHubManagementClass - attr_reader :operations, :iot_hub_resource, :resource_provider_common, :certificates, :configurable, :base_url, :options, :model_classes + attr_reader :resource_provider_common, :certificates, :operations, :iot_hub_resource, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -103,10 +103,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations - @iot_hub_resource = @client_0.iot_hub_resource @resource_provider_common = @client_0.resource_provider_common @certificates = @client_0.certificates + @operations = @client_0.operations + @iot_hub_resource = @client_0.iot_hub_resource @model_classes = ModelClasses.new end @@ -125,114 +125,6 @@ def method_missing(method, *args) end class ModelClasses - def error_details - Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails - end - def iot_hub_quota_metric_info - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubQuotaMetricInfo - end - def certificate_properties - Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateProperties - end - def iot_hub_quota_metric_info_list_result - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubQuotaMetricInfoListResult - end - def certificate_list_description - Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateListDescription - end - def endpoint_health_data - Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthData - end - def certificate_properties_with_nonce - Azure::IotHub::Mgmt::V2018_04_01::Models::CertificatePropertiesWithNonce - end - def endpoint_health_data_list_result - Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthDataListResult - end - def shared_access_signature_authorization_rule - Azure::IotHub::Mgmt::V2018_04_01::Models::SharedAccessSignatureAuthorizationRule - end - def registry_statistics - Azure::IotHub::Mgmt::V2018_04_01::Models::RegistryStatistics - end - def event_hub_properties - Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubProperties - end - def job_response - Azure::IotHub::Mgmt::V2018_04_01::Models::JobResponse - end - def routing_service_bus_topic_endpoint_properties - Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusTopicEndpointProperties - end - def job_response_list_result - Azure::IotHub::Mgmt::V2018_04_01::Models::JobResponseListResult - end - def routing_storage_container_properties - Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingStorageContainerProperties - end - def iot_hub_capacity - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubCapacity - end - def route_properties - Azure::IotHub::Mgmt::V2018_04_01::Models::RouteProperties - end - def iot_hub_sku_description - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuDescription - end - def routing_properties - Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingProperties - end - def tags_resource - Azure::IotHub::Mgmt::V2018_04_01::Models::TagsResource - end - def messaging_endpoint_properties - Azure::IotHub::Mgmt::V2018_04_01::Models::MessagingEndpointProperties - end - def event_hub_consumer_group_info - Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubConsumerGroupInfo - end - def cloud_to_device_properties - Azure::IotHub::Mgmt::V2018_04_01::Models::CloudToDeviceProperties - end - def event_hub_consumer_groups_list_result - Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubConsumerGroupsListResult - end - def iot_hub_properties - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubProperties - end - def iot_hub_sku_description_list_result - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuDescriptionListResult - end - def resource - Azure::IotHub::Mgmt::V2018_04_01::Models::Resource - end - def iot_hub_description_list_result - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescriptionListResult - end - def operation_display - Azure::IotHub::Mgmt::V2018_04_01::Models::OperationDisplay - end - def operation_inputs - Azure::IotHub::Mgmt::V2018_04_01::Models::OperationInputs - end - def operation_list_result - Azure::IotHub::Mgmt::V2018_04_01::Models::OperationListResult - end - def iot_hub_name_availability_info - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameAvailabilityInfo - end - def certificate_description - Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateDescription - end - def name - Azure::IotHub::Mgmt::V2018_04_01::Models::Name - end - def certificate_with_nonce_description - Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateWithNonceDescription - end - def user_subscription_quota - Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuota - end def routing_service_bus_queue_endpoint_properties Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusQueueEndpointProperties end @@ -269,9 +161,6 @@ def certificate_verification_description def test_route_input Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteInput end - def ip_filter_rule - Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterRule - end def route_error_position Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorPosition end @@ -305,9 +194,6 @@ def routing_event_hub_properties def export_devices_request Azure::IotHub::Mgmt::V2018_04_01::Models::ExportDevicesRequest end - def operation - Azure::IotHub::Mgmt::V2018_04_01::Models::Operation - end def import_devices_request Azure::IotHub::Mgmt::V2018_04_01::Models::ImportDevicesRequest end @@ -335,15 +221,15 @@ def iot_hub_sku def iot_hub_sku_tier Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuTier end + def name + Azure::IotHub::Mgmt::V2018_04_01::Models::Name + end def endpoint_health_status Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthStatus end def job_type Azure::IotHub::Mgmt::V2018_04_01::Models::JobType end - def job_status - Azure::IotHub::Mgmt::V2018_04_01::Models::JobStatus - end def iot_hub_scale_type Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubScaleType end @@ -356,6 +242,120 @@ def test_result_status def route_error_severity Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorSeverity end + def ip_filter_rule + Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterRule + end + def resource + Azure::IotHub::Mgmt::V2018_04_01::Models::Resource + end + def error_details + Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails + end + def operation_display + Azure::IotHub::Mgmt::V2018_04_01::Models::OperationDisplay + end + def job_status + Azure::IotHub::Mgmt::V2018_04_01::Models::JobStatus + end + def operation + Azure::IotHub::Mgmt::V2018_04_01::Models::Operation + end + def operation_list_result + Azure::IotHub::Mgmt::V2018_04_01::Models::OperationListResult + end + def operation_inputs + Azure::IotHub::Mgmt::V2018_04_01::Models::OperationInputs + end + def iot_hub_quota_metric_info + Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubQuotaMetricInfo + end + def certificate_properties + Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateProperties + end + def iot_hub_quota_metric_info_list_result + Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubQuotaMetricInfoListResult + end + def certificate_list_description + Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateListDescription + end + def endpoint_health_data + Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthData + end + def certificate_properties_with_nonce + Azure::IotHub::Mgmt::V2018_04_01::Models::CertificatePropertiesWithNonce + end + def endpoint_health_data_list_result + Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthDataListResult + end + def shared_access_signature_authorization_rule + Azure::IotHub::Mgmt::V2018_04_01::Models::SharedAccessSignatureAuthorizationRule + end + def registry_statistics + Azure::IotHub::Mgmt::V2018_04_01::Models::RegistryStatistics + end + def event_hub_properties + Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubProperties + end + def job_response + Azure::IotHub::Mgmt::V2018_04_01::Models::JobResponse + end + def routing_service_bus_topic_endpoint_properties + Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusTopicEndpointProperties + end + def job_response_list_result + Azure::IotHub::Mgmt::V2018_04_01::Models::JobResponseListResult + end + def routing_storage_container_properties + Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingStorageContainerProperties + end + def iot_hub_capacity + Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubCapacity + end + def route_properties + Azure::IotHub::Mgmt::V2018_04_01::Models::RouteProperties + end + def iot_hub_sku_description + Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuDescription + end + def routing_properties + Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingProperties + end + def tags_resource + Azure::IotHub::Mgmt::V2018_04_01::Models::TagsResource + end + def messaging_endpoint_properties + Azure::IotHub::Mgmt::V2018_04_01::Models::MessagingEndpointProperties + end + def event_hub_consumer_group_info + Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubConsumerGroupInfo + end + def cloud_to_device_properties + Azure::IotHub::Mgmt::V2018_04_01::Models::CloudToDeviceProperties + end + def event_hub_consumer_groups_list_result + Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubConsumerGroupsListResult + end + def iot_hub_properties + Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubProperties + end + def iot_hub_sku_description_list_result + Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuDescriptionListResult + end + def iot_hub_description_list_result + Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescriptionListResult + end + def iot_hub_name_availability_info + Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameAvailabilityInfo + end + def certificate_description + Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateDescription + end + def certificate_with_nonce_description + Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateWithNonceDescription + end + def user_subscription_quota + Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuota + end end end end diff --git a/azure_sdk/lib/latest/modules/keyvault_profile_module.rb b/azure_sdk/lib/latest/modules/keyvault_profile_module.rb index c1b29471fb..fe18b069ad 100644 --- a/azure_sdk/lib/latest/modules/keyvault_profile_module.rb +++ b/azure_sdk/lib/latest/modules/keyvault_profile_module.rb @@ -9,104 +9,104 @@ module Azure::Profiles::Latest module KeyVault module Models - KeyRestoreParameters = Azure::KeyVault::V7_0::Models::KeyRestoreParameters - SecretSetParameters = Azure::KeyVault::V7_0::Models::SecretSetParameters - JsonWebKey = Azure::KeyVault::V7_0::Models::JsonWebKey - SecretUpdateParameters = Azure::KeyVault::V7_0::Models::SecretUpdateParameters - KeyBundle = Azure::KeyVault::V7_0::Models::KeyBundle - CertificateCreateParameters = Azure::KeyVault::V7_0::Models::CertificateCreateParameters + BackupCertificateResult = Azure::KeyVault::V7_0::Models::BackupCertificateResult + DeletedSasDefinitionListResult = Azure::KeyVault::V7_0::Models::DeletedSasDefinitionListResult + StorageRestoreParameters = Azure::KeyVault::V7_0::Models::StorageRestoreParameters + BackupStorageResult = Azure::KeyVault::V7_0::Models::BackupStorageResult + CertificateRestoreParameters = Azure::KeyVault::V7_0::Models::CertificateRestoreParameters + DeletedStorageListResult = Azure::KeyVault::V7_0::Models::DeletedStorageListResult + DeletedStorageBundle = Azure::KeyVault::V7_0::Models::DeletedStorageBundle + DeletedStorageAccountItem = Azure::KeyVault::V7_0::Models::DeletedStorageAccountItem + DeletedSasDefinitionBundle = Azure::KeyVault::V7_0::Models::DeletedSasDefinitionBundle + DeletedSasDefinitionItem = Azure::KeyVault::V7_0::Models::DeletedSasDefinitionItem + SasTokenType = Azure::KeyVault::V7_0::Models::SasTokenType + Action = Azure::KeyVault::V7_0::Models::Action + KeyOperationsParameters = Azure::KeyVault::V7_0::Models::KeyOperationsParameters KeySignParameters = Azure::KeyVault::V7_0::Models::KeySignParameters + JsonWebKey = Azure::KeyVault::V7_0::Models::JsonWebKey KeyVerifyParameters = Azure::KeyVault::V7_0::Models::KeyVerifyParameters - BackupCertificateResult = Azure::KeyVault::V7_0::Models::BackupCertificateResult + KeyBundle = Azure::KeyVault::V7_0::Models::KeyBundle KeyUpdateParameters = Azure::KeyVault::V7_0::Models::KeyUpdateParameters - SecretItem = Azure::KeyVault::V7_0::Models::SecretItem + KeyImportParameters = Azure::KeyVault::V7_0::Models::KeyImportParameters Attributes = Azure::KeyVault::V7_0::Models::Attributes KeyVaultError = Azure::KeyVault::V7_0::Models::KeyVaultError - SecretRestoreParameters = Azure::KeyVault::V7_0::Models::SecretRestoreParameters - SasDefinitionAttributes = Azure::KeyVault::V7_0::Models::SasDefinitionAttributes + SecretBundle = Azure::KeyVault::V7_0::Models::SecretBundle + StorageListResult = Azure::KeyVault::V7_0::Models::StorageListResult SasDefinitionUpdateParameters = Azure::KeyVault::V7_0::Models::SasDefinitionUpdateParameters KeyItem = Azure::KeyVault::V7_0::Models::KeyItem - CertificateIssuerItem = Azure::KeyVault::V7_0::Models::CertificateIssuerItem - SasDefinitionListResult = Azure::KeyVault::V7_0::Models::SasDefinitionListResult - SecretProperties = Azure::KeyVault::V7_0::Models::SecretProperties + SecretRestoreParameters = Azure::KeyVault::V7_0::Models::SecretRestoreParameters + SasDefinitionAttributes = Azure::KeyVault::V7_0::Models::SasDefinitionAttributes + CertificateItem = Azure::KeyVault::V7_0::Models::CertificateItem + KeyRestoreParameters = Azure::KeyVault::V7_0::Models::KeyRestoreParameters + KeyProperties = Azure::KeyVault::V7_0::Models::KeyProperties + SecretSetParameters = Azure::KeyVault::V7_0::Models::SecretSetParameters + SubjectAlternativeNames = Azure::KeyVault::V7_0::Models::SubjectAlternativeNames + SecretUpdateParameters = Azure::KeyVault::V7_0::Models::SecretUpdateParameters + Trigger = Azure::KeyVault::V7_0::Models::Trigger + CertificateCreateParameters = Azure::KeyVault::V7_0::Models::CertificateCreateParameters + LifetimeAction = Azure::KeyVault::V7_0::Models::LifetimeAction CertificateImportParameters = Azure::KeyVault::V7_0::Models::CertificateImportParameters - X509CertificateProperties = Azure::KeyVault::V7_0::Models::X509CertificateProperties + CertificatePolicy = Azure::KeyVault::V7_0::Models::CertificatePolicy CertificateUpdateParameters = Azure::KeyVault::V7_0::Models::CertificateUpdateParameters - Action = Azure::KeyVault::V7_0::Models::Action + SasDefinitionItem = Azure::KeyVault::V7_0::Models::SasDefinitionItem CertificateMergeParameters = Azure::KeyVault::V7_0::Models::CertificateMergeParameters - IssuerParameters = Azure::KeyVault::V7_0::Models::IssuerParameters CertificateIssuerSetParameters = Azure::KeyVault::V7_0::Models::CertificateIssuerSetParameters - CertificateBundle = Azure::KeyVault::V7_0::Models::CertificateBundle + IssuerCredentials = Azure::KeyVault::V7_0::Models::IssuerCredentials CertificateIssuerUpdateParameters = Azure::KeyVault::V7_0::Models::CertificateIssuerUpdateParameters - DeletedSasDefinitionListResult = Azure::KeyVault::V7_0::Models::DeletedSasDefinitionListResult + OrganizationDetails = Azure::KeyVault::V7_0::Models::OrganizationDetails CertificateOperationUpdateParameter = Azure::KeyVault::V7_0::Models::CertificateOperationUpdateParameter - CertificateOperation = Azure::KeyVault::V7_0::Models::CertificateOperation + IssuerBundle = Azure::KeyVault::V7_0::Models::IssuerBundle KeyOperationResult = Azure::KeyVault::V7_0::Models::KeyOperationResult - AdministratorDetails = Azure::KeyVault::V7_0::Models::AdministratorDetails + Contacts = Azure::KeyVault::V7_0::Models::Contacts KeyVerifyResult = Azure::KeyVault::V7_0::Models::KeyVerifyResult - IssuerAttributes = Azure::KeyVault::V7_0::Models::IssuerAttributes KeyListResult = Azure::KeyVault::V7_0::Models::KeyListResult - Contact = Azure::KeyVault::V7_0::Models::Contact + SasDefinitionCreateParameters = Azure::KeyVault::V7_0::Models::SasDefinitionCreateParameters DeletedKeyListResult = Azure::KeyVault::V7_0::Models::DeletedKeyListResult - KeyCreateParameters = Azure::KeyVault::V7_0::Models::KeyCreateParameters + CertificateIssuerItem = Azure::KeyVault::V7_0::Models::CertificateIssuerItem SecretListResult = Azure::KeyVault::V7_0::Models::SecretListResult - KeyOperationsParameters = Azure::KeyVault::V7_0::Models::KeyOperationsParameters + X509CertificateProperties = Azure::KeyVault::V7_0::Models::X509CertificateProperties DeletedSecretListResult = Azure::KeyVault::V7_0::Models::DeletedSecretListResult - SecretBundle = Azure::KeyVault::V7_0::Models::SecretBundle + IssuerParameters = Azure::KeyVault::V7_0::Models::IssuerParameters CertificateListResult = Azure::KeyVault::V7_0::Models::CertificateListResult - StorageRestoreParameters = Azure::KeyVault::V7_0::Models::StorageRestoreParameters + SasDefinitionBundle = Azure::KeyVault::V7_0::Models::SasDefinitionBundle DeletedCertificateListResult = Azure::KeyVault::V7_0::Models::DeletedCertificateListResult - KeyProperties = Azure::KeyVault::V7_0::Models::KeyProperties + AdministratorDetails = Azure::KeyVault::V7_0::Models::AdministratorDetails CertificateIssuerListResult = Azure::KeyVault::V7_0::Models::CertificateIssuerListResult - Trigger = Azure::KeyVault::V7_0::Models::Trigger + Contact = Azure::KeyVault::V7_0::Models::Contact BackupKeyResult = Azure::KeyVault::V7_0::Models::BackupKeyResult - CertificatePolicy = Azure::KeyVault::V7_0::Models::CertificatePolicy + SecretItem = Azure::KeyVault::V7_0::Models::SecretItem BackupSecretResult = Azure::KeyVault::V7_0::Models::BackupSecretResult - Error = Azure::KeyVault::V7_0::Models::Error - BackupStorageResult = Azure::KeyVault::V7_0::Models::BackupStorageResult - OrganizationDetails = Azure::KeyVault::V7_0::Models::OrganizationDetails + SecretProperties = Azure::KeyVault::V7_0::Models::SecretProperties PendingCertificateSigningRequestResult = Azure::KeyVault::V7_0::Models::PendingCertificateSigningRequestResult - Contacts = Azure::KeyVault::V7_0::Models::Contacts + CertificateBundle = Azure::KeyVault::V7_0::Models::CertificateBundle StorageAccountAttributes = Azure::KeyVault::V7_0::Models::StorageAccountAttributes - StorageBundle = Azure::KeyVault::V7_0::Models::StorageBundle - CertificateItem = Azure::KeyVault::V7_0::Models::CertificateItem - SasDefinitionItem = Azure::KeyVault::V7_0::Models::SasDefinitionItem - LifetimeAction = Azure::KeyVault::V7_0::Models::LifetimeAction + IssuerAttributes = Azure::KeyVault::V7_0::Models::IssuerAttributes + Error = Azure::KeyVault::V7_0::Models::Error + SasDefinitionListResult = Azure::KeyVault::V7_0::Models::SasDefinitionListResult StorageAccountCreateParameters = Azure::KeyVault::V7_0::Models::StorageAccountCreateParameters - IssuerCredentials = Azure::KeyVault::V7_0::Models::IssuerCredentials + CertificateOperation = Azure::KeyVault::V7_0::Models::CertificateOperation StorageAccountUpdateParameters = Azure::KeyVault::V7_0::Models::StorageAccountUpdateParameters - KeyImportParameters = Azure::KeyVault::V7_0::Models::KeyImportParameters StorageAccountRegenerteKeyParameters = Azure::KeyVault::V7_0::Models::StorageAccountRegenerteKeyParameters - SubjectAlternativeNames = Azure::KeyVault::V7_0::Models::SubjectAlternativeNames + KeyCreateParameters = Azure::KeyVault::V7_0::Models::KeyCreateParameters StorageAccountItem = Azure::KeyVault::V7_0::Models::StorageAccountItem - IssuerBundle = Azure::KeyVault::V7_0::Models::IssuerBundle - SasDefinitionBundle = Azure::KeyVault::V7_0::Models::SasDefinitionBundle - SasDefinitionCreateParameters = Azure::KeyVault::V7_0::Models::SasDefinitionCreateParameters - StorageListResult = Azure::KeyVault::V7_0::Models::StorageListResult - CertificateRestoreParameters = Azure::KeyVault::V7_0::Models::CertificateRestoreParameters - DeletedStorageListResult = Azure::KeyVault::V7_0::Models::DeletedStorageListResult KeyAttributes = Azure::KeyVault::V7_0::Models::KeyAttributes DeletedKeyBundle = Azure::KeyVault::V7_0::Models::DeletedKeyBundle + StorageBundle = Azure::KeyVault::V7_0::Models::StorageBundle DeletedKeyItem = Azure::KeyVault::V7_0::Models::DeletedKeyItem SecretAttributes = Azure::KeyVault::V7_0::Models::SecretAttributes DeletedSecretBundle = Azure::KeyVault::V7_0::Models::DeletedSecretBundle - DeletedSecretItem = Azure::KeyVault::V7_0::Models::DeletedSecretItem CertificateAttributes = Azure::KeyVault::V7_0::Models::CertificateAttributes DeletedCertificateBundle = Azure::KeyVault::V7_0::Models::DeletedCertificateBundle DeletedCertificateItem = Azure::KeyVault::V7_0::Models::DeletedCertificateItem - DeletedStorageBundle = Azure::KeyVault::V7_0::Models::DeletedStorageBundle - DeletedStorageAccountItem = Azure::KeyVault::V7_0::Models::DeletedStorageAccountItem - DeletedSasDefinitionBundle = Azure::KeyVault::V7_0::Models::DeletedSasDefinitionBundle - DeletedSasDefinitionItem = Azure::KeyVault::V7_0::Models::DeletedSasDefinitionItem JsonWebKeyType = Azure::KeyVault::V7_0::Models::JsonWebKeyType JsonWebKeyCurveName = Azure::KeyVault::V7_0::Models::JsonWebKeyCurveName + DeletedSecretItem = Azure::KeyVault::V7_0::Models::DeletedSecretItem DeletionRecoveryLevel = Azure::KeyVault::V7_0::Models::DeletionRecoveryLevel KeyUsageType = Azure::KeyVault::V7_0::Models::KeyUsageType ActionType = Azure::KeyVault::V7_0::Models::ActionType JsonWebKeyOperation = Azure::KeyVault::V7_0::Models::JsonWebKeyOperation JsonWebKeyEncryptionAlgorithm = Azure::KeyVault::V7_0::Models::JsonWebKeyEncryptionAlgorithm JsonWebKeySignatureAlgorithm = Azure::KeyVault::V7_0::Models::JsonWebKeySignatureAlgorithm - SasTokenType = Azure::KeyVault::V7_0::Models::SasTokenType end class KeyVaultDataClass @@ -138,38 +138,62 @@ def method_missing(method, *args) end class ModelClasses - def key_restore_parameters - Azure::KeyVault::V7_0::Models::KeyRestoreParameters + def backup_certificate_result + Azure::KeyVault::V7_0::Models::BackupCertificateResult end - def secret_set_parameters - Azure::KeyVault::V7_0::Models::SecretSetParameters + def deleted_sas_definition_list_result + Azure::KeyVault::V7_0::Models::DeletedSasDefinitionListResult end - def json_web_key - Azure::KeyVault::V7_0::Models::JsonWebKey + def storage_restore_parameters + Azure::KeyVault::V7_0::Models::StorageRestoreParameters end - def secret_update_parameters - Azure::KeyVault::V7_0::Models::SecretUpdateParameters + def backup_storage_result + Azure::KeyVault::V7_0::Models::BackupStorageResult end - def key_bundle - Azure::KeyVault::V7_0::Models::KeyBundle + def certificate_restore_parameters + Azure::KeyVault::V7_0::Models::CertificateRestoreParameters end - def certificate_create_parameters - Azure::KeyVault::V7_0::Models::CertificateCreateParameters + def deleted_storage_list_result + Azure::KeyVault::V7_0::Models::DeletedStorageListResult + end + def deleted_storage_bundle + Azure::KeyVault::V7_0::Models::DeletedStorageBundle + end + def deleted_storage_account_item + Azure::KeyVault::V7_0::Models::DeletedStorageAccountItem + end + def deleted_sas_definition_bundle + Azure::KeyVault::V7_0::Models::DeletedSasDefinitionBundle + end + def deleted_sas_definition_item + Azure::KeyVault::V7_0::Models::DeletedSasDefinitionItem + end + def sas_token_type + Azure::KeyVault::V7_0::Models::SasTokenType + end + def action + Azure::KeyVault::V7_0::Models::Action + end + def key_operations_parameters + Azure::KeyVault::V7_0::Models::KeyOperationsParameters end def key_sign_parameters Azure::KeyVault::V7_0::Models::KeySignParameters end + def json_web_key + Azure::KeyVault::V7_0::Models::JsonWebKey + end def key_verify_parameters Azure::KeyVault::V7_0::Models::KeyVerifyParameters end - def backup_certificate_result - Azure::KeyVault::V7_0::Models::BackupCertificateResult + def key_bundle + Azure::KeyVault::V7_0::Models::KeyBundle end def key_update_parameters Azure::KeyVault::V7_0::Models::KeyUpdateParameters end - def secret_item - Azure::KeyVault::V7_0::Models::SecretItem + def key_import_parameters + Azure::KeyVault::V7_0::Models::KeyImportParameters end def attributes Azure::KeyVault::V7_0::Models::Attributes @@ -177,11 +201,11 @@ def attributes def key_vault_error Azure::KeyVault::V7_0::Models::KeyVaultError end - def secret_restore_parameters - Azure::KeyVault::V7_0::Models::SecretRestoreParameters + def secret_bundle + Azure::KeyVault::V7_0::Models::SecretBundle end - def sas_definition_attributes - Azure::KeyVault::V7_0::Models::SasDefinitionAttributes + def storage_list_result + Azure::KeyVault::V7_0::Models::StorageListResult end def sas_definition_update_parameters Azure::KeyVault::V7_0::Models::SasDefinitionUpdateParameters @@ -189,189 +213,180 @@ def sas_definition_update_parameters def key_item Azure::KeyVault::V7_0::Models::KeyItem end - def certificate_issuer_item - Azure::KeyVault::V7_0::Models::CertificateIssuerItem + def secret_restore_parameters + Azure::KeyVault::V7_0::Models::SecretRestoreParameters end - def sas_definition_list_result - Azure::KeyVault::V7_0::Models::SasDefinitionListResult + def sas_definition_attributes + Azure::KeyVault::V7_0::Models::SasDefinitionAttributes end - def secret_properties - Azure::KeyVault::V7_0::Models::SecretProperties + def certificate_item + Azure::KeyVault::V7_0::Models::CertificateItem + end + def key_restore_parameters + Azure::KeyVault::V7_0::Models::KeyRestoreParameters + end + def key_properties + Azure::KeyVault::V7_0::Models::KeyProperties + end + def secret_set_parameters + Azure::KeyVault::V7_0::Models::SecretSetParameters + end + def subject_alternative_names + Azure::KeyVault::V7_0::Models::SubjectAlternativeNames + end + def secret_update_parameters + Azure::KeyVault::V7_0::Models::SecretUpdateParameters + end + def trigger + Azure::KeyVault::V7_0::Models::Trigger + end + def certificate_create_parameters + Azure::KeyVault::V7_0::Models::CertificateCreateParameters + end + def lifetime_action + Azure::KeyVault::V7_0::Models::LifetimeAction end def certificate_import_parameters Azure::KeyVault::V7_0::Models::CertificateImportParameters end - def x509_certificate_properties - Azure::KeyVault::V7_0::Models::X509CertificateProperties + def certificate_policy + Azure::KeyVault::V7_0::Models::CertificatePolicy end def certificate_update_parameters Azure::KeyVault::V7_0::Models::CertificateUpdateParameters end - def action - Azure::KeyVault::V7_0::Models::Action + def sas_definition_item + Azure::KeyVault::V7_0::Models::SasDefinitionItem end def certificate_merge_parameters Azure::KeyVault::V7_0::Models::CertificateMergeParameters end - def issuer_parameters - Azure::KeyVault::V7_0::Models::IssuerParameters - end def certificate_issuer_set_parameters Azure::KeyVault::V7_0::Models::CertificateIssuerSetParameters end - def certificate_bundle - Azure::KeyVault::V7_0::Models::CertificateBundle + def issuer_credentials + Azure::KeyVault::V7_0::Models::IssuerCredentials end def certificate_issuer_update_parameters Azure::KeyVault::V7_0::Models::CertificateIssuerUpdateParameters end - def deleted_sas_definition_list_result - Azure::KeyVault::V7_0::Models::DeletedSasDefinitionListResult + def organization_details + Azure::KeyVault::V7_0::Models::OrganizationDetails end def certificate_operation_update_parameter Azure::KeyVault::V7_0::Models::CertificateOperationUpdateParameter end - def certificate_operation - Azure::KeyVault::V7_0::Models::CertificateOperation + def issuer_bundle + Azure::KeyVault::V7_0::Models::IssuerBundle end def key_operation_result Azure::KeyVault::V7_0::Models::KeyOperationResult end - def administrator_details - Azure::KeyVault::V7_0::Models::AdministratorDetails + def contacts + Azure::KeyVault::V7_0::Models::Contacts end def key_verify_result Azure::KeyVault::V7_0::Models::KeyVerifyResult end - def issuer_attributes - Azure::KeyVault::V7_0::Models::IssuerAttributes - end def key_list_result Azure::KeyVault::V7_0::Models::KeyListResult end - def contact - Azure::KeyVault::V7_0::Models::Contact + def sas_definition_create_parameters + Azure::KeyVault::V7_0::Models::SasDefinitionCreateParameters end def deleted_key_list_result Azure::KeyVault::V7_0::Models::DeletedKeyListResult end - def key_create_parameters - Azure::KeyVault::V7_0::Models::KeyCreateParameters + def certificate_issuer_item + Azure::KeyVault::V7_0::Models::CertificateIssuerItem end def secret_list_result Azure::KeyVault::V7_0::Models::SecretListResult end - def key_operations_parameters - Azure::KeyVault::V7_0::Models::KeyOperationsParameters + def x509_certificate_properties + Azure::KeyVault::V7_0::Models::X509CertificateProperties end def deleted_secret_list_result Azure::KeyVault::V7_0::Models::DeletedSecretListResult end - def secret_bundle - Azure::KeyVault::V7_0::Models::SecretBundle + def issuer_parameters + Azure::KeyVault::V7_0::Models::IssuerParameters end def certificate_list_result Azure::KeyVault::V7_0::Models::CertificateListResult end - def storage_restore_parameters - Azure::KeyVault::V7_0::Models::StorageRestoreParameters + def sas_definition_bundle + Azure::KeyVault::V7_0::Models::SasDefinitionBundle end def deleted_certificate_list_result Azure::KeyVault::V7_0::Models::DeletedCertificateListResult end - def key_properties - Azure::KeyVault::V7_0::Models::KeyProperties + def administrator_details + Azure::KeyVault::V7_0::Models::AdministratorDetails end def certificate_issuer_list_result Azure::KeyVault::V7_0::Models::CertificateIssuerListResult end - def trigger - Azure::KeyVault::V7_0::Models::Trigger + def contact + Azure::KeyVault::V7_0::Models::Contact end def backup_key_result Azure::KeyVault::V7_0::Models::BackupKeyResult end - def certificate_policy - Azure::KeyVault::V7_0::Models::CertificatePolicy + def secret_item + Azure::KeyVault::V7_0::Models::SecretItem end def backup_secret_result Azure::KeyVault::V7_0::Models::BackupSecretResult end - def error - Azure::KeyVault::V7_0::Models::Error - end - def backup_storage_result - Azure::KeyVault::V7_0::Models::BackupStorageResult - end - def organization_details - Azure::KeyVault::V7_0::Models::OrganizationDetails + def secret_properties + Azure::KeyVault::V7_0::Models::SecretProperties end def pending_certificate_signing_request_result Azure::KeyVault::V7_0::Models::PendingCertificateSigningRequestResult end - def contacts - Azure::KeyVault::V7_0::Models::Contacts + def certificate_bundle + Azure::KeyVault::V7_0::Models::CertificateBundle end def storage_account_attributes Azure::KeyVault::V7_0::Models::StorageAccountAttributes end - def storage_bundle - Azure::KeyVault::V7_0::Models::StorageBundle - end - def certificate_item - Azure::KeyVault::V7_0::Models::CertificateItem + def issuer_attributes + Azure::KeyVault::V7_0::Models::IssuerAttributes end - def sas_definition_item - Azure::KeyVault::V7_0::Models::SasDefinitionItem + def error + Azure::KeyVault::V7_0::Models::Error end - def lifetime_action - Azure::KeyVault::V7_0::Models::LifetimeAction + def sas_definition_list_result + Azure::KeyVault::V7_0::Models::SasDefinitionListResult end def storage_account_create_parameters Azure::KeyVault::V7_0::Models::StorageAccountCreateParameters end - def issuer_credentials - Azure::KeyVault::V7_0::Models::IssuerCredentials + def certificate_operation + Azure::KeyVault::V7_0::Models::CertificateOperation end def storage_account_update_parameters Azure::KeyVault::V7_0::Models::StorageAccountUpdateParameters end - def key_import_parameters - Azure::KeyVault::V7_0::Models::KeyImportParameters - end def storage_account_regenerte_key_parameters Azure::KeyVault::V7_0::Models::StorageAccountRegenerteKeyParameters end - def subject_alternative_names - Azure::KeyVault::V7_0::Models::SubjectAlternativeNames + def key_create_parameters + Azure::KeyVault::V7_0::Models::KeyCreateParameters end def storage_account_item Azure::KeyVault::V7_0::Models::StorageAccountItem end - def issuer_bundle - Azure::KeyVault::V7_0::Models::IssuerBundle - end - def sas_definition_bundle - Azure::KeyVault::V7_0::Models::SasDefinitionBundle - end - def sas_definition_create_parameters - Azure::KeyVault::V7_0::Models::SasDefinitionCreateParameters - end - def storage_list_result - Azure::KeyVault::V7_0::Models::StorageListResult - end - def certificate_restore_parameters - Azure::KeyVault::V7_0::Models::CertificateRestoreParameters - end - def deleted_storage_list_result - Azure::KeyVault::V7_0::Models::DeletedStorageListResult - end def key_attributes Azure::KeyVault::V7_0::Models::KeyAttributes end def deleted_key_bundle Azure::KeyVault::V7_0::Models::DeletedKeyBundle end + def storage_bundle + Azure::KeyVault::V7_0::Models::StorageBundle + end def deleted_key_item Azure::KeyVault::V7_0::Models::DeletedKeyItem end @@ -381,9 +396,6 @@ def secret_attributes def deleted_secret_bundle Azure::KeyVault::V7_0::Models::DeletedSecretBundle end - def deleted_secret_item - Azure::KeyVault::V7_0::Models::DeletedSecretItem - end def certificate_attributes Azure::KeyVault::V7_0::Models::CertificateAttributes end @@ -393,24 +405,15 @@ def deleted_certificate_bundle def deleted_certificate_item Azure::KeyVault::V7_0::Models::DeletedCertificateItem end - def deleted_storage_bundle - Azure::KeyVault::V7_0::Models::DeletedStorageBundle - end - def deleted_storage_account_item - Azure::KeyVault::V7_0::Models::DeletedStorageAccountItem - end - def deleted_sas_definition_bundle - Azure::KeyVault::V7_0::Models::DeletedSasDefinitionBundle - end - def deleted_sas_definition_item - Azure::KeyVault::V7_0::Models::DeletedSasDefinitionItem - end def json_web_key_type Azure::KeyVault::V7_0::Models::JsonWebKeyType end def json_web_key_curve_name Azure::KeyVault::V7_0::Models::JsonWebKeyCurveName end + def deleted_secret_item + Azure::KeyVault::V7_0::Models::DeletedSecretItem + end def deletion_recovery_level Azure::KeyVault::V7_0::Models::DeletionRecoveryLevel end @@ -429,9 +432,6 @@ def json_web_key_encryption_algorithm def json_web_key_signature_algorithm Azure::KeyVault::V7_0::Models::JsonWebKeySignatureAlgorithm end - def sas_token_type - Azure::KeyVault::V7_0::Models::SasTokenType - end end end module Mgmt @@ -439,42 +439,42 @@ module Mgmt Operations = Azure::KeyVault::Mgmt::V2018_02_14::Operations module Models - VaultAccessPolicyParameters = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultAccessPolicyParameters + NetworkRuleBypassOptions = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleBypassOptions + NetworkRuleAction = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleAction Permissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::Permissions + Resource = Azure::KeyVault::Mgmt::V2018_02_14::Models::Resource + OperationDisplay = Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationDisplay DeletedVault = Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVault - IPRule = Azure::KeyVault::Mgmt::V2018_02_14::Models::IPRule VaultListResult = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultListResult - NetworkRuleSet = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleSet DeletedVaultListResult = Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVaultListResult - VaultPatchProperties = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchProperties - Resource = Azure::KeyVault::Mgmt::V2018_02_14::Models::Resource - DeletedVaultProperties = Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVaultProperties + VaultProperties = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultProperties + VaultAccessPolicyProperties = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultAccessPolicyProperties ResourceListResult = Azure::KeyVault::Mgmt::V2018_02_14::Models::ResourceListResult - VaultPatchParameters = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchParameters + VaultCreateOrUpdateParameters = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultCreateOrUpdateParameters VaultCheckNameAvailabilityParameters = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultCheckNameAvailabilityParameters - AccessPolicyEntry = Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyEntry + VaultAccessPolicyParameters = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultAccessPolicyParameters CheckNameAvailabilityResult = Azure::KeyVault::Mgmt::V2018_02_14::Models::CheckNameAvailabilityResult - VaultProperties = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultProperties - OperationDisplay = Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationDisplay - VaultCreateOrUpdateParameters = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultCreateOrUpdateParameters + VaultPatchProperties = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchProperties LogSpecification = Azure::KeyVault::Mgmt::V2018_02_14::Models::LogSpecification - VirtualNetworkRule = Azure::KeyVault::Mgmt::V2018_02_14::Models::VirtualNetworkRule + VaultPatchParameters = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchParameters ServiceSpecification = Azure::KeyVault::Mgmt::V2018_02_14::Models::ServiceSpecification - Sku = Azure::KeyVault::Mgmt::V2018_02_14::Models::Sku - Operation = Azure::KeyVault::Mgmt::V2018_02_14::Models::Operation - VaultAccessPolicyProperties = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultAccessPolicyProperties - OperationListResult = Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationListResult + AccessPolicyEntry = Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyEntry + DeletedVaultProperties = Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVaultProperties Vault = Azure::KeyVault::Mgmt::V2018_02_14::Models::Vault + OperationListResult = Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationListResult SkuName = Azure::KeyVault::Mgmt::V2018_02_14::Models::SkuName KeyPermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::KeyPermissions SecretPermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::SecretPermissions - CertificatePermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::CertificatePermissions + Operation = Azure::KeyVault::Mgmt::V2018_02_14::Models::Operation StoragePermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::StoragePermissions + CertificatePermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::CertificatePermissions + AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyUpdateKind CreateMode = Azure::KeyVault::Mgmt::V2018_02_14::Models::CreateMode - NetworkRuleBypassOptions = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleBypassOptions - NetworkRuleAction = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleAction Reason = Azure::KeyVault::Mgmt::V2018_02_14::Models::Reason - AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyUpdateKind + Sku = Azure::KeyVault::Mgmt::V2018_02_14::Models::Sku + VirtualNetworkRule = Azure::KeyVault::Mgmt::V2018_02_14::Models::VirtualNetworkRule + IPRule = Azure::KeyVault::Mgmt::V2018_02_14::Models::IPRule + NetworkRuleSet = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleSet end class KeyVaultManagementClass @@ -508,84 +508,75 @@ def method_missing(method, *args) end class ModelClasses - def vault_access_policy_parameters - Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultAccessPolicyParameters + def network_rule_bypass_options + Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleBypassOptions + end + def network_rule_action + Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleAction end def permissions Azure::KeyVault::Mgmt::V2018_02_14::Models::Permissions end + def resource + Azure::KeyVault::Mgmt::V2018_02_14::Models::Resource + end + def operation_display + Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationDisplay + end def deleted_vault Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVault end - def iprule - Azure::KeyVault::Mgmt::V2018_02_14::Models::IPRule - end def vault_list_result Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultListResult end - def network_rule_set - Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleSet - end def deleted_vault_list_result Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVaultListResult end - def vault_patch_properties - Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchProperties - end - def resource - Azure::KeyVault::Mgmt::V2018_02_14::Models::Resource + def vault_properties + Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultProperties end - def deleted_vault_properties - Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVaultProperties + def vault_access_policy_properties + Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultAccessPolicyProperties end def resource_list_result Azure::KeyVault::Mgmt::V2018_02_14::Models::ResourceListResult end - def vault_patch_parameters - Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchParameters + def vault_create_or_update_parameters + Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultCreateOrUpdateParameters end def vault_check_name_availability_parameters Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultCheckNameAvailabilityParameters end - def access_policy_entry - Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyEntry + def vault_access_policy_parameters + Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultAccessPolicyParameters end def check_name_availability_result Azure::KeyVault::Mgmt::V2018_02_14::Models::CheckNameAvailabilityResult end - def vault_properties - Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultProperties - end - def operation_display - Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationDisplay - end - def vault_create_or_update_parameters - Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultCreateOrUpdateParameters + def vault_patch_properties + Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchProperties end def log_specification Azure::KeyVault::Mgmt::V2018_02_14::Models::LogSpecification end - def virtual_network_rule - Azure::KeyVault::Mgmt::V2018_02_14::Models::VirtualNetworkRule + def vault_patch_parameters + Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchParameters end def service_specification Azure::KeyVault::Mgmt::V2018_02_14::Models::ServiceSpecification end - def sku - Azure::KeyVault::Mgmt::V2018_02_14::Models::Sku + def access_policy_entry + Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyEntry end - def operation - Azure::KeyVault::Mgmt::V2018_02_14::Models::Operation + def deleted_vault_properties + Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVaultProperties end - def vault_access_policy_properties - Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultAccessPolicyProperties + def vault + Azure::KeyVault::Mgmt::V2018_02_14::Models::Vault end def operation_list_result Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationListResult end - def vault - Azure::KeyVault::Mgmt::V2018_02_14::Models::Vault - end def sku_name Azure::KeyVault::Mgmt::V2018_02_14::Models::SkuName end @@ -595,26 +586,35 @@ def key_permissions def secret_permissions Azure::KeyVault::Mgmt::V2018_02_14::Models::SecretPermissions end - def certificate_permissions - Azure::KeyVault::Mgmt::V2018_02_14::Models::CertificatePermissions + def operation + Azure::KeyVault::Mgmt::V2018_02_14::Models::Operation end def storage_permissions Azure::KeyVault::Mgmt::V2018_02_14::Models::StoragePermissions end - def create_mode - Azure::KeyVault::Mgmt::V2018_02_14::Models::CreateMode + def certificate_permissions + Azure::KeyVault::Mgmt::V2018_02_14::Models::CertificatePermissions end - def network_rule_bypass_options - Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleBypassOptions + def access_policy_update_kind + Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyUpdateKind end - def network_rule_action - Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleAction + def create_mode + Azure::KeyVault::Mgmt::V2018_02_14::Models::CreateMode end def reason Azure::KeyVault::Mgmt::V2018_02_14::Models::Reason end - def access_policy_update_kind - Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyUpdateKind + def sku + Azure::KeyVault::Mgmt::V2018_02_14::Models::Sku + end + def virtual_network_rule + Azure::KeyVault::Mgmt::V2018_02_14::Models::VirtualNetworkRule + end + def iprule + Azure::KeyVault::Mgmt::V2018_02_14::Models::IPRule + end + def network_rule_set + Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleSet end end end diff --git a/azure_sdk/lib/latest/modules/links_profile_module.rb b/azure_sdk/lib/latest/modules/links_profile_module.rb index c35b95d1e8..a7c9038c3e 100644 --- a/azure_sdk/lib/latest/modules/links_profile_module.rb +++ b/azure_sdk/lib/latest/modules/links_profile_module.rb @@ -7,22 +7,22 @@ module Azure::Profiles::Latest module Links module Mgmt - Operations = Azure::Links::Mgmt::V2016_09_01::Operations ResourceLinks = Azure::Links::Mgmt::V2016_09_01::ResourceLinks + Operations = Azure::Links::Mgmt::V2016_09_01::Operations module Models - ResourceLinkResult = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkResult - OperationDisplay = Azure::Links::Mgmt::V2016_09_01::Models::OperationDisplay - ResourceLinkProperties = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkProperties - Operation = Azure::Links::Mgmt::V2016_09_01::Models::Operation - ResourceLinkFilter = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkFilter OperationListResult = Azure::Links::Mgmt::V2016_09_01::Models::OperationListResult ResourceLink = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink Filter = Azure::Links::Mgmt::V2016_09_01::Models::Filter + ResourceLinkResult = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkResult + OperationDisplay = Azure::Links::Mgmt::V2016_09_01::Models::OperationDisplay + ResourceLinkFilter = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkFilter + Operation = Azure::Links::Mgmt::V2016_09_01::Models::Operation + ResourceLinkProperties = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkProperties end class LinksManagementClass - attr_reader :operations, :resource_links, :configurable, :base_url, :options, :model_classes + attr_reader :resource_links, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -32,8 +32,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 @resource_links = @client_0.resource_links + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -52,29 +52,29 @@ def method_missing(method, *args) end class ModelClasses + def operation_list_result + Azure::Links::Mgmt::V2016_09_01::Models::OperationListResult + end + def resource_link + Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink + end + def filter + Azure::Links::Mgmt::V2016_09_01::Models::Filter + end def resource_link_result Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkResult end def operation_display Azure::Links::Mgmt::V2016_09_01::Models::OperationDisplay end - def resource_link_properties - Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkProperties - end - def operation - Azure::Links::Mgmt::V2016_09_01::Models::Operation - end def resource_link_filter Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkFilter end - def operation_list_result - Azure::Links::Mgmt::V2016_09_01::Models::OperationListResult - end - def resource_link - Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink + def operation + Azure::Links::Mgmt::V2016_09_01::Models::Operation end - def filter - Azure::Links::Mgmt::V2016_09_01::Models::Filter + def resource_link_properties + Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkProperties 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 175a6c7b5d..162ab67d61 100644 --- a/azure_sdk/lib/latest/modules/locks_profile_module.rb +++ b/azure_sdk/lib/latest/modules/locks_profile_module.rb @@ -11,13 +11,13 @@ module Mgmt ManagementLocks = Azure::Locks::Mgmt::V2016_09_01::ManagementLocks module Models + OperationListResult = Azure::Locks::Mgmt::V2016_09_01::Models::OperationListResult + ManagementLockObject = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockObject + LockLevel = Azure::Locks::Mgmt::V2016_09_01::Models::LockLevel OperationDisplay = Azure::Locks::Mgmt::V2016_09_01::Models::OperationDisplay ManagementLockOwner = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockOwner Operation = Azure::Locks::Mgmt::V2016_09_01::Models::Operation ManagementLockListResult = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockListResult - OperationListResult = Azure::Locks::Mgmt::V2016_09_01::Models::OperationListResult - ManagementLockObject = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockObject - LockLevel = Azure::Locks::Mgmt::V2016_09_01::Models::LockLevel end class LocksManagementClass @@ -51,6 +51,15 @@ def method_missing(method, *args) end class ModelClasses + def operation_list_result + Azure::Locks::Mgmt::V2016_09_01::Models::OperationListResult + end + def management_lock_object + Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockObject + end + def lock_level + Azure::Locks::Mgmt::V2016_09_01::Models::LockLevel + end def operation_display Azure::Locks::Mgmt::V2016_09_01::Models::OperationDisplay end @@ -63,15 +72,6 @@ def operation def management_lock_list_result Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockListResult end - def operation_list_result - Azure::Locks::Mgmt::V2016_09_01::Models::OperationListResult - end - def management_lock_object - Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockObject - end - def lock_level - Azure::Locks::Mgmt::V2016_09_01::Models::LockLevel - 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 2298e74248..23b2cc94e3 100644 --- a/azure_sdk/lib/latest/modules/logic_profile_module.rb +++ b/azure_sdk/lib/latest/modules/logic_profile_module.rb @@ -23,12 +23,19 @@ module Mgmt Maps = Azure::Logic::Mgmt::V2016_06_01::Maps Partners = Azure::Logic::Mgmt::V2016_06_01::Partners Agreements = Azure::Logic::Mgmt::V2016_06_01::Agreements - Certificates = Azure::Logic::Mgmt::V2016_06_01::Certificates Sessions = Azure::Logic::Mgmt::V2016_06_01::Sessions + Certificates = Azure::Logic::Mgmt::V2016_06_01::Certificates module Models - X12SecuritySettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12SecuritySettings + EventLevel = Azure::Logic::Mgmt::V2016_06_01::Models::EventLevel + AccessKeyType = Azure::Logic::Mgmt::V2016_06_01::Models::AccessKeyType + KeyType = Azure::Logic::Mgmt::V2016_06_01::Models::KeyType + OperationResult = Azure::Logic::Mgmt::V2016_06_01::Models::OperationResult Resource = Azure::Logic::Mgmt::V2016_06_01::Models::Resource + OperationDisplay = Azure::Logic::Mgmt::V2016_06_01::Models::OperationDisplay + Operation = Azure::Logic::Mgmt::V2016_06_01::Models::Operation + OperationListResult = Azure::Logic::Mgmt::V2016_06_01::Models::OperationListResult + X12SecuritySettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12SecuritySettings X12ProcessingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ProcessingSettings ResourceReference = Azure::Logic::Mgmt::V2016_06_01::Models::ResourceReference X12EnvelopeOverride = Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeOverride @@ -48,12 +55,9 @@ module Models X12EnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeSettings Correlation = Azure::Logic::Mgmt::V2016_06_01::Models::Correlation X12AcknowledgementSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12AcknowledgementSettings - ContentLink = Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink X12MessageFilter = Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageFilter WorkflowTriggerHistoryListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryListResult - SubResource = Azure::Logic::Mgmt::V2016_06_01::Models::SubResource WorkflowRunTrigger = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunTrigger - Sku = Azure::Logic::Mgmt::V2016_06_01::Models::Sku ArtifactProperties = Azure::Logic::Mgmt::V2016_06_01::Models::ArtifactProperties WorkflowRunFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunFilter AccessKeyRegenerateActionDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::AccessKeyRegenerateActionDefinition @@ -95,72 +99,67 @@ module Models EdifactDelimiterOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDelimiterOverride WorkflowTriggerListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListResult EdifactProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProtocolSettings - ContentHash = Azure::Logic::Mgmt::V2016_06_01::Models::ContentHash EdifactOneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactOneWayAgreement + ContentLink = Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink WorkflowTriggerHistoryFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryFilter - EdifactAgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAgreementContent WorkflowRunListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunListResult AgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementContent + ContentHash = Azure::Logic::Mgmt::V2016_06_01::Models::ContentHash AssemblyCollection = Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyCollection ErrorInfo = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorInfo - GenerateUpgradedDefinitionParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters + EdifactAgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAgreementContent IntegrationAccountAgreementListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementListResult - GetCallbackUrlParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters + GenerateUpgradedDefinitionParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters IntegrationAccountAgreementFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementFilter - IntegrationAccountSchemaFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter + GetCallbackUrlParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters KeyVaultKeyReferenceKeyVault = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReferenceKeyVault - IntegrationAccountMapFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter - KeyVaultKeyReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference + IntegrationAccountSchemaFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter WorkflowRunActionRepetitionDefinitionCollection = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionRepetitionDefinitionCollection - Expression = Azure::Logic::Mgmt::V2016_06_01::Models::Expression + IntegrationAccountMapFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter AS2AcknowledgementConnectionSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2AcknowledgementConnectionSettings - IntegrationAccountCertificateListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificateListResult + Expression = Azure::Logic::Mgmt::V2016_06_01::Models::Expression AS2EnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2EnvelopeSettings - IntegrationAccountSessionFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter + IntegrationAccountCertificateListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificateListResult ExpressionTraces = Azure::Logic::Mgmt::V2016_06_01::Models::ExpressionTraces - BatchConfigurationCollection = Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfigurationCollection + IntegrationAccountSessionFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter IntegrationAccountSessionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionListResult - ErrorResponse = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorResponse - OperationDisplay = Azure::Logic::Mgmt::V2016_06_01::Models::OperationDisplay - JsonSchema = Azure::Logic::Mgmt::V2016_06_01::Models::JsonSchema - Operation = Azure::Logic::Mgmt::V2016_06_01::Models::Operation + BatchConfigurationCollection = Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfigurationCollection OperationResultProperties = Azure::Logic::Mgmt::V2016_06_01::Models::OperationResultProperties - OperationListResult = Azure::Logic::Mgmt::V2016_06_01::Models::OperationListResult - IntegrationAccountPartnerFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter + JsonSchema = Azure::Logic::Mgmt::V2016_06_01::Models::JsonSchema SetTriggerStateActionDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::SetTriggerStateActionDefinition - WorkflowVersionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersionListResult + IntegrationAccountPartnerFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter ListKeyVaultKeysDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::ListKeyVaultKeysDefinition - BatchReleaseCriteria = Azure::Logic::Mgmt::V2016_06_01::Models::BatchReleaseCriteria + WorkflowVersionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersionListResult KeyVaultKeyAttributes = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyAttributes - RunCorrelation = Azure::Logic::Mgmt::V2016_06_01::Models::RunCorrelation + BatchReleaseCriteria = Azure::Logic::Mgmt::V2016_06_01::Models::BatchReleaseCriteria KeyVaultKey = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKey - AS2SecuritySettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2SecuritySettings + RunCorrelation = Azure::Logic::Mgmt::V2016_06_01::Models::RunCorrelation KeyVaultKeyCollection = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyCollection - WorkflowRunActionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionListResult + AS2SecuritySettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2SecuritySettings TrackingEventErrorInfo = Azure::Logic::Mgmt::V2016_06_01::Models::TrackingEventErrorInfo - WorkflowTriggerCallbackUrl = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerCallbackUrl + WorkflowRunActionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionListResult TrackingEvent = Azure::Logic::Mgmt::V2016_06_01::Models::TrackingEvent - B2BPartnerContent = Azure::Logic::Mgmt::V2016_06_01::Models::B2BPartnerContent + WorkflowTriggerCallbackUrl = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerCallbackUrl TrackingEventsDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::TrackingEventsDefinition - Workflow = Azure::Logic::Mgmt::V2016_06_01::Models::Workflow + B2BPartnerContent = Azure::Logic::Mgmt::V2016_06_01::Models::B2BPartnerContent WorkflowVersion = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersion - WorkflowTrigger = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTrigger + Workflow = Azure::Logic::Mgmt::V2016_06_01::Models::Workflow WorkflowTriggerHistory = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistory - WorkflowOutputParameter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowOutputParameter + WorkflowTrigger = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTrigger WorkflowRun = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRun - WorkflowRunAction = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunAction + WorkflowOutputParameter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowOutputParameter IntegrationAccount = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccount - IntegrationAccountSchema = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchema + WorkflowRunAction = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunAction IntegrationAccountMap = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMap + IntegrationAccountSchema = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchema + SubResource = Azure::Logic::Mgmt::V2016_06_01::Models::SubResource IntegrationAccountPartner = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartner IntegrationAccountAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreement IntegrationAccountCertificate = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificate IntegrationAccountSession = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSession - KeyVaultReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultReference ExpressionRoot = Azure::Logic::Mgmt::V2016_06_01::Models::ExpressionRoot AzureResourceErrorInfo = Azure::Logic::Mgmt::V2016_06_01::Models::AzureResourceErrorInfo WorkflowRunActionRepetitionDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionRepetitionDefinition - OperationResult = Azure::Logic::Mgmt::V2016_06_01::Models::OperationResult RunActionCorrelation = Azure::Logic::Mgmt::V2016_06_01::Models::RunActionCorrelation AssemblyDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyDefinition ArtifactContentPropertiesDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::ArtifactContentPropertiesDefinition @@ -169,39 +168,40 @@ module Models BatchConfiguration = Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfiguration WorkflowProvisioningState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowProvisioningState WorkflowState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowState - SkuName = Azure::Logic::Mgmt::V2016_06_01::Models::SkuName ParameterType = Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType - WorkflowTriggerProvisioningState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerProvisioningState + KeyVaultReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultReference WorkflowStatus = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowStatus RecurrenceFrequency = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceFrequency - DaysOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek + WorkflowTriggerProvisioningState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerProvisioningState DayOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DayOfWeek - KeyType = Azure::Logic::Mgmt::V2016_06_01::Models::KeyType - IntegrationAccountSkuName = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName - SchemaType = Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType + SkuName = Azure::Logic::Mgmt::V2016_06_01::Models::SkuName + DaysOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek MapType = Azure::Logic::Mgmt::V2016_06_01::Models::MapType - PartnerType = Azure::Logic::Mgmt::V2016_06_01::Models::PartnerType - AgreementType = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType + KeyVaultKeyReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference + Sku = Azure::Logic::Mgmt::V2016_06_01::Models::Sku HashingAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::HashingAlgorithm + PartnerType = Azure::Logic::Mgmt::V2016_06_01::Models::PartnerType + IntegrationAccountSkuName = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName + SchemaType = Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType EncryptionAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::EncryptionAlgorithm SigningAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::SigningAlgorithm - TrailingSeparatorPolicy = Azure::Logic::Mgmt::V2016_06_01::Models::TrailingSeparatorPolicy + AgreementType = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType X12CharacterSet = Azure::Logic::Mgmt::V2016_06_01::Models::X12CharacterSet SegmentTerminatorSuffix = Azure::Logic::Mgmt::V2016_06_01::Models::SegmentTerminatorSuffix X12DateFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12DateFormat - X12TimeFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12TimeFormat + TrailingSeparatorPolicy = Azure::Logic::Mgmt::V2016_06_01::Models::TrailingSeparatorPolicy UsageIndicator = Azure::Logic::Mgmt::V2016_06_01::Models::UsageIndicator - MessageFilterType = Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType + ErrorResponse = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorResponse EdifactCharacterSet = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactCharacterSet - EdifactDecimalIndicator = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDecimalIndicator + X12TimeFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12TimeFormat TrackEventsOperationOptions = Azure::Logic::Mgmt::V2016_06_01::Models::TrackEventsOperationOptions - EventLevel = Azure::Logic::Mgmt::V2016_06_01::Models::EventLevel + MessageFilterType = Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType TrackingRecordType = Azure::Logic::Mgmt::V2016_06_01::Models::TrackingRecordType - AccessKeyType = Azure::Logic::Mgmt::V2016_06_01::Models::AccessKeyType + EdifactDecimalIndicator = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDecimalIndicator end class LogicManagementClass - attr_reader :workflows, :workflow_versions, :workflow_triggers, :workflow_trigger_histories, :workflow_runs, :workflow_run_actions, :workflow_run_action_repetitions, :workflow_run_action_scoped_repetitions, :workflow_run_operations, :integration_accounts, :integration_account_assemblies, :integration_account_batch_configurations, :schemas, :maps, :partners, :agreements, :certificates, :sessions, :configurable, :base_url, :options, :model_classes + attr_reader :workflows, :workflow_versions, :workflow_triggers, :workflow_trigger_histories, :workflow_runs, :workflow_run_actions, :workflow_run_action_repetitions, :workflow_run_action_scoped_repetitions, :workflow_run_operations, :integration_accounts, :integration_account_assemblies, :integration_account_batch_configurations, :schemas, :maps, :partners, :agreements, :sessions, :certificates, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -227,8 +227,8 @@ def initialize(configurable, base_url=nil, options=nil) @maps = @client_0.maps @partners = @client_0.partners @agreements = @client_0.agreements - @certificates = @client_0.certificates @sessions = @client_0.sessions + @certificates = @client_0.certificates @model_classes = ModelClasses.new end @@ -247,12 +247,33 @@ def method_missing(method, *args) end class ModelClasses - def x12_security_settings - Azure::Logic::Mgmt::V2016_06_01::Models::X12SecuritySettings + def event_level + Azure::Logic::Mgmt::V2016_06_01::Models::EventLevel + end + def access_key_type + Azure::Logic::Mgmt::V2016_06_01::Models::AccessKeyType + end + def key_type + Azure::Logic::Mgmt::V2016_06_01::Models::KeyType + end + def operation_result + Azure::Logic::Mgmt::V2016_06_01::Models::OperationResult end def resource Azure::Logic::Mgmt::V2016_06_01::Models::Resource end + def operation_display + Azure::Logic::Mgmt::V2016_06_01::Models::OperationDisplay + end + def operation + Azure::Logic::Mgmt::V2016_06_01::Models::Operation + end + def operation_list_result + Azure::Logic::Mgmt::V2016_06_01::Models::OperationListResult + 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 @@ -310,24 +331,15 @@ def correlation def x12_acknowledgement_settings Azure::Logic::Mgmt::V2016_06_01::Models::X12AcknowledgementSettings end - def content_link - Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink - end def x12_message_filter Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageFilter end def workflow_trigger_history_list_result Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryListResult end - def sub_resource - Azure::Logic::Mgmt::V2016_06_01::Models::SubResource - end def workflow_run_trigger Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunTrigger end - def sku - Azure::Logic::Mgmt::V2016_06_01::Models::Sku - end def artifact_properties Azure::Logic::Mgmt::V2016_06_01::Models::ArtifactProperties end @@ -451,176 +463,167 @@ def workflow_trigger_list_result def edifact_protocol_settings Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProtocolSettings end - def content_hash - Azure::Logic::Mgmt::V2016_06_01::Models::ContentHash - end def edifact_one_way_agreement Azure::Logic::Mgmt::V2016_06_01::Models::EdifactOneWayAgreement end + def content_link + Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink + end def workflow_trigger_history_filter Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryFilter end - def edifact_agreement_content - Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAgreementContent - end def workflow_run_list_result Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunListResult end def agreement_content Azure::Logic::Mgmt::V2016_06_01::Models::AgreementContent end + def content_hash + Azure::Logic::Mgmt::V2016_06_01::Models::ContentHash + end def assembly_collection Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyCollection end def error_info Azure::Logic::Mgmt::V2016_06_01::Models::ErrorInfo end - def generate_upgraded_definition_parameters - Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters + def edifact_agreement_content + Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAgreementContent end def integration_account_agreement_list_result Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementListResult end - def get_callback_url_parameters - Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters + def generate_upgraded_definition_parameters + Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters end def integration_account_agreement_filter Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementFilter end - def integration_account_schema_filter - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter + def get_callback_url_parameters + Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters end def key_vault_key_reference_key_vault Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReferenceKeyVault end - def integration_account_map_filter - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter - end - def key_vault_key_reference - Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference + def integration_account_schema_filter + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter end def workflow_run_action_repetition_definition_collection Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionRepetitionDefinitionCollection end - def expression - Azure::Logic::Mgmt::V2016_06_01::Models::Expression + def integration_account_map_filter + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter end def as2_acknowledgement_connection_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2AcknowledgementConnectionSettings end - def integration_account_certificate_list_result - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificateListResult + def expression + Azure::Logic::Mgmt::V2016_06_01::Models::Expression end def as2_envelope_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2EnvelopeSettings end - def integration_account_session_filter - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter + def integration_account_certificate_list_result + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificateListResult end def expression_traces Azure::Logic::Mgmt::V2016_06_01::Models::ExpressionTraces end - def batch_configuration_collection - Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfigurationCollection + def integration_account_session_filter + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter end def integration_account_session_list_result Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionListResult end - def error_response - Azure::Logic::Mgmt::V2016_06_01::Models::ErrorResponse + def batch_configuration_collection + Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfigurationCollection end - def operation_display - Azure::Logic::Mgmt::V2016_06_01::Models::OperationDisplay + def operation_result_properties + Azure::Logic::Mgmt::V2016_06_01::Models::OperationResultProperties end def json_schema Azure::Logic::Mgmt::V2016_06_01::Models::JsonSchema end - def operation - Azure::Logic::Mgmt::V2016_06_01::Models::Operation - end - def operation_result_properties - Azure::Logic::Mgmt::V2016_06_01::Models::OperationResultProperties - end - def operation_list_result - Azure::Logic::Mgmt::V2016_06_01::Models::OperationListResult + def set_trigger_state_action_definition + Azure::Logic::Mgmt::V2016_06_01::Models::SetTriggerStateActionDefinition end def integration_account_partner_filter Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter end - def set_trigger_state_action_definition - Azure::Logic::Mgmt::V2016_06_01::Models::SetTriggerStateActionDefinition + def list_key_vault_keys_definition + Azure::Logic::Mgmt::V2016_06_01::Models::ListKeyVaultKeysDefinition end def workflow_version_list_result Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersionListResult end - def list_key_vault_keys_definition - Azure::Logic::Mgmt::V2016_06_01::Models::ListKeyVaultKeysDefinition + def key_vault_key_attributes + Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyAttributes end def batch_release_criteria Azure::Logic::Mgmt::V2016_06_01::Models::BatchReleaseCriteria end - def key_vault_key_attributes - Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyAttributes + def key_vault_key + Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKey end def run_correlation Azure::Logic::Mgmt::V2016_06_01::Models::RunCorrelation end - def key_vault_key - Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKey + def key_vault_key_collection + Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyCollection end def as2_security_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2SecuritySettings end - def key_vault_key_collection - Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyCollection + def tracking_event_error_info + Azure::Logic::Mgmt::V2016_06_01::Models::TrackingEventErrorInfo end def workflow_run_action_list_result Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionListResult end - def tracking_event_error_info - Azure::Logic::Mgmt::V2016_06_01::Models::TrackingEventErrorInfo + def tracking_event + Azure::Logic::Mgmt::V2016_06_01::Models::TrackingEvent end def workflow_trigger_callback_url Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerCallbackUrl end - def tracking_event - Azure::Logic::Mgmt::V2016_06_01::Models::TrackingEvent + def tracking_events_definition + Azure::Logic::Mgmt::V2016_06_01::Models::TrackingEventsDefinition end def b2_bpartner_content Azure::Logic::Mgmt::V2016_06_01::Models::B2BPartnerContent end - def tracking_events_definition - Azure::Logic::Mgmt::V2016_06_01::Models::TrackingEventsDefinition + def workflow_version + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersion end def workflow Azure::Logic::Mgmt::V2016_06_01::Models::Workflow end - def workflow_version - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersion + def workflow_trigger_history + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistory end def workflow_trigger Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTrigger end - def workflow_trigger_history - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistory + def workflow_run + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRun end def workflow_output_parameter Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowOutputParameter end - def workflow_run - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRun + def integration_account + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccount end def workflow_run_action Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunAction end - def integration_account - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccount + def integration_account_map + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMap end def integration_account_schema Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchema end - def integration_account_map - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMap + def sub_resource + Azure::Logic::Mgmt::V2016_06_01::Models::SubResource end def integration_account_partner Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartner @@ -634,9 +637,6 @@ def integration_account_certificate def integration_account_session Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSession end - def key_vault_reference - Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultReference - end def expression_root Azure::Logic::Mgmt::V2016_06_01::Models::ExpressionRoot end @@ -646,9 +646,6 @@ def azure_resource_error_info def workflow_run_action_repetition_definition Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionRepetitionDefinition end - def operation_result - Azure::Logic::Mgmt::V2016_06_01::Models::OperationResult - end def run_action_correlation Azure::Logic::Mgmt::V2016_06_01::Models::RunActionCorrelation end @@ -673,14 +670,11 @@ def workflow_provisioning_state def workflow_state Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowState end - def sku_name - Azure::Logic::Mgmt::V2016_06_01::Models::SkuName - end 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 + def key_vault_reference + Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultReference end def workflow_status Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowStatus @@ -688,41 +682,47 @@ def workflow_status def recurrence_frequency Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceFrequency end - def days_of_week - Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek + def workflow_trigger_provisioning_state + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerProvisioningState end def day_of_week Azure::Logic::Mgmt::V2016_06_01::Models::DayOfWeek end - def key_type - Azure::Logic::Mgmt::V2016_06_01::Models::KeyType - end - def integration_account_sku_name - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName + def sku_name + Azure::Logic::Mgmt::V2016_06_01::Models::SkuName end - def schema_type - Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType + def days_of_week + Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek end def map_type Azure::Logic::Mgmt::V2016_06_01::Models::MapType end - def partner_type - Azure::Logic::Mgmt::V2016_06_01::Models::PartnerType + def key_vault_key_reference + Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference end - def agreement_type - Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType + def sku + Azure::Logic::Mgmt::V2016_06_01::Models::Sku end def hashing_algorithm Azure::Logic::Mgmt::V2016_06_01::Models::HashingAlgorithm end + def partner_type + Azure::Logic::Mgmt::V2016_06_01::Models::PartnerType + end + 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 encryption_algorithm Azure::Logic::Mgmt::V2016_06_01::Models::EncryptionAlgorithm end def signing_algorithm Azure::Logic::Mgmt::V2016_06_01::Models::SigningAlgorithm end - def trailing_separator_policy - Azure::Logic::Mgmt::V2016_06_01::Models::TrailingSeparatorPolicy + def agreement_type + Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType end def x12_character_set Azure::Logic::Mgmt::V2016_06_01::Models::X12CharacterSet @@ -733,32 +733,32 @@ def segment_terminator_suffix def x12_date_format Azure::Logic::Mgmt::V2016_06_01::Models::X12DateFormat end - def x12_time_format - Azure::Logic::Mgmt::V2016_06_01::Models::X12TimeFormat + def trailing_separator_policy + Azure::Logic::Mgmt::V2016_06_01::Models::TrailingSeparatorPolicy end def usage_indicator Azure::Logic::Mgmt::V2016_06_01::Models::UsageIndicator end - def message_filter_type - Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType + def error_response + Azure::Logic::Mgmt::V2016_06_01::Models::ErrorResponse end def edifact_character_set Azure::Logic::Mgmt::V2016_06_01::Models::EdifactCharacterSet end - def edifact_decimal_indicator - Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDecimalIndicator + def x12_time_format + Azure::Logic::Mgmt::V2016_06_01::Models::X12TimeFormat end def track_events_operation_options Azure::Logic::Mgmt::V2016_06_01::Models::TrackEventsOperationOptions end - def event_level - Azure::Logic::Mgmt::V2016_06_01::Models::EventLevel + def message_filter_type + Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType end def tracking_record_type Azure::Logic::Mgmt::V2016_06_01::Models::TrackingRecordType end - def access_key_type - Azure::Logic::Mgmt::V2016_06_01::Models::AccessKeyType + def edifact_decimal_indicator + Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDecimalIndicator end end end diff --git a/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb b/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb index 4b198c7d23..3444ef4bd2 100644 --- a/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb +++ b/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb @@ -11,17 +11,32 @@ module Mgmt WebServices = Azure::MachineLearning::Mgmt::V2017_01_01::WebServices module Models - AssetItem = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetItem + AsyncOperationStatus = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus + DiagnosticsConfiguration = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsConfiguration + OutputPort = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPort + WebService = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebService Resource = Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource + DiagnosticsLevel = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel + OperationDisplayInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo + WebServicePropertiesForGraph = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServicePropertiesForGraph + OperationEntity = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity + 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 + ProvisioningState = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState + ParameterType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType + AssetItem = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetItem WebServiceParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceParameter RealtimeConfiguration = Azure::MachineLearning::Mgmt::V2017_01_01::Models::RealtimeConfiguration WebServiceProperties = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceProperties StorageAccount = Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount MachineLearningWorkspace = Azure::MachineLearning::Mgmt::V2017_01_01::Models::MachineLearningWorkspace CommitmentPlan = Azure::MachineLearning::Mgmt::V2017_01_01::Models::CommitmentPlan - TableSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::TableSpecification GraphNode = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphNode ExampleRequest = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ExampleRequest + TableSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::TableSpecification GraphEdge = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphEdge InputPort = Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPort GraphParameterLink = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphParameterLink @@ -30,27 +45,12 @@ module Models WebServiceKeys = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceKeys GraphPackage = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphPackage ColumnSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnSpecification - OperationEntityListResult = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntityListResult BlobLocation = Azure::MachineLearning::Mgmt::V2017_01_01::Models::BlobLocation - PaginatedWebServicesList = Azure::MachineLearning::Mgmt::V2017_01_01::Models::PaginatedWebServicesList + OperationEntityListResult = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntityListResult ModuleAssetParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModuleAssetParameter - AsyncOperationErrorInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationErrorInfo + PaginatedWebServicesList = Azure::MachineLearning::Mgmt::V2017_01_01::Models::PaginatedWebServicesList ServiceInputOutputSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ServiceInputOutputSpecification - AsyncOperationStatus = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus - DiagnosticsConfiguration = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsConfiguration - OperationDisplayInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo - OutputPort = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPort - OperationEntity = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity - WebService = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebService - WebServicePropertiesForGraph = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServicePropertiesForGraph - ProvisioningState = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState - 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 - ParameterType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType + AsyncOperationErrorInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationErrorInfo end class MachineLearningManagementClass @@ -84,12 +84,57 @@ def method_missing(method, *args) end class ModelClasses - def asset_item - Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetItem + def async_operation_status + Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus + end + def diagnostics_configuration + Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsConfiguration + end + def output_port + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPort + end + def web_service + Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebService end def resource Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource end + def diagnostics_level + Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel + end + def operation_display_info + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo + end + def web_service_properties_for_graph + Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServicePropertiesForGraph + end + def operation_entity + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity + end + def column_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnType + end + def column_format + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnFormat + end + def asset_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType + end + def input_port_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType + end + def output_port_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType + end + def provisioning_state + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState + end + def parameter_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType + end + def asset_item + Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetItem + end def web_service_parameter Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceParameter end @@ -108,15 +153,15 @@ def machine_learning_workspace def commitment_plan Azure::MachineLearning::Mgmt::V2017_01_01::Models::CommitmentPlan end - def table_specification - Azure::MachineLearning::Mgmt::V2017_01_01::Models::TableSpecification - end def graph_node Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphNode end def example_request Azure::MachineLearning::Mgmt::V2017_01_01::Models::ExampleRequest end + def table_specification + Azure::MachineLearning::Mgmt::V2017_01_01::Models::TableSpecification + end def graph_edge Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphEdge end @@ -141,68 +186,23 @@ def graph_package def column_specification Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnSpecification end - def operation_entity_list_result - Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntityListResult - end def blob_location Azure::MachineLearning::Mgmt::V2017_01_01::Models::BlobLocation end - def paginated_web_services_list - Azure::MachineLearning::Mgmt::V2017_01_01::Models::PaginatedWebServicesList + def operation_entity_list_result + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntityListResult end def module_asset_parameter Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModuleAssetParameter end - def async_operation_error_info - Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationErrorInfo + def paginated_web_services_list + Azure::MachineLearning::Mgmt::V2017_01_01::Models::PaginatedWebServicesList end def service_input_output_specification Azure::MachineLearning::Mgmt::V2017_01_01::Models::ServiceInputOutputSpecification end - def async_operation_status - Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus - end - def diagnostics_configuration - Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsConfiguration - end - def operation_display_info - Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo - end - def output_port - Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPort - end - def operation_entity - Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity - end - def web_service - Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebService - end - def web_service_properties_for_graph - Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServicePropertiesForGraph - end - def provisioning_state - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState - end - def diagnostics_level - Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel - end - def column_type - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnType - end - def 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 parameter_type - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType + def async_operation_error_info + Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationErrorInfo 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 582d5c3042..87c5ed8d50 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 - Applications = Azure::ManagedApplications::Mgmt::V2018_06_01::Applications ApplicationDefinitions = Azure::ManagedApplications::Mgmt::V2018_06_01::ApplicationDefinitions + Applications = Azure::ManagedApplications::Mgmt::V2018_06_01::Applications module Models - Sku = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Sku - Plan = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Plan - Identity = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Identity PlanPatchable = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::PlanPatchable - ErrorResponse = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ErrorResponse ApplicationProviderAuthorization = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationProviderAuthorization ApplicationDefinitionListResult = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinitionListResult - ApplicationListResult = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationListResult + Identity = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Identity ApplicationArtifact = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifact Resource = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Resource - GenericResource = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::GenericResource - Application = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Application + Plan = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Plan ApplicationPatchable = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationPatchable ApplicationDefinition = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinition - ProvisioningState = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ProvisioningState ApplicationLockLevel = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationLockLevel + GenericResource = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::GenericResource + Sku = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Sku ApplicationArtifactType = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifactType + Application = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Application + ProvisioningState = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ProvisioningState ResourceIdentityType = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ResourceIdentityType + ErrorResponse = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ErrorResponse + ApplicationListResult = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationListResult end class ManagedApplicationsManagementClass - attr_reader :applications, :application_definitions, :configurable, :base_url, :options, :model_classes + attr_reader :application_definitions, :applications, :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) - @applications = @client_0.applications @application_definitions = @client_0.application_definitions + @applications = @client_0.applications @model_classes = ModelClasses.new end @@ -62,29 +62,17 @@ def method_missing(method, *args) end class ModelClasses - def sku - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Sku - end - def plan - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Plan - end - def identity - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Identity - end def plan_patchable Azure::ManagedApplications::Mgmt::V2018_06_01::Models::PlanPatchable end - def error_response - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ErrorResponse - end def application_provider_authorization Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationProviderAuthorization end def application_definition_list_result Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinitionListResult end - def application_list_result - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationListResult + def identity + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Identity end def application_artifact Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifact @@ -92,11 +80,8 @@ def application_artifact def resource Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Resource end - def generic_resource - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::GenericResource - end - def application - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Application + def plan + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Plan end def application_patchable Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationPatchable @@ -104,18 +89,33 @@ def application_patchable def application_definition Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinition end - def provisioning_state - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ProvisioningState - end def application_lock_level Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationLockLevel end + def generic_resource + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::GenericResource + end + def sku + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Sku + end def application_artifact_type Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifactType end + def application + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Application + end + def provisioning_state + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ProvisioningState + end def resource_identity_type Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ResourceIdentityType end + def error_response + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ErrorResponse + end + def application_list_result + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationListResult + end end end end diff --git a/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb b/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb index 14f3182b97..f5b68addd0 100644 --- a/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb +++ b/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb @@ -11,11 +11,11 @@ module Mgmt UserAssignedIdentities = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::UserAssignedIdentities module Models + UserAssignedIdentitiesListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult + OperationListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationListResult Identity = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Identity OperationDisplay = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationDisplay Operation = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Operation - UserAssignedIdentitiesListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult - OperationListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationListResult UserAssignedIdentities = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentities end @@ -50,6 +50,12 @@ 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_list_result + Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationListResult + end def identity Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Identity end @@ -59,12 +65,6 @@ def operation_display def operation Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Operation end - def user_assigned_identities_list_result - Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult - end - def operation_list_result - Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationListResult - end def user_assigned_identities Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentities end diff --git a/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb b/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb index 80f1528636..ac4771ce38 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 - MarketplaceAgreements = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::MarketplaceAgreements Operations = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Operations + MarketplaceAgreements = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::MarketplaceAgreements module Models - OperationDisplay = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationDisplay - Operation = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation - ErrorResponseError = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError OperationListResult = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationListResult - ErrorResponse = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse - 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 + Resource = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource + ErrorResponse = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse + OperationDisplay = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationDisplay + Operation = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation end class MarketplaceOrderingManagementClass - attr_reader :marketplace_agreements, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :marketplace_agreements, :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) - @marketplace_agreements = @client_0.marketplace_agreements @operations = @client_0.operations + @marketplace_agreements = @client_0.marketplace_agreements @model_classes = ModelClasses.new end @@ -51,26 +51,26 @@ def method_missing(method, *args) end class ModelClasses - def operation_display - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationDisplay - end - def operation - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation + 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 operation_list_result - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationListResult + def agreement_terms + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms + end + def resource + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource end def error_response Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse end - def resource - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource + def operation_display + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationDisplay end - def agreement_terms - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms + def operation + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation 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 3268625d67..3d3cdd73ff 100644 --- a/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb @@ -7,22 +7,28 @@ module Azure::Profiles::Latest module MediaServices module Mgmt - AccountFilters = Azure::MediaServices::Mgmt::V2018_07_01::AccountFilters - Operations = Azure::MediaServices::Mgmt::V2018_07_01::Operations - Mediaservices = Azure::MediaServices::Mgmt::V2018_07_01::Mediaservices - Locations = Azure::MediaServices::Mgmt::V2018_07_01::Locations - Assets = Azure::MediaServices::Mgmt::V2018_07_01::Assets - AssetFilters = Azure::MediaServices::Mgmt::V2018_07_01::AssetFilters - ContentKeyPolicies = Azure::MediaServices::Mgmt::V2018_07_01::ContentKeyPolicies - Transforms = Azure::MediaServices::Mgmt::V2018_07_01::Transforms Jobs = Azure::MediaServices::Mgmt::V2018_07_01::Jobs StreamingPolicies = Azure::MediaServices::Mgmt::V2018_07_01::StreamingPolicies StreamingLocators = Azure::MediaServices::Mgmt::V2018_07_01::StreamingLocators LiveEvents = Azure::MediaServices::Mgmt::V2018_07_01::LiveEvents LiveOutputs = Azure::MediaServices::Mgmt::V2018_07_01::LiveOutputs StreamingEndpoints = Azure::MediaServices::Mgmt::V2018_07_01::StreamingEndpoints + Locations = Azure::MediaServices::Mgmt::V2018_07_01::Locations + Operations = Azure::MediaServices::Mgmt::V2018_07_01::Operations + AccountFilters = Azure::MediaServices::Mgmt::V2018_07_01::AccountFilters + Mediaservices = Azure::MediaServices::Mgmt::V2018_07_01::Mediaservices + Assets = Azure::MediaServices::Mgmt::V2018_07_01::Assets + AssetFilters = Azure::MediaServices::Mgmt::V2018_07_01::AssetFilters + ContentKeyPolicies = Azure::MediaServices::Mgmt::V2018_07_01::ContentKeyPolicies + Transforms = Azure::MediaServices::Mgmt::V2018_07_01::Transforms module Models + CheckNameAvailabilityInput = Azure::MediaServices::Mgmt::V2018_07_01::Models::CheckNameAvailabilityInput + Job = Azure::MediaServices::Mgmt::V2018_07_01::Models::Job + OperationDisplay = Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationDisplay + Operation = Azure::MediaServices::Mgmt::V2018_07_01::Models::Operation + ServiceSpecification = Azure::MediaServices::Mgmt::V2018_07_01::Models::ServiceSpecification + OperationCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationCollection Codec = Azure::MediaServices::Mgmt::V2018_07_01::Models::Codec PresentationTimeRange = Azure::MediaServices::Mgmt::V2018_07_01::Models::PresentationTimeRange ContentKeyPolicyProperties = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyProperties @@ -33,35 +39,25 @@ module Models ContentKeyPolicyCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyCollection AccountFilterCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::AccountFilterCollection Preset = Azure::MediaServices::Mgmt::V2018_07_01::Models::Preset - Resource = Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource FilterTrackPropertyCondition = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCondition - Provider = Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider StreamingPath = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPath MetricDimension = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricDimension StreamingLocatorContentKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKey - ServiceSpecification = Azure::MediaServices::Mgmt::V2018_07_01::Models::ServiceSpecification ListContentKeysResponse = Azure::MediaServices::Mgmt::V2018_07_01::Models::ListContentKeysResponse - Operation = Azure::MediaServices::Mgmt::V2018_07_01::Models::Operation Overlay = Azure::MediaServices::Mgmt::V2018_07_01::Models::Overlay EntityNameAvailabilityCheckOutput = Azure::MediaServices::Mgmt::V2018_07_01::Models::EntityNameAvailabilityCheckOutput CommonEncryptionCbcs = Azure::MediaServices::Mgmt::V2018_07_01::Models::CommonEncryptionCbcs SyncStorageKeysInput = Azure::MediaServices::Mgmt::V2018_07_01::Models::SyncStorageKeysInput CommonEncryptionCenc = Azure::MediaServices::Mgmt::V2018_07_01::Models::CommonEncryptionCenc - ApiError = Azure::MediaServices::Mgmt::V2018_07_01::Models::ApiError - OperationCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationCollection LiveOutputListResult = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutputListResult - CheckNameAvailabilityInput = Azure::MediaServices::Mgmt::V2018_07_01::Models::CheckNameAvailabilityInput LiveEventEndpoint = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEndpoint AssetContainerSas = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetContainerSas - OperationDisplay = Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationDisplay StorageEncryptedAssetDecryptionData = Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageEncryptedAssetDecryptionData Metric = Azure::MediaServices::Mgmt::V2018_07_01::Models::Metric ListStreamingLocatorsResponse = Azure::MediaServices::Mgmt::V2018_07_01::Models::ListStreamingLocatorsResponse MetricProperties = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricProperties StreamingPolicyPlayReadyConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyPlayReadyConfiguration - Location = Azure::MediaServices::Mgmt::V2018_07_01::Models::Location ListContainerSasInput = Azure::MediaServices::Mgmt::V2018_07_01::Models::ListContainerSasInput - StorageAccount = Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccount ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction JobInput = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInput StreamingPolicyContentKeys = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyContentKeys @@ -71,7 +67,6 @@ module Models ContentKeyPolicyPlayReadyLicense = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicense NoEncryption = Azure::MediaServices::Mgmt::V2018_07_01::Models::NoEncryption DefaultKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::DefaultKey - Format = Azure::MediaServices::Mgmt::V2018_07_01::Models::Format ContentKeyPolicyConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyConfiguration EnabledProtocols = Azure::MediaServices::Mgmt::V2018_07_01::Models::EnabledProtocols TrackPropertyCondition = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyCondition @@ -85,13 +80,12 @@ module Models Rectangle = Azure::MediaServices::Mgmt::V2018_07_01::Models::Rectangle IPRange = Azure::MediaServices::Mgmt::V2018_07_01::Models::IPRange MediaServiceCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaServiceCollection - Filters = Azure::MediaServices::Mgmt::V2018_07_01::Models::Filters AssetFileEncryptionMetadata = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFileEncryptionMetadata Layer = Azure::MediaServices::Mgmt::V2018_07_01::Models::Layer + TrackedResource = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackedResource StreamingPolicyWidevineConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyWidevineConfiguration - StreamingEndpointListResult = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointListResult + ProxyResource = Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource AssetFilterCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFilterCollection - StreamingEntityScaleUnit = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEntityScaleUnit StreamingPolicyContentKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyContentKey StreamingEndpointAccessControl = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointAccessControl ContentKeyPolicyRestriction = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestriction @@ -121,8 +115,6 @@ module Models AssetStreamingLocator = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStreamingLocator TransformOutput = Azure::MediaServices::Mgmt::V2018_07_01::Models::TransformOutput AccountFilter = Azure::MediaServices::Mgmt::V2018_07_01::Models::AccountFilter - TrackedResource = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackedResource - ProxyResource = Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource MediaService = Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaService SubscriptionMediaService = Azure::MediaServices::Mgmt::V2018_07_01::Models::SubscriptionMediaService Asset = Azure::MediaServices::Mgmt::V2018_07_01::Models::Asset @@ -139,88 +131,96 @@ module Models ContentKeyPolicyUnknownConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyUnknownConfiguration ContentKeyPolicyWidevineConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyWidevineConfiguration ContentKeyPolicyPlayReadyConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyConfiguration - ContentKeyPolicyFairPlayConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayConfiguration + Provider = Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider ContentKeyPolicy = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicy Audio = Azure::MediaServices::Mgmt::V2018_07_01::Models::Audio + Filters = Azure::MediaServices::Mgmt::V2018_07_01::Models::Filters AacAudio = Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudio - AudioAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioAnalyzerPreset AudioOverlay = Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioOverlay + ContentKeyPolicyFairPlayConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayConfiguration + AudioAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioAnalyzerPreset + ImageFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::ImageFormat CopyVideo = Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyVideo Video = Azure::MediaServices::Mgmt::V2018_07_01::Models::Video - Image = Azure::MediaServices::Mgmt::V2018_07_01::Models::Image - ImageFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::ImageFormat + CopyAudio = Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyAudio JpgFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgFormat PngFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngFormat - CopyAudio = Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyAudio - VideoLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoLayer H264Layer = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Layer - H264Video = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Video + VideoLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoLayer JpgLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgLayer - JpgImage = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgImage - MultiBitrateFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::MultiBitrateFormat + ApiError = Azure::MediaServices::Mgmt::V2018_07_01::Models::ApiError Mp4Format = Azure::MediaServices::Mgmt::V2018_07_01::Models::Mp4Format - PngLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngLayer + JpgImage = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgImage + H264Video = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Video PngImage = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngImage - BuiltInStandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::BuiltInStandardEncoderPreset - StandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::StandardEncoderPreset + PngLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngLayer + Resource = Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource VideoAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoAnalyzerPreset - TransportStreamFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::TransportStreamFormat - VideoOverlay = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoOverlay + StandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::StandardEncoderPreset Transform = Azure::MediaServices::Mgmt::V2018_07_01::Models::Transform - JobInputClip = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputClip + MultiBitrateFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::MultiBitrateFormat JobInputs = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputs JobInputAsset = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputAsset - JobInputHttp = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputHttp - JobOutputAsset = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutputAsset - Job = Azure::MediaServices::Mgmt::V2018_07_01::Models::Job + TransportStreamFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::TransportStreamFormat + BuiltInStandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::BuiltInStandardEncoderPreset StreamingPolicy = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicy - StreamingLocator = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocator + JobInputClip = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputClip + JobOutputAsset = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutputAsset + Image = Azure::MediaServices::Mgmt::V2018_07_01::Models::Image + StreamingEndpoint = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpoint LiveOutput = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutput LiveEvent = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEvent - StreamingEndpoint = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpoint + StreamingLocator = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocator + VideoOverlay = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoOverlay + AssetStorageEncryptionFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStorageEncryptionFormat + MetricUnit = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricUnit FilterTrackPropertyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyType FilterTrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCompareOperation - MetricUnit = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricUnit + JobInputHttp = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputHttp MetricAggregationType = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricAggregationType - StorageAccountType = Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccountType - AssetStorageEncryptionFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStorageEncryptionFormat - AssetContainerPermission = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetContainerPermission - ContentKeyPolicyPlayReadyUnknownOutputPassingOption = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyUnknownOutputPassingOption ContentKeyPolicyPlayReadyLicenseType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicenseType - ContentKeyPolicyPlayReadyContentType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentType + Format = Azure::MediaServices::Mgmt::V2018_07_01::Models::Format ContentKeyPolicyRestrictionTokenType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestrictionTokenType - ContentKeyPolicyFairPlayRentalAndLeaseKeyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayRentalAndLeaseKeyType - AacAudioProfile = Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudioProfile StretchMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::StretchMode - DeinterlaceParity = Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceParity DeinterlaceMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceMode + AssetContainerPermission = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetContainerPermission + ContentKeyPolicyPlayReadyUnknownOutputPassingOption = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyUnknownOutputPassingOption + AacAudioProfile = Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudioProfile + ContentKeyPolicyPlayReadyContentType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentType + DeinterlaceParity = Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceParity + ContentKeyPolicyFairPlayRentalAndLeaseKeyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayRentalAndLeaseKeyType Rotation = Azure::MediaServices::Mgmt::V2018_07_01::Models::Rotation - H264VideoProfile = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile + StreamingEntityScaleUnit = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEntityScaleUnit EntropyMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::EntropyMode H264Complexity = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Complexity EncoderNamedPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::EncoderNamedPreset - InsightsType = Azure::MediaServices::Mgmt::V2018_07_01::Models::InsightsType + H264VideoProfile = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile OnErrorType = Azure::MediaServices::Mgmt::V2018_07_01::Models::OnErrorType Priority = Azure::MediaServices::Mgmt::V2018_07_01::Models::Priority JobErrorCode = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCode - JobErrorCategory = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCategory + InsightsType = Azure::MediaServices::Mgmt::V2018_07_01::Models::InsightsType JobRetry = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobRetry - JobState = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobState TrackPropertyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyType TrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyCompareOperation - StreamingLocatorContentKeyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKeyType - StreamingPolicyStreamingProtocol = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyStreamingProtocol + JobErrorCategory = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCategory + StreamingEndpointListResult = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointListResult EncryptionScheme = Azure::MediaServices::Mgmt::V2018_07_01::Models::EncryptionScheme LiveOutputResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutputResourceState - LiveEventInputProtocol = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputProtocol - LiveEventEncodingType = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncodingType + StreamingLocatorContentKeyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKeyType + StreamingPolicyStreamingProtocol = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyStreamingProtocol LiveEventResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventResourceState StreamOptionsFlag = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamOptionsFlag + LiveEventInputProtocol = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputProtocol + LiveEventEncodingType = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncodingType + Location = Azure::MediaServices::Mgmt::V2018_07_01::Models::Location StreamingEndpointResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointResourceState + StorageAccountType = Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccountType + StorageAccount = Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccount + JobState = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobState end class MediaServicesManagementClass - attr_reader :account_filters, :operations, :mediaservices, :locations, :assets, :asset_filters, :content_key_policies, :transforms, :jobs, :streaming_policies, :streaming_locators, :live_events, :live_outputs, :streaming_endpoints, :configurable, :base_url, :options, :model_classes + attr_reader :jobs, :streaming_policies, :streaming_locators, :live_events, :live_outputs, :streaming_endpoints, :locations, :operations, :account_filters, :mediaservices, :assets, :asset_filters, :content_key_policies, :transforms, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -230,20 +230,20 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @account_filters = @client_0.account_filters - @operations = @client_0.operations - @mediaservices = @client_0.mediaservices - @locations = @client_0.locations - @assets = @client_0.assets - @asset_filters = @client_0.asset_filters - @content_key_policies = @client_0.content_key_policies - @transforms = @client_0.transforms @jobs = @client_0.jobs @streaming_policies = @client_0.streaming_policies @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 + @operations = @client_0.operations + @account_filters = @client_0.account_filters + @mediaservices = @client_0.mediaservices + @assets = @client_0.assets + @asset_filters = @client_0.asset_filters + @content_key_policies = @client_0.content_key_policies + @transforms = @client_0.transforms @model_classes = ModelClasses.new end @@ -262,6 +262,24 @@ def method_missing(method, *args) end class ModelClasses + def check_name_availability_input + Azure::MediaServices::Mgmt::V2018_07_01::Models::CheckNameAvailabilityInput + end + def job + Azure::MediaServices::Mgmt::V2018_07_01::Models::Job + end + def operation_display + Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationDisplay + end + def operation + Azure::MediaServices::Mgmt::V2018_07_01::Models::Operation + end + def service_specification + Azure::MediaServices::Mgmt::V2018_07_01::Models::ServiceSpecification + end + def operation_collection + Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationCollection + end def codec Azure::MediaServices::Mgmt::V2018_07_01::Models::Codec end @@ -292,15 +310,9 @@ def account_filter_collection def preset Azure::MediaServices::Mgmt::V2018_07_01::Models::Preset end - def resource - Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource - end def filter_track_property_condition Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCondition end - def provider - Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider - end def streaming_path Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPath end @@ -310,15 +322,9 @@ def metric_dimension def streaming_locator_content_key Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKey end - def service_specification - Azure::MediaServices::Mgmt::V2018_07_01::Models::ServiceSpecification - end def list_content_keys_response Azure::MediaServices::Mgmt::V2018_07_01::Models::ListContentKeysResponse end - def operation - Azure::MediaServices::Mgmt::V2018_07_01::Models::Operation - end def overlay Azure::MediaServices::Mgmt::V2018_07_01::Models::Overlay end @@ -334,27 +340,15 @@ def sync_storage_keys_input def common_encryption_cenc Azure::MediaServices::Mgmt::V2018_07_01::Models::CommonEncryptionCenc end - def api_error - Azure::MediaServices::Mgmt::V2018_07_01::Models::ApiError - end - def operation_collection - Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationCollection - end def live_output_list_result Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutputListResult end - def check_name_availability_input - Azure::MediaServices::Mgmt::V2018_07_01::Models::CheckNameAvailabilityInput - end def live_event_endpoint Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEndpoint end def asset_container_sas Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetContainerSas end - def operation_display - Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationDisplay - end def storage_encrypted_asset_decryption_data Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageEncryptedAssetDecryptionData end @@ -370,15 +364,9 @@ def metric_properties def streaming_policy_play_ready_configuration Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyPlayReadyConfiguration end - def location - Azure::MediaServices::Mgmt::V2018_07_01::Models::Location - end def list_container_sas_input Azure::MediaServices::Mgmt::V2018_07_01::Models::ListContainerSasInput end - def storage_account - Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccount - end def content_key_policy_play_ready_explicit_analog_television_restriction Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction end @@ -406,9 +394,6 @@ def no_encryption def default_key Azure::MediaServices::Mgmt::V2018_07_01::Models::DefaultKey end - def format - Azure::MediaServices::Mgmt::V2018_07_01::Models::Format - end def content_key_policy_configuration Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyConfiguration end @@ -448,27 +433,24 @@ def iprange def media_service_collection Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaServiceCollection end - def filters - Azure::MediaServices::Mgmt::V2018_07_01::Models::Filters - end def asset_file_encryption_metadata Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFileEncryptionMetadata end def layer Azure::MediaServices::Mgmt::V2018_07_01::Models::Layer end + def tracked_resource + Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackedResource + end def streaming_policy_widevine_configuration Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyWidevineConfiguration end - def streaming_endpoint_list_result - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointListResult + def proxy_resource + Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource end def asset_filter_collection Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFilterCollection end - def streaming_entity_scale_unit - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEntityScaleUnit - end def streaming_policy_content_key Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyContentKey end @@ -556,12 +538,6 @@ def transform_output def account_filter Azure::MediaServices::Mgmt::V2018_07_01::Models::AccountFilter end - def tracked_resource - Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackedResource - end - def proxy_resource - Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource - end def media_service Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaService end @@ -610,8 +586,8 @@ def content_key_policy_widevine_configuration def content_key_policy_play_ready_configuration Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyConfiguration end - def content_key_policy_fair_play_configuration - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayConfiguration + def provider + Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider end def content_key_policy Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicy @@ -619,14 +595,23 @@ def content_key_policy def audio Azure::MediaServices::Mgmt::V2018_07_01::Models::Audio end + def filters + Azure::MediaServices::Mgmt::V2018_07_01::Models::Filters + end def aac_audio Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudio end + def audio_overlay + Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioOverlay + end + def content_key_policy_fair_play_configuration + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayConfiguration + end def audio_analyzer_preset Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioAnalyzerPreset end - def audio_overlay - Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioOverlay + def image_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::ImageFormat end def copy_video Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyVideo @@ -634,11 +619,8 @@ def copy_video def video Azure::MediaServices::Mgmt::V2018_07_01::Models::Video end - def image - Azure::MediaServices::Mgmt::V2018_07_01::Models::Image - end - def image_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::ImageFormat + def copy_audio + Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyAudio end def jpg_format Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgFormat @@ -646,56 +628,47 @@ def jpg_format def png_format Azure::MediaServices::Mgmt::V2018_07_01::Models::PngFormat end - def copy_audio - Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyAudio - end - def video_layer - Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoLayer - end def h264_layer Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Layer end - def h264_video - Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Video + def video_layer + Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoLayer end def jpg_layer Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgLayer end - def jpg_image - Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgImage - end - def multi_bitrate_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::MultiBitrateFormat + def api_error + Azure::MediaServices::Mgmt::V2018_07_01::Models::ApiError end def mp4_format Azure::MediaServices::Mgmt::V2018_07_01::Models::Mp4Format end - def png_layer - Azure::MediaServices::Mgmt::V2018_07_01::Models::PngLayer + def jpg_image + Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgImage + end + def h264_video + Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Video end def png_image Azure::MediaServices::Mgmt::V2018_07_01::Models::PngImage end - def built_in_standard_encoder_preset - Azure::MediaServices::Mgmt::V2018_07_01::Models::BuiltInStandardEncoderPreset + def png_layer + Azure::MediaServices::Mgmt::V2018_07_01::Models::PngLayer end - def standard_encoder_preset - Azure::MediaServices::Mgmt::V2018_07_01::Models::StandardEncoderPreset + def resource + Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource end def video_analyzer_preset Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoAnalyzerPreset end - def transport_stream_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::TransportStreamFormat - end - def video_overlay - Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoOverlay + def standard_encoder_preset + Azure::MediaServices::Mgmt::V2018_07_01::Models::StandardEncoderPreset end def transform Azure::MediaServices::Mgmt::V2018_07_01::Models::Transform end - def job_input_clip - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputClip + def multi_bitrate_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::MultiBitrateFormat end def job_inputs Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputs @@ -703,20 +676,26 @@ def job_inputs def job_input_asset Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputAsset end - def job_input_http - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputHttp - end - def job_output_asset - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutputAsset + def transport_stream_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::TransportStreamFormat end - def job - Azure::MediaServices::Mgmt::V2018_07_01::Models::Job + def built_in_standard_encoder_preset + Azure::MediaServices::Mgmt::V2018_07_01::Models::BuiltInStandardEncoderPreset end def streaming_policy Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicy end - def streaming_locator - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocator + def job_input_clip + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputClip + end + def job_output_asset + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutputAsset + end + def image + Azure::MediaServices::Mgmt::V2018_07_01::Models::Image + end + def streaming_endpoint + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpoint end def live_output Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutput @@ -724,8 +703,17 @@ def live_output def live_event Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEvent end - def streaming_endpoint - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpoint + def streaming_locator + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocator + end + def video_overlay + Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoOverlay + end + def asset_storage_encryption_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStorageEncryptionFormat + end + def metric_unit + Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricUnit end def filter_track_property_type Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyType @@ -733,53 +721,50 @@ def filter_track_property_type def filter_track_property_compare_operation Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCompareOperation end - def metric_unit - Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricUnit + def job_input_http + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputHttp end def metric_aggregation_type Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricAggregationType end - def storage_account_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccountType - end - def asset_storage_encryption_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStorageEncryptionFormat - end - def asset_container_permission - Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetContainerPermission - end - def content_key_policy_play_ready_unknown_output_passing_option - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyUnknownOutputPassingOption - end def content_key_policy_play_ready_license_type Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicenseType end - def content_key_policy_play_ready_content_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentType + def format + Azure::MediaServices::Mgmt::V2018_07_01::Models::Format end def content_key_policy_restriction_token_type Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestrictionTokenType end - def content_key_policy_fair_play_rental_and_lease_key_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayRentalAndLeaseKeyType + def stretch_mode + Azure::MediaServices::Mgmt::V2018_07_01::Models::StretchMode + end + def deinterlace_mode + Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceMode + end + def asset_container_permission + Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetContainerPermission + end + def content_key_policy_play_ready_unknown_output_passing_option + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyUnknownOutputPassingOption end def aac_audio_profile Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudioProfile end - def stretch_mode - Azure::MediaServices::Mgmt::V2018_07_01::Models::StretchMode + def content_key_policy_play_ready_content_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentType end def deinterlace_parity Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceParity end - def deinterlace_mode - Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceMode + def content_key_policy_fair_play_rental_and_lease_key_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayRentalAndLeaseKeyType end def rotation Azure::MediaServices::Mgmt::V2018_07_01::Models::Rotation end - def h264_video_profile - Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile + def streaming_entity_scale_unit + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEntityScaleUnit end def entropy_mode Azure::MediaServices::Mgmt::V2018_07_01::Models::EntropyMode @@ -790,8 +775,8 @@ def h264_complexity def encoder_named_preset Azure::MediaServices::Mgmt::V2018_07_01::Models::EncoderNamedPreset end - def insights_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::InsightsType + def h264_video_profile + Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile end def on_error_type Azure::MediaServices::Mgmt::V2018_07_01::Models::OnErrorType @@ -802,26 +787,23 @@ def priority def job_error_code Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCode end - def job_error_category - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCategory + def insights_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::InsightsType end def job_retry Azure::MediaServices::Mgmt::V2018_07_01::Models::JobRetry end - def job_state - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobState - end def track_property_type Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyType end def track_property_compare_operation Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyCompareOperation end - def streaming_locator_content_key_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKeyType + def job_error_category + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCategory end - def streaming_policy_streaming_protocol - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyStreamingProtocol + def streaming_endpoint_list_result + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointListResult end def encryption_scheme Azure::MediaServices::Mgmt::V2018_07_01::Models::EncryptionScheme @@ -829,11 +811,11 @@ def encryption_scheme def live_output_resource_state Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutputResourceState end - def live_event_input_protocol - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputProtocol + def streaming_locator_content_key_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKeyType end - def live_event_encoding_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncodingType + def streaming_policy_streaming_protocol + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyStreamingProtocol end def live_event_resource_state Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventResourceState @@ -841,9 +823,27 @@ def live_event_resource_state def stream_options_flag Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamOptionsFlag end + def live_event_input_protocol + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputProtocol + end + def live_event_encoding_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncodingType + end + def location + Azure::MediaServices::Mgmt::V2018_07_01::Models::Location + end def streaming_endpoint_resource_state Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointResourceState end + def storage_account_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccountType + end + def storage_account + Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccount + end + def job_state + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobState + end end end end diff --git a/azure_sdk/lib/latest/modules/monitor_profile_module.rb b/azure_sdk/lib/latest/modules/monitor_profile_module.rb index 3a91a1dd5f..663f2916a2 100644 --- a/azure_sdk/lib/latest/modules/monitor_profile_module.rb +++ b/azure_sdk/lib/latest/modules/monitor_profile_module.rb @@ -21,13 +21,12 @@ module Mgmt MetricBaseline = Azure::Monitor::Mgmt::V2017_11_01_preview::MetricBaseline MetricDefinitions = Azure::Monitor::Mgmt::V2018_01_01::MetricDefinitions Metrics = Azure::Monitor::Mgmt::V2018_01_01::Metrics + ActionGroups = Azure::Monitor::Mgmt::V2018_03_01::ActionGroups MetricAlerts = Azure::Monitor::Mgmt::V2018_03_01::MetricAlerts MetricAlertsStatus = Azure::Monitor::Mgmt::V2018_03_01::MetricAlertsStatus - ActionGroups = Azure::Monitor::Mgmt::V2018_03_01::ActionGroups ScheduledQueryRules = Azure::Monitor::Mgmt::V2018_04_16::ScheduledQueryRules module Models - RecurrentSchedule = Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrentSchedule Recurrence = Azure::Monitor::Mgmt::V2015_04_01::Models::Recurrence SenderAuthorization = Azure::Monitor::Mgmt::V2015_04_01::Models::SenderAuthorization AutoscaleProfile = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleProfile @@ -44,17 +43,18 @@ module Models MetricTrigger = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricTrigger EventCategoryCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::EventCategoryCollection HttpRequestInfo = Azure::Monitor::Mgmt::V2015_04_01::Models::HttpRequestInfo - OperationDisplay = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay TimeWindow = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow Operation = Azure::Monitor::Mgmt::V2015_04_01::Models::Operation - OperationListResult = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult + OperationDisplay = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay AutoscaleSettingResource = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource - EventLevel = Azure::Monitor::Mgmt::V2015_04_01::Models::EventLevel MetricStatisticType = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType - TimeAggregationType = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType ComparisonOperationType = Azure::Monitor::Mgmt::V2015_04_01::Models::ComparisonOperationType ScaleDirection = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection + TimeAggregationType = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType + OperationListResult = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult ScaleType = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType + EventLevel = Azure::Monitor::Mgmt::V2015_04_01::Models::EventLevel + RecurrentSchedule = Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrentSchedule RuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleCondition AlertRuleResourcePatch = Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourcePatch RuleManagementEventClaimsDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventClaimsDataSource @@ -77,87 +77,87 @@ module Models LogProfileResource = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResource ConditionOperator = Azure::Monitor::Mgmt::V2016_03_01::Models::ConditionOperator TimeAggregationOperator = Azure::Monitor::Mgmt::V2016_03_01::Models::TimeAggregationOperator + ActivityLogAlertList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList + ActivityLogAlertResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource ActivityLogAlertLeafCondition = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertLeafCondition ActivityLogAlertAllOfCondition = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertAllOfCondition ActivityLogAlertActionGroup = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionGroup ActivityLogAlertActionList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionList ActivityLogAlertPatchBody = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertPatchBody - ActivityLogAlertList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList - ActivityLogAlertResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource + DiagnosticSettingsCategoryResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource + CategoryType = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType + RetentionPolicy = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy ProxyOnlyResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource - MetricSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings LogSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings + MetricSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings DiagnosticSettingsCategoryResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection DiagnosticSettingsResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection - RetentionPolicy = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy DiagnosticSettingsResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource - DiagnosticSettingsCategoryResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource - CategoryType = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType + CalculateBaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse + Sensitivity = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity Baseline = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Baseline BaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineResponse BaselineMetadataValue = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineMetadataValue TimeSeriesInformation = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::TimeSeriesInformation - CalculateBaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse - Sensitivity = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity - MetricValue = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricValue - LocalizableString = Azure::Monitor::Mgmt::V2018_01_01::Models::LocalizableString - MetadataValue = Azure::Monitor::Mgmt::V2018_01_01::Models::MetadataValue + ResultType = Azure::Monitor::Mgmt::V2018_01_01::Models::ResultType MetricDefinition = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinition - TimeSeriesElement = Azure::Monitor::Mgmt::V2018_01_01::Models::TimeSeriesElement - Metric = Azure::Monitor::Mgmt::V2018_01_01::Models::Metric MetricDefinitionCollection = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection - Response = Azure::Monitor::Mgmt::V2018_01_01::Models::Response MetricAvailability = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricAvailability + Response = Azure::Monitor::Mgmt::V2018_01_01::Models::Response + LocalizableString = Azure::Monitor::Mgmt::V2018_01_01::Models::LocalizableString + MetricValue = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricValue + MetadataValue = Azure::Monitor::Mgmt::V2018_01_01::Models::MetadataValue + TimeSeriesElement = Azure::Monitor::Mgmt::V2018_01_01::Models::TimeSeriesElement Unit = Azure::Monitor::Mgmt::V2018_01_01::Models::Unit AggregationType = Azure::Monitor::Mgmt::V2018_01_01::Models::AggregationType - ResultType = Azure::Monitor::Mgmt::V2018_01_01::Models::ResultType + Metric = Azure::Monitor::Mgmt::V2018_01_01::Models::Metric + EnableRequest = Azure::Monitor::Mgmt::V2018_03_01::Models::EnableRequest EmailReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::EmailReceiver + ActionGroupPatchBody = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupPatchBody + WebhookReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::WebhookReceiver + MetricDimension = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricDimension + AzureAppPushReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::AzureAppPushReceiver + AutomationRunbookReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::AutomationRunbookReceiver + ItsmReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::ItsmReceiver SmsReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::SmsReceiver MetricAlertCriteria = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertCriteria - WebhookReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::WebhookReceiver MetricAlertResourcePatch = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResourcePatch - ItsmReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::ItsmReceiver MetricAlertStatusProperties = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatusProperties - AzureAppPushReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::AzureAppPushReceiver MetricAlertStatusCollection = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatusCollection - AutomationRunbookReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::AutomationRunbookReceiver MetricCriteria = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricCriteria VoiceReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::VoiceReceiver LogicAppReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::LogicAppReceiver MetricAlertAction = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertAction MetricAlertResourceCollection = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResourceCollection - ActionGroupPatchBody = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupPatchBody - MetricDimension = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricDimension AzureFunctionReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::AzureFunctionReceiver MetricAlertStatus = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatus - EnableRequest = Azure::Monitor::Mgmt::V2018_03_01::Models::EnableRequest - ActionGroupList = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupList MetricAlertResource = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResource MetricAlertSingleResourceMultipleMetricCriteria = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertSingleResourceMultipleMetricCriteria - ActionGroupResource = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupResource ReceiverStatus = Azure::Monitor::Mgmt::V2018_03_01::Models::ReceiverStatus - LogSearchRuleResourceCollection = Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourceCollection + ActionGroupList = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupList + ActionGroupResource = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupResource + QueryType = Azure::Monitor::Mgmt::V2018_04_16::Models::QueryType + Enabled = Azure::Monitor::Mgmt::V2018_04_16::Models::Enabled + MetricTriggerType = Azure::Monitor::Mgmt::V2018_04_16::Models::MetricTriggerType + ConditionalOperator = Azure::Monitor::Mgmt::V2018_04_16::Models::ConditionalOperator + Action = Azure::Monitor::Mgmt::V2018_04_16::Models::Action Resource = Azure::Monitor::Mgmt::V2018_04_16::Models::Resource - LogMetricTrigger = Azure::Monitor::Mgmt::V2018_04_16::Models::LogMetricTrigger Schedule = Azure::Monitor::Mgmt::V2018_04_16::Models::Schedule + AlertSeverity = Azure::Monitor::Mgmt::V2018_04_16::Models::AlertSeverity + ProvisioningState = Azure::Monitor::Mgmt::V2018_04_16::Models::ProvisioningState + LogSearchRuleResourceCollection = Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourceCollection + LogMetricTrigger = Azure::Monitor::Mgmt::V2018_04_16::Models::LogMetricTrigger TriggerCondition = Azure::Monitor::Mgmt::V2018_04_16::Models::TriggerCondition - Action = Azure::Monitor::Mgmt::V2018_04_16::Models::Action - Source = Azure::Monitor::Mgmt::V2018_04_16::Models::Source AzNsActionGroup = Azure::Monitor::Mgmt::V2018_04_16::Models::AzNsActionGroup LogSearchRuleResourcePatch = Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourcePatch - ErrorResponse = Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse LogSearchRuleResource = Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResource AlertingAction = Azure::Monitor::Mgmt::V2018_04_16::Models::AlertingAction - Enabled = Azure::Monitor::Mgmt::V2018_04_16::Models::Enabled - ProvisioningState = Azure::Monitor::Mgmt::V2018_04_16::Models::ProvisioningState - QueryType = Azure::Monitor::Mgmt::V2018_04_16::Models::QueryType - ConditionalOperator = Azure::Monitor::Mgmt::V2018_04_16::Models::ConditionalOperator - MetricTriggerType = Azure::Monitor::Mgmt::V2018_04_16::Models::MetricTriggerType - AlertSeverity = Azure::Monitor::Mgmt::V2018_04_16::Models::AlertSeverity + ErrorResponse = Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse + Source = Azure::Monitor::Mgmt::V2018_04_16::Models::Source end class MonitorManagementClass - attr_reader :activity_logs, :autoscale_settings, :event_categories, :operations, :tenant_activity_logs, :alert_rules, :alert_rule_incidents, :log_profiles, :activity_log_alerts, :diagnostic_settings_operations, :diagnostic_settings_category_operations, :metric_baseline, :metric_definitions, :metrics, :metric_alerts, :metric_alerts_status, :action_groups, :scheduled_query_rules, :configurable, :base_url, :options, :model_classes + attr_reader :activity_logs, :autoscale_settings, :event_categories, :operations, :tenant_activity_logs, :alert_rules, :alert_rule_incidents, :log_profiles, :activity_log_alerts, :diagnostic_settings_operations, :diagnostic_settings_category_operations, :metric_baseline, :metric_definitions, :metrics, :action_groups, :metric_alerts, :metric_alerts_status, :scheduled_query_rules, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -217,9 +217,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_6.subscription_id = configurable.subscription_id end add_telemetry(@client_6) + @action_groups = @client_6.action_groups @metric_alerts = @client_6.metric_alerts @metric_alerts_status = @client_6.metric_alerts_status - @action_groups = @client_6.action_groups @client_7 = Azure::Monitor::Mgmt::V2018_04_16::MonitorClient.new(configurable.credentials, base_url, options) if(@client_7.respond_to?(:subscription_id)) @@ -259,9 +259,6 @@ def method_missing(method, *args) end class ModelClasses - def recurrent_schedule - Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrentSchedule - end def recurrence Azure::Monitor::Mgmt::V2015_04_01::Models::Recurrence end @@ -310,39 +307,42 @@ def event_category_collection def http_request_info Azure::Monitor::Mgmt::V2015_04_01::Models::HttpRequestInfo end - def operation_display - Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay - end def time_window Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow end def operation Azure::Monitor::Mgmt::V2015_04_01::Models::Operation end - def operation_list_result - Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult + def operation_display + Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay end def autoscale_setting_resource Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource end - def event_level - Azure::Monitor::Mgmt::V2015_04_01::Models::EventLevel - end def metric_statistic_type Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType end - def time_aggregation_type - Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType - end def comparison_operation_type Azure::Monitor::Mgmt::V2015_04_01::Models::ComparisonOperationType end def scale_direction Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection end + def time_aggregation_type + Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType + end + def operation_list_result + Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult + end def scale_type Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType end + def event_level + Azure::Monitor::Mgmt::V2015_04_01::Models::EventLevel + end + def recurrent_schedule + Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrentSchedule + end def rule_condition Azure::Monitor::Mgmt::V2016_03_01::Models::RuleCondition end @@ -409,6 +409,12 @@ def condition_operator def time_aggregation_operator Azure::Monitor::Mgmt::V2016_03_01::Models::TimeAggregationOperator end + def activity_log_alert_list + Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList + end + def activity_log_alert_resource + Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource + end def activity_log_alert_leaf_condition Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertLeafCondition end @@ -424,38 +430,38 @@ def activity_log_alert_action_list def activity_log_alert_patch_body Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertPatchBody end - def activity_log_alert_list - Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList + def diagnostic_settings_category_resource + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource end - def activity_log_alert_resource - Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource + 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 proxy_only_resource Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource 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 end + def metric_settings + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings + end def diagnostic_settings_category_resource_collection Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection end def diagnostic_settings_resource_collection Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection end - def retention_policy - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy - end def diagnostic_settings_resource Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource end - def diagnostic_settings_category_resource - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource + def calculate_baseline_response + Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse end - def category_type - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType + def sensitivity + Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity end def baseline Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Baseline @@ -469,78 +475,81 @@ def baseline_metadata_value def time_series_information Azure::Monitor::Mgmt::V2017_11_01_preview::Models::TimeSeriesInformation end - def calculate_baseline_response - Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse + def result_type + Azure::Monitor::Mgmt::V2018_01_01::Models::ResultType end - def sensitivity - Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity + def metric_definition + Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinition end - def metric_value - Azure::Monitor::Mgmt::V2018_01_01::Models::MetricValue + def metric_definition_collection + Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection + end + def metric_availability + Azure::Monitor::Mgmt::V2018_01_01::Models::MetricAvailability + end + def response + Azure::Monitor::Mgmt::V2018_01_01::Models::Response end def localizable_string Azure::Monitor::Mgmt::V2018_01_01::Models::LocalizableString end + def metric_value + Azure::Monitor::Mgmt::V2018_01_01::Models::MetricValue + end def metadata_value Azure::Monitor::Mgmt::V2018_01_01::Models::MetadataValue end - def metric_definition - Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinition - end def time_series_element Azure::Monitor::Mgmt::V2018_01_01::Models::TimeSeriesElement end - def metric - Azure::Monitor::Mgmt::V2018_01_01::Models::Metric - end - def metric_definition_collection - Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection - end - def response - Azure::Monitor::Mgmt::V2018_01_01::Models::Response - end - def metric_availability - Azure::Monitor::Mgmt::V2018_01_01::Models::MetricAvailability - end def unit Azure::Monitor::Mgmt::V2018_01_01::Models::Unit end def aggregation_type Azure::Monitor::Mgmt::V2018_01_01::Models::AggregationType end - def result_type - Azure::Monitor::Mgmt::V2018_01_01::Models::ResultType + def metric + Azure::Monitor::Mgmt::V2018_01_01::Models::Metric + end + def enable_request + Azure::Monitor::Mgmt::V2018_03_01::Models::EnableRequest end def email_receiver Azure::Monitor::Mgmt::V2018_03_01::Models::EmailReceiver end + def action_group_patch_body + Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupPatchBody + end + def webhook_receiver + Azure::Monitor::Mgmt::V2018_03_01::Models::WebhookReceiver + end + def metric_dimension + Azure::Monitor::Mgmt::V2018_03_01::Models::MetricDimension + end + def azure_app_push_receiver + Azure::Monitor::Mgmt::V2018_03_01::Models::AzureAppPushReceiver + end + def automation_runbook_receiver + Azure::Monitor::Mgmt::V2018_03_01::Models::AutomationRunbookReceiver + end + def itsm_receiver + Azure::Monitor::Mgmt::V2018_03_01::Models::ItsmReceiver + end def sms_receiver Azure::Monitor::Mgmt::V2018_03_01::Models::SmsReceiver end def metric_alert_criteria Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertCriteria end - def webhook_receiver - Azure::Monitor::Mgmt::V2018_03_01::Models::WebhookReceiver - end def metric_alert_resource_patch Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResourcePatch end - def itsm_receiver - Azure::Monitor::Mgmt::V2018_03_01::Models::ItsmReceiver - end def metric_alert_status_properties Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatusProperties end - def azure_app_push_receiver - Azure::Monitor::Mgmt::V2018_03_01::Models::AzureAppPushReceiver - end def metric_alert_status_collection Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatusCollection end - def automation_runbook_receiver - Azure::Monitor::Mgmt::V2018_03_01::Models::AutomationRunbookReceiver - end def metric_criteria Azure::Monitor::Mgmt::V2018_03_01::Models::MetricCriteria end @@ -556,56 +565,62 @@ def metric_alert_action def metric_alert_resource_collection Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResourceCollection end - def action_group_patch_body - Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupPatchBody - end - def metric_dimension - Azure::Monitor::Mgmt::V2018_03_01::Models::MetricDimension - end def azure_function_receiver Azure::Monitor::Mgmt::V2018_03_01::Models::AzureFunctionReceiver end def metric_alert_status Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatus end - def enable_request - Azure::Monitor::Mgmt::V2018_03_01::Models::EnableRequest - end - def action_group_list - Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupList - end def metric_alert_resource Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResource end def metric_alert_single_resource_multiple_metric_criteria Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertSingleResourceMultipleMetricCriteria end + def receiver_status + Azure::Monitor::Mgmt::V2018_03_01::Models::ReceiverStatus + end + def action_group_list + Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupList + end def action_group_resource Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupResource end - def receiver_status - Azure::Monitor::Mgmt::V2018_03_01::Models::ReceiverStatus + def query_type + Azure::Monitor::Mgmt::V2018_04_16::Models::QueryType end - def log_search_rule_resource_collection - Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourceCollection + def enabled + Azure::Monitor::Mgmt::V2018_04_16::Models::Enabled + end + def metric_trigger_type + Azure::Monitor::Mgmt::V2018_04_16::Models::MetricTriggerType + end + def conditional_operator + Azure::Monitor::Mgmt::V2018_04_16::Models::ConditionalOperator + end + def action + Azure::Monitor::Mgmt::V2018_04_16::Models::Action end def resource Azure::Monitor::Mgmt::V2018_04_16::Models::Resource end - def log_metric_trigger - Azure::Monitor::Mgmt::V2018_04_16::Models::LogMetricTrigger - end def schedule Azure::Monitor::Mgmt::V2018_04_16::Models::Schedule end - def trigger_condition - Azure::Monitor::Mgmt::V2018_04_16::Models::TriggerCondition + def alert_severity + Azure::Monitor::Mgmt::V2018_04_16::Models::AlertSeverity end - def action - Azure::Monitor::Mgmt::V2018_04_16::Models::Action + def provisioning_state + Azure::Monitor::Mgmt::V2018_04_16::Models::ProvisioningState end - def source - Azure::Monitor::Mgmt::V2018_04_16::Models::Source + def log_search_rule_resource_collection + Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourceCollection + end + def log_metric_trigger + Azure::Monitor::Mgmt::V2018_04_16::Models::LogMetricTrigger + end + def trigger_condition + Azure::Monitor::Mgmt::V2018_04_16::Models::TriggerCondition end def az_ns_action_group Azure::Monitor::Mgmt::V2018_04_16::Models::AzNsActionGroup @@ -613,32 +628,17 @@ def az_ns_action_group def log_search_rule_resource_patch Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourcePatch end - def error_response - Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse - end def log_search_rule_resource Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResource end def alerting_action Azure::Monitor::Mgmt::V2018_04_16::Models::AlertingAction end - def enabled - Azure::Monitor::Mgmt::V2018_04_16::Models::Enabled - end - def provisioning_state - Azure::Monitor::Mgmt::V2018_04_16::Models::ProvisioningState - end - def query_type - Azure::Monitor::Mgmt::V2018_04_16::Models::QueryType - end - def conditional_operator - Azure::Monitor::Mgmt::V2018_04_16::Models::ConditionalOperator - end - def metric_trigger_type - Azure::Monitor::Mgmt::V2018_04_16::Models::MetricTriggerType + def error_response + Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse end - def alert_severity - Azure::Monitor::Mgmt::V2018_04_16::Models::AlertSeverity + def source + Azure::Monitor::Mgmt::V2018_04_16::Models::Source 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 05ea37ad1f..4e93319626 100644 --- a/azure_sdk/lib/latest/modules/network_profile_module.rb +++ b/azure_sdk/lib/latest/modules/network_profile_module.rb @@ -7,24 +7,26 @@ module Azure::Profiles::Latest module Network module Mgmt - ApplicationGateways = Azure::Network::Mgmt::V2018_08_01::ApplicationGateways - ApplicationSecurityGroups = Azure::Network::Mgmt::V2018_08_01::ApplicationSecurityGroups AvailableDelegations = Azure::Network::Mgmt::V2018_08_01::AvailableDelegations AvailableResourceGroupDelegations = Azure::Network::Mgmt::V2018_08_01::AvailableResourceGroupDelegations AzureFirewalls = Azure::Network::Mgmt::V2018_08_01::AzureFirewalls AzureFirewallFqdnTags = Azure::Network::Mgmt::V2018_08_01::AzureFirewallFqdnTags DdosProtectionPlans = Azure::Network::Mgmt::V2018_08_01::DdosProtectionPlans - AvailableEndpointServices = Azure::Network::Mgmt::V2018_08_01::AvailableEndpointServices - ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCircuitAuthorizations - ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCircuitPeerings ExpressRouteCircuitConnections = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCircuitConnections - ExpressRouteCircuits = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCircuits - ExpressRouteServiceProviders = Azure::Network::Mgmt::V2018_08_01::ExpressRouteServiceProviders ExpressRouteCrossConnections = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCrossConnections ExpressRouteCrossConnectionPeerings = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCrossConnectionPeerings ExpressRouteGateways = Azure::Network::Mgmt::V2018_08_01::ExpressRouteGateways ExpressRouteConnections = Azure::Network::Mgmt::V2018_08_01::ExpressRouteConnections InterfaceEndpoints = Azure::Network::Mgmt::V2018_08_01::InterfaceEndpoints + NetworkInterfaceTapConfigurations = Azure::Network::Mgmt::V2018_08_01::NetworkInterfaceTapConfigurations + NetworkProfiles = Azure::Network::Mgmt::V2018_08_01::NetworkProfiles + ApplicationGateways = Azure::Network::Mgmt::V2018_08_01::ApplicationGateways + ApplicationSecurityGroups = Azure::Network::Mgmt::V2018_08_01::ApplicationSecurityGroups + AvailableEndpointServices = Azure::Network::Mgmt::V2018_08_01::AvailableEndpointServices + ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCircuitAuthorizations + ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCircuitPeerings + ExpressRouteCircuits = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCircuits + ExpressRouteServiceProviders = Azure::Network::Mgmt::V2018_08_01::ExpressRouteServiceProviders LoadBalancers = Azure::Network::Mgmt::V2018_08_01::LoadBalancers LoadBalancerBackendAddressPools = Azure::Network::Mgmt::V2018_08_01::LoadBalancerBackendAddressPools LoadBalancerFrontendIPConfigurations = Azure::Network::Mgmt::V2018_08_01::LoadBalancerFrontendIPConfigurations @@ -32,49 +34,47 @@ module Mgmt LoadBalancerLoadBalancingRules = Azure::Network::Mgmt::V2018_08_01::LoadBalancerLoadBalancingRules LoadBalancerNetworkInterfaces = Azure::Network::Mgmt::V2018_08_01::LoadBalancerNetworkInterfaces LoadBalancerProbes = Azure::Network::Mgmt::V2018_08_01::LoadBalancerProbes - NetworkInterfaces = Azure::Network::Mgmt::V2018_08_01::NetworkInterfaces NetworkInterfaceIPConfigurations = Azure::Network::Mgmt::V2018_08_01::NetworkInterfaceIPConfigurations NetworkInterfaceLoadBalancers = Azure::Network::Mgmt::V2018_08_01::NetworkInterfaceLoadBalancers - NetworkInterfaceTapConfigurations = Azure::Network::Mgmt::V2018_08_01::NetworkInterfaceTapConfigurations - NetworkProfiles = Azure::Network::Mgmt::V2018_08_01::NetworkProfiles NetworkSecurityGroups = Azure::Network::Mgmt::V2018_08_01::NetworkSecurityGroups SecurityRules = Azure::Network::Mgmt::V2018_08_01::SecurityRules DefaultSecurityRules = Azure::Network::Mgmt::V2018_08_01::DefaultSecurityRules NetworkWatchers = Azure::Network::Mgmt::V2018_08_01::NetworkWatchers PacketCaptures = Azure::Network::Mgmt::V2018_08_01::PacketCaptures ConnectionMonitors = Azure::Network::Mgmt::V2018_08_01::ConnectionMonitors - Operations = Azure::Network::Mgmt::V2018_08_01::Operations - PublicIPAddresses = Azure::Network::Mgmt::V2018_08_01::PublicIPAddresses - PublicIPPrefixes = Azure::Network::Mgmt::V2018_08_01::PublicIPPrefixes RouteFilters = Azure::Network::Mgmt::V2018_08_01::RouteFilters RouteFilterRules = Azure::Network::Mgmt::V2018_08_01::RouteFilterRules RouteTables = Azure::Network::Mgmt::V2018_08_01::RouteTables Routes = Azure::Network::Mgmt::V2018_08_01::Routes BgpServiceCommunities = Azure::Network::Mgmt::V2018_08_01::BgpServiceCommunities + Usages = Azure::Network::Mgmt::V2018_08_01::Usages + PublicIPPrefixes = Azure::Network::Mgmt::V2018_08_01::PublicIPPrefixes ServiceEndpointPolicies = Azure::Network::Mgmt::V2018_08_01::ServiceEndpointPolicies ServiceEndpointPolicyDefinitions = Azure::Network::Mgmt::V2018_08_01::ServiceEndpointPolicyDefinitions - Usages = Azure::Network::Mgmt::V2018_08_01::Usages VirtualNetworks = Azure::Network::Mgmt::V2018_08_01::VirtualNetworks + NetworkInterfaces = Azure::Network::Mgmt::V2018_08_01::NetworkInterfaces + PublicIPAddresses = Azure::Network::Mgmt::V2018_08_01::PublicIPAddresses + VirtualNetworkGateways = Azure::Network::Mgmt::V2018_08_01::VirtualNetworkGateways Subnets = Azure::Network::Mgmt::V2018_08_01::Subnets VirtualNetworkPeerings = Azure::Network::Mgmt::V2018_08_01::VirtualNetworkPeerings - VirtualNetworkTaps = Azure::Network::Mgmt::V2018_08_01::VirtualNetworkTaps - VirtualNetworkGateways = Azure::Network::Mgmt::V2018_08_01::VirtualNetworkGateways + VpnGateways = Azure::Network::Mgmt::V2018_08_01::VpnGateways VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2018_08_01::VirtualNetworkGatewayConnections - LocalNetworkGateways = Azure::Network::Mgmt::V2018_08_01::LocalNetworkGateways + VirtualNetworkTaps = Azure::Network::Mgmt::V2018_08_01::VirtualNetworkTaps VirtualWans = Azure::Network::Mgmt::V2018_08_01::VirtualWans VpnSites = Azure::Network::Mgmt::V2018_08_01::VpnSites VpnSitesConfiguration = Azure::Network::Mgmt::V2018_08_01::VpnSitesConfiguration - VirtualHubs = Azure::Network::Mgmt::V2018_08_01::VirtualHubs + LocalNetworkGateways = Azure::Network::Mgmt::V2018_08_01::LocalNetworkGateways HubVirtualNetworkConnections = Azure::Network::Mgmt::V2018_08_01::HubVirtualNetworkConnections - VpnGateways = Azure::Network::Mgmt::V2018_08_01::VpnGateways VpnConnections = Azure::Network::Mgmt::V2018_08_01::VpnConnections P2sVpnServerConfigurations = Azure::Network::Mgmt::V2018_08_01::P2sVpnServerConfigurations P2sVpnGateways = Azure::Network::Mgmt::V2018_08_01::P2sVpnGateways + Operations = Azure::Network::Mgmt::V2018_08_01::Operations + VirtualHubs = Azure::Network::Mgmt::V2018_08_01::VirtualHubs module Models - EffectiveNetworkSecurityGroup = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityGroup + LogSpecification = Azure::Network::Mgmt::V2018_08_01::Models::LogSpecification + HTTPHeader = Azure::Network::Mgmt::V2018_08_01::Models::HTTPHeader ListP2SVpnGatewaysResult = Azure::Network::Mgmt::V2018_08_01::Models::ListP2SVpnGatewaysResult - SubResource = Azure::Network::Mgmt::V2018_08_01::Models::SubResource ExpressRouteCrossConnectionListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionListResult DeviceProperties = Azure::Network::Mgmt::V2018_08_01::Models::DeviceProperties ExpressRouteCrossConnectionPeeringList = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionPeeringList @@ -82,212 +82,54 @@ module Models VirtualHubId = Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubId GetVpnSitesConfigurationRequest = Azure::Network::Mgmt::V2018_08_01::Models::GetVpnSitesConfigurationRequest ExpressRouteCircuitPeeringId = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringId - VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayListConnectionsResult ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds - ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPropertiesFormat ExpressRouteGatewayPropertiesAutoScaleConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration - LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2018_08_01::Models::LocalNetworkGatewayListResult P2SVpnProfileParameters = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnProfileParameters - PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressDnsSettings PublicIPPrefixListResult = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixListResult VpnClientIPsecParameters = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientIPsecParameters ExpressRouteGatewayList = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayList - ConnectionResetSharedKey = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionResetSharedKey ExpressRouteConnectionList = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnectionList ListVirtualHubsResult = Azure::Network::Mgmt::V2018_08_01::Models::ListVirtualHubsResult InterfaceEndpointListResult = Azure::Network::Mgmt::V2018_08_01::Models::InterfaceEndpointListResult - TunnelConnectionHealth = Azure::Network::Mgmt::V2018_08_01::Models::TunnelConnectionHealth - LoadBalancerSku = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerSku - BgpPeerStatusListResult = Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerStatusListResult VpnProfileResponse = Azure::Network::Mgmt::V2018_08_01::Models::VpnProfileResponse - VpnClientParameters = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientParameters ReferencedPublicIpAddress = Azure::Network::Mgmt::V2018_08_01::Models::ReferencedPublicIpAddress - ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendAddress PublicIPPrefixSku = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixSku - ApplicationGatewayConnectionDraining = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayConnectionDraining - PublicIPAddressListResult = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressListResult - ApplicationGatewayBackendHealthServer = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthServer - OperationListResult = Azure::Network::Mgmt::V2018_08_01::Models::OperationListResult - ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthPool - LoadBalancerListResult = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerListResult - ApplicationGatewaySku = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySku - InboundNatRuleListResult = Azure::Network::Mgmt::V2018_08_01::Models::InboundNatRuleListResult - BgpSettings = Azure::Network::Mgmt::V2018_08_01::Models::BgpSettings - LoadBalancerBackendAddressPoolListResult = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerBackendAddressPoolListResult - IpsecPolicy = Azure::Network::Mgmt::V2018_08_01::Models::IpsecPolicy - LoadBalancerFrontendIPConfigurationListResult = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerFrontendIPConfigurationListResult VpnSiteId = Azure::Network::Mgmt::V2018_08_01::Models::VpnSiteId - LoadBalancerLoadBalancingRuleListResult = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerLoadBalancingRuleListResult VirtualWanSecurityProvider = Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProvider - LoadBalancerProbeListResult = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerProbeListResult - ApplicationGatewayProbeHealthResponseMatch = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProbeHealthResponseMatch - NetworkInterfaceListResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceListResult - VirtualNetworkUsage = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkUsage - ErrorDetails = Azure::Network::Mgmt::V2018_08_01::Models::ErrorDetails - IPAddressAvailabilityResult = Azure::Network::Mgmt::V2018_08_01::Models::IPAddressAvailabilityResult - Error = Azure::Network::Mgmt::V2018_08_01::Models::Error - ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration - AzureAsyncOperationResult = Azure::Network::Mgmt::V2018_08_01::Models::AzureAsyncOperationResult - VirtualNetworkListResult = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkListResult NetworkInterfaceTapConfigurationListResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceTapConfigurationListResult - ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRule - NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceIPConfigurationListResult VirtualWanSecurityProviders = Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProviders - NetworkInterfaceLoadBalancerListResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceLoadBalancerListResult - DhcpOptions = Azure::Network::Mgmt::V2018_08_01::Models::DhcpOptions - EffectiveNetworkSecurityGroupAssociation = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityGroupAssociation - ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies - EffectiveNetworkSecurityRule = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityRule - TagsObject = Azure::Network::Mgmt::V2018_08_01::Models::TagsObject - Operation = Azure::Network::Mgmt::V2018_08_01::Models::Operation AvailableDelegation = Azure::Network::Mgmt::V2018_08_01::Models::AvailableDelegation - EffectiveNetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityGroupListResult - SubnetListResult = Azure::Network::Mgmt::V2018_08_01::Models::SubnetListResult - EffectiveRoute = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRoute AzureFirewallApplicationRuleProtocol = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleProtocol - EffectiveRouteListResult = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteListResult ListP2SVpnServerConfigurationsResult = Azure::Network::Mgmt::V2018_08_01::Models::ListP2SVpnServerConfigurationsResult - OperationPropertiesFormatServiceSpecification = Azure::Network::Mgmt::V2018_08_01::Models::OperationPropertiesFormatServiceSpecification AzureFirewallNatRule = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRule - LogSpecification = Azure::Network::Mgmt::V2018_08_01::Models::LogSpecification AzureFirewallNetworkRule = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRule ContainerNetworkInterfaceIpConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterfaceIpConfiguration - Usage = Azure::Network::Mgmt::V2018_08_01::Models::Usage - MetricSpecification = Azure::Network::Mgmt::V2018_08_01::Models::MetricSpecification - UsageName = Azure::Network::Mgmt::V2018_08_01::Models::UsageName - Dimension = Azure::Network::Mgmt::V2018_08_01::Models::Dimension - DnsNameAvailabilityResult = Azure::Network::Mgmt::V2018_08_01::Models::DnsNameAvailabilityResult NetworkProfileListResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfileListResult DdosProtectionPlanListResult = Azure::Network::Mgmt::V2018_08_01::Models::DdosProtectionPlanListResult - SecurityRuleListResult = Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleListResult - EndpointServicesListResult = Azure::Network::Mgmt::V2018_08_01::Models::EndpointServicesListResult - NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroupListResult - AuthorizationListResult = Azure::Network::Mgmt::V2018_08_01::Models::AuthorizationListResult - ErrorResponse = Azure::Network::Mgmt::V2018_08_01::Models::ErrorResponse - BgpServiceCommunityListResult = Azure::Network::Mgmt::V2018_08_01::Models::BgpServiceCommunityListResult ExpressRouteConnectionId = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnectionId - NetworkWatcherListResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkWatcherListResult - BGPCommunity = Azure::Network::Mgmt::V2018_08_01::Models::BGPCommunity - TopologyParameters = Azure::Network::Mgmt::V2018_08_01::Models::TopologyParameters - Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_08_01::Models::Ipv6ExpressRouteCircuitPeeringConfig - TopologyAssociation = Azure::Network::Mgmt::V2018_08_01::Models::TopologyAssociation - ExpressRouteCircuitSku = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSku - TopologyResource = Azure::Network::Mgmt::V2018_08_01::Models::TopologyResource - RouteTableListResult = Azure::Network::Mgmt::V2018_08_01::Models::RouteTableListResult - Topology = Azure::Network::Mgmt::V2018_08_01::Models::Topology - ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsArpTableListResult - VerificationIPFlowParameters = Azure::Network::Mgmt::V2018_08_01::Models::VerificationIPFlowParameters - ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsRoutesTableListResult - VerificationIPFlowResult = Azure::Network::Mgmt::V2018_08_01::Models::VerificationIPFlowResult - ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult - NextHopParameters = Azure::Network::Mgmt::V2018_08_01::Models::NextHopParameters - ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProviderBandwidthsOffered - NextHopResult = Azure::Network::Mgmt::V2018_08_01::Models::NextHopResult - ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProviderListResult - SecurityGroupViewParameters = Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupViewParameters ExpressRouteCrossConnectionsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult - NetworkInterfaceAssociation = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceAssociation - RouteFilterListResult = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterListResult - SubnetAssociation = Azure::Network::Mgmt::V2018_08_01::Models::SubnetAssociation - EndpointService = Azure::Network::Mgmt::V2018_08_01::Models::EndpointService - SecurityRuleAssociations = Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleAssociations - VpnDeviceScriptParameters = Azure::Network::Mgmt::V2018_08_01::Models::VpnDeviceScriptParameters - SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupNetworkInterface - VirtualNetworkConnectionGatewayReference = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkConnectionGatewayReference - SecurityGroupViewResult = Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupViewResult - IpTag = Azure::Network::Mgmt::V2018_08_01::Models::IpTag - PacketCaptureStorageLocation = Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureStorageLocation - VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionListResult - PacketCaptureFilter = Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureFilter - GatewayRouteListResult = Azure::Network::Mgmt::V2018_08_01::Models::GatewayRouteListResult - PacketCaptureParameters = Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureParameters ListVpnConnectionsResult = Azure::Network::Mgmt::V2018_08_01::Models::ListVpnConnectionsResult - PacketCapture = Azure::Network::Mgmt::V2018_08_01::Models::PacketCapture - BgpPeerStatus = Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerStatus - PacketCaptureResult = Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureResult - ApplicationGatewayBackendHealth = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealth - PacketCaptureListResult = Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureListResult - VpnClientConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientConfiguration - PacketCaptureQueryStatusResult = Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureQueryStatusResult - VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySku - TroubleshootingParameters = Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingParameters - VirtualNetworkListUsageResult = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkListUsageResult - QueryTroubleshootingParameters = Azure::Network::Mgmt::V2018_08_01::Models::QueryTroubleshootingParameters - ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallDisabledRuleGroup - TroubleshootingRecommendedActions = Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingRecommendedActions - ApplicationGatewayListResult = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayListResult - TroubleshootingDetails = Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingDetails - ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableWafRuleSetsResult - TroubleshootingResult = Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingResult - Resource = Azure::Network::Mgmt::V2018_08_01::Models::Resource - RetentionPolicyParameters = Azure::Network::Mgmt::V2018_08_01::Models::RetentionPolicyParameters AvailableDelegationsResult = Azure::Network::Mgmt::V2018_08_01::Models::AvailableDelegationsResult - FlowLogStatusParameters = Azure::Network::Mgmt::V2018_08_01::Models::FlowLogStatusParameters AzureFirewallApplicationRule = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRule TrafficAnalyticsConfigurationProperties = Azure::Network::Mgmt::V2018_08_01::Models::TrafficAnalyticsConfigurationProperties - AddressSpace = Azure::Network::Mgmt::V2018_08_01::Models::AddressSpace TrafficAnalyticsProperties = Azure::Network::Mgmt::V2018_08_01::Models::TrafficAnalyticsProperties AzureFirewallListResult = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallListResult - FlowLogInformation = Azure::Network::Mgmt::V2018_08_01::Models::FlowLogInformation DdosProtectionPlan = Azure::Network::Mgmt::V2018_08_01::Models::DdosProtectionPlan - ConnectivitySource = Azure::Network::Mgmt::V2018_08_01::Models::ConnectivitySource ServiceEndpointPolicyDefinitionListResult = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyDefinitionListResult - ConnectivityDestination = Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityDestination - ExpressRouteCircuitStats = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitStats - HTTPHeader = Azure::Network::Mgmt::V2018_08_01::Models::HTTPHeader - RouteListResult = Azure::Network::Mgmt::V2018_08_01::Models::RouteListResult HTTPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::HTTPConfiguration - ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitServiceProviderProperties ProtocolConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ProtocolConfiguration - ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitRoutesTable - ConnectivityParameters = Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityParameters - ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitListResult - ConnectivityIssue = Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityIssue ExpressRouteCrossConnectionRoutesTableSummary = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionRoutesTableSummary - ConnectivityHop = Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityHop ListVirtualWANsResult = Azure::Network::Mgmt::V2018_08_01::Models::ListVirtualWANsResult - ConnectivityInformation = Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityInformation VirtualHubRoute = Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubRoute - AzureReachabilityReportLocation = Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportLocation VirtualHubRouteTable = Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubRouteTable - AzureReachabilityReportParameters = Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportParameters - VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayListResult - AzureReachabilityReportLatencyInfo = Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportLatencyInfo - ApplicationGatewayBackendHealthHttpSettings = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthHttpSettings - AzureReachabilityReportItem = Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportItem ListHubVirtualNetworkConnectionsResult = Azure::Network::Mgmt::V2018_08_01::Models::ListHubVirtualNetworkConnectionsResult - AzureReachabilityReport = Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReport - VirtualNetworkUsageName = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkUsageName - AvailableProvidersListParameters = Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListParameters - ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRuleGroup - AvailableProvidersListCity = Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListCity - ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationSecurityGroupListResult - AvailableProvidersListState = Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListState AzureFirewallNatRCAction = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRCAction - AvailableProvidersListCountry = Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListCountry AzureFirewallFqdnTagListResult = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallFqdnTagListResult - AvailableProvidersList = Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersList - ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringConfig - ConnectionMonitorSource = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorSource - ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringListResult - ConnectionMonitorDestination = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorDestination - ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitRoutesTableSummary - ConnectionMonitorParameters = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorParameters ExpressRouteCircuitReference = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitReference - ConnectionMonitor = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitor - PublicIPAddressSku = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressSku - ConnectionMonitorResult = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorResult - GatewayRoute = Azure::Network::Mgmt::V2018_08_01::Models::GatewayRoute - ConnectionMonitorListResult = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorListResult VirtualNetworkTapListResult = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTapListResult - ConnectionStateSnapshot = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionStateSnapshot - VirtualNetworkPeeringListResult = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeeringListResult - ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorQueryResult - UsagesListResult = Azure::Network::Mgmt::V2018_08_01::Models::UsagesListResult TrafficQuery = Azure::Network::Mgmt::V2018_08_01::Models::TrafficQuery VpnClientConnectionHealth = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientConnectionHealth NetworkConfigurationDiagnosticParameters = Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticParameters - RouteFilterRuleListResult = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRuleListResult MatchedRule = Azure::Network::Mgmt::V2018_08_01::Models::MatchedRule ListVpnGatewaysResult = Azure::Network::Mgmt::V2018_08_01::Models::ListVpnGatewaysResult NetworkSecurityRulesEvaluationResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityRulesEvaluationResult @@ -295,96 +137,25 @@ module Models EvaluatedNetworkSecurityGroup = Azure::Network::Mgmt::V2018_08_01::Models::EvaluatedNetworkSecurityGroup ServiceEndpointPolicyListResult = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyListResult NetworkSecurityGroupResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroupResult - NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceDnsSettings NetworkConfigurationDiagnosticResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticResult AzureFirewallRCAction = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallRCAction NetworkConfigurationDiagnosticResponse = Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticResponse - ApplicationGatewaySslPolicy = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicy - OperationDisplay = Azure::Network::Mgmt::V2018_08_01::Models::OperationDisplay - ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitArpTable - Availability = Azure::Network::Mgmt::V2018_08_01::Models::Availability - NetworkInterfaceTapConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceTapConfiguration - ApplicationSecurityGroup = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationSecurityGroup - SecurityRule = Azure::Network::Mgmt::V2018_08_01::Models::SecurityRule - InterfaceEndpoint = Azure::Network::Mgmt::V2018_08_01::Models::InterfaceEndpoint - NetworkInterface = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterface - NetworkSecurityGroup = Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroup - Route = Azure::Network::Mgmt::V2018_08_01::Models::Route - RouteTable = Azure::Network::Mgmt::V2018_08_01::Models::RouteTable - ServiceEndpointPolicyDefinition = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyDefinition - ServiceEndpointPolicy = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicy - PublicIPAddress = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddress - IPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::IPConfiguration - IPConfigurationProfile = Azure::Network::Mgmt::V2018_08_01::Models::IPConfigurationProfile - ResourceNavigationLink = Azure::Network::Mgmt::V2018_08_01::Models::ResourceNavigationLink - ServiceAssociationLink = Azure::Network::Mgmt::V2018_08_01::Models::ServiceAssociationLink - Delegation = Azure::Network::Mgmt::V2018_08_01::Models::Delegation - Subnet = Azure::Network::Mgmt::V2018_08_01::Models::Subnet - FrontendIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::FrontendIPConfiguration - VirtualNetworkTap = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTap - BackendAddressPool = Azure::Network::Mgmt::V2018_08_01::Models::BackendAddressPool - InboundNatRule = Azure::Network::Mgmt::V2018_08_01::Models::InboundNatRule - NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceIPConfiguration - ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendAddressPool - ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHttpSettings - ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayIPConfiguration - ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAuthenticationCertificate ApplicationGatewayTrustedRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayTrustedRootCertificate - ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslCertificate - ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFrontendIPConfiguration - ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFrontendPort - ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayHttpListener - ApplicationGatewayPathRule = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayPathRule - ApplicationGatewayProbe = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProbe - ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRequestRoutingRule - ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectConfiguration - ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayUrlPathMap - ApplicationGateway = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGateway - ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRuleSet - ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableSslOptions - ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPredefinedPolicy AzureFirewallIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallIPConfiguration AzureFirewallApplicationRuleCollection = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleCollection AzureFirewallNatRuleCollection = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRuleCollection AzureFirewallNetworkRuleCollection = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRuleCollection AzureFirewall = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewall AzureFirewallFqdnTag = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallFqdnTag - EndpointServiceResult = Azure::Network::Mgmt::V2018_08_01::Models::EndpointServiceResult - ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitAuthorization - RouteFilterRule = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRule ExpressRouteCircuitConnection = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitConnection - ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeering - RouteFilter = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilter - ExpressRouteCircuit = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuit - ExpressRouteServiceProvider = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProvider ExpressRouteCrossConnectionPeering = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionPeering ExpressRouteCrossConnection = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnection ExpressRouteConnection = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnection ExpressRouteGateway = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGateway - LoadBalancingRule = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancingRule - Probe = Azure::Network::Mgmt::V2018_08_01::Models::Probe - InboundNatPool = Azure::Network::Mgmt::V2018_08_01::Models::InboundNatPool OutboundRule = Azure::Network::Mgmt::V2018_08_01::Models::OutboundRule - LoadBalancer = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancer ContainerNetworkInterfaceConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterfaceConfiguration - Container = Azure::Network::Mgmt::V2018_08_01::Models::Container ContainerNetworkInterface = Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterface - NetworkProfile = Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfile - NetworkWatcher = Azure::Network::Mgmt::V2018_08_01::Models::NetworkWatcher PublicIPPrefix = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefix - PatchRouteFilterRule = Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilterRule - PatchRouteFilter = Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilter - BgpServiceCommunity = Azure::Network::Mgmt::V2018_08_01::Models::BgpServiceCommunity - VirtualNetworkPeering = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeering - VirtualNetwork = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetwork - VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayIPConfiguration - VpnClientRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientRootCertificate - VpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientRevokedCertificate - VirtualNetworkGateway = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGateway - LocalNetworkGateway = Azure::Network::Mgmt::V2018_08_01::Models::LocalNetworkGateway - VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnection - ConnectionSharedKey = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionSharedKey - VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionListEntity P2SVpnServerConfigVpnClientRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRootCertificate P2SVpnServerConfigVpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate P2SVpnServerConfigRadiusServerRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusServerRootCertificate @@ -397,958 +168,1337 @@ module Models VpnConnection = Azure::Network::Mgmt::V2018_08_01::Models::VpnConnection VpnGateway = Azure::Network::Mgmt::V2018_08_01::Models::VpnGateway P2SVpnGateway = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnGateway - IPAllocationMethod = Azure::Network::Mgmt::V2018_08_01::Models::IPAllocationMethod - SecurityRuleProtocol = Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleProtocol - SecurityRuleAccess = Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleAccess - SecurityRuleDirection = Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleDirection - RouteNextHopType = Azure::Network::Mgmt::V2018_08_01::Models::RouteNextHopType - PublicIPAddressSkuName = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressSkuName - IPVersion = Azure::Network::Mgmt::V2018_08_01::Models::IPVersion - TransportProtocol = Azure::Network::Mgmt::V2018_08_01::Models::TransportProtocol - ApplicationGatewayProtocol = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProtocol - ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayCookieBasedAffinity - ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthServerHealth - ApplicationGatewaySkuName = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySkuName - ApplicationGatewayTier = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayTier - ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslProtocol - ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicyType - ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicyName - ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslCipherSuite - ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRequestRoutingRuleType - ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectType - ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayOperationalState - ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallMode - ProvisioningState = Azure::Network::Mgmt::V2018_08_01::Models::ProvisioningState AzureFirewallRCActionType = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallRCActionType AzureFirewallApplicationRuleProtocolType = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleProtocolType AzureFirewallNatRCActionType = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRCActionType AzureFirewallNetworkRuleProtocol = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRuleProtocol - AuthorizationUseStatus = Azure::Network::Mgmt::V2018_08_01::Models::AuthorizationUseStatus - ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState - Access = Azure::Network::Mgmt::V2018_08_01::Models::Access ExpressRoutePeeringType = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRoutePeeringType ExpressRoutePeeringState = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRoutePeeringState CircuitConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::CircuitConnectionStatus - ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringState - ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSkuTier - ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSkuFamily - ServiceProviderProvisioningState = Azure::Network::Mgmt::V2018_08_01::Models::ServiceProviderProvisioningState - LoadBalancerSkuName = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerSkuName - LoadDistribution = Azure::Network::Mgmt::V2018_08_01::Models::LoadDistribution - ProbeProtocol = Azure::Network::Mgmt::V2018_08_01::Models::ProbeProtocol - NetworkOperationStatus = Azure::Network::Mgmt::V2018_08_01::Models::NetworkOperationStatus - EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveSecurityRuleProtocol - EffectiveRouteSource = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteSource - EffectiveRouteState = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteState - AssociationType = Azure::Network::Mgmt::V2018_08_01::Models::AssociationType - Direction = Azure::Network::Mgmt::V2018_08_01::Models::Direction IpFlowProtocol = Azure::Network::Mgmt::V2018_08_01::Models::IpFlowProtocol - NextHopType = Azure::Network::Mgmt::V2018_08_01::Models::NextHopType - PcProtocol = Azure::Network::Mgmt::V2018_08_01::Models::PcProtocol - PcStatus = Azure::Network::Mgmt::V2018_08_01::Models::PcStatus - PcError = Azure::Network::Mgmt::V2018_08_01::Models::PcError - Protocol = Azure::Network::Mgmt::V2018_08_01::Models::Protocol HTTPMethod = Azure::Network::Mgmt::V2018_08_01::Models::HTTPMethod - Origin = Azure::Network::Mgmt::V2018_08_01::Models::Origin - Severity = Azure::Network::Mgmt::V2018_08_01::Models::Severity - IssueType = Azure::Network::Mgmt::V2018_08_01::Models::IssueType - ConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionStatus ConnectionMonitorSourceStatus = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorSourceStatus - ConnectionState = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionState - EvaluationState = Azure::Network::Mgmt::V2018_08_01::Models::EvaluationState PublicIPPrefixSkuName = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixSkuName - VirtualNetworkPeeringState = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeeringState - VirtualNetworkGatewayType = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayType - VpnType = Azure::Network::Mgmt::V2018_08_01::Models::VpnType - VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySkuName - VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySkuTier - VpnClientProtocol = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientProtocol - IpsecEncryption = Azure::Network::Mgmt::V2018_08_01::Models::IpsecEncryption - IpsecIntegrity = Azure::Network::Mgmt::V2018_08_01::Models::IpsecIntegrity - IkeEncryption = Azure::Network::Mgmt::V2018_08_01::Models::IkeEncryption - IkeIntegrity = Azure::Network::Mgmt::V2018_08_01::Models::IkeIntegrity - DhGroup = Azure::Network::Mgmt::V2018_08_01::Models::DhGroup - PfsGroup = Azure::Network::Mgmt::V2018_08_01::Models::PfsGroup - BgpPeerState = Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerState - ProcessorArchitecture = Azure::Network::Mgmt::V2018_08_01::Models::ProcessorArchitecture - AuthenticationMethod = Azure::Network::Mgmt::V2018_08_01::Models::AuthenticationMethod - VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionStatus - VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionType VirtualNetworkGatewayConnectionProtocol = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionProtocol + Severity = Azure::Network::Mgmt::V2018_08_01::Models::Severity OfficeTrafficCategory = Azure::Network::Mgmt::V2018_08_01::Models::OfficeTrafficCategory VpnGatewayTunnelingProtocol = Azure::Network::Mgmt::V2018_08_01::Models::VpnGatewayTunnelingProtocol VpnConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::VpnConnectionStatus VirtualWanSecurityProviderType = Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProviderType TunnelConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::TunnelConnectionStatus HubVirtualNetworkConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnectionStatus - end - - class NetworkManagementClass - attr_reader :application_gateways, :application_security_groups, :available_delegations, :available_resource_group_delegations, :azure_firewalls, :azure_firewall_fqdn_tags, :ddos_protection_plans, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuit_connections, :express_route_circuits, :express_route_service_providers, :express_route_cross_connections, :express_route_cross_connection_peerings, :express_route_gateways, :express_route_connections, :interface_endpoints, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_network_interfaces, :load_balancer_probes, :network_interfaces, :network_interface_ipconfigurations, :network_interface_load_balancers, :network_interface_tap_configurations, :network_profiles, :network_security_groups, :security_rules, :default_security_rules, :network_watchers, :packet_captures, :connection_monitors, :operations, :public_ipaddresses, :public_ipprefixes, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :service_endpoint_policies, :service_endpoint_policy_definitions, :usages, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_taps, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :virtual_wans, :vpn_sites, :vpn_sites_configuration, :virtual_hubs, :hub_virtual_network_connections, :vpn_gateways, :vpn_connections, :p2s_vpn_server_configurations, :p2s_vpn_gateways, :configurable, :base_url, :options, :model_classes - - def initialize(configurable, base_url=nil, options=nil) - @configurable, @base_url, @options = configurable, base_url, options - - @client_0 = Azure::Network::Mgmt::V2018_08_01::NetworkManagementClient.new(configurable.credentials, base_url, options) - if(@client_0.respond_to?(:subscription_id)) - @client_0.subscription_id = configurable.subscription_id - end - add_telemetry(@client_0) - @application_gateways = @client_0.application_gateways - @application_security_groups = @client_0.application_security_groups - @available_delegations = @client_0.available_delegations - @available_resource_group_delegations = @client_0.available_resource_group_delegations - @azure_firewalls = @client_0.azure_firewalls - @azure_firewall_fqdn_tags = @client_0.azure_firewall_fqdn_tags - @ddos_protection_plans = @client_0.ddos_protection_plans - @available_endpoint_services = @client_0.available_endpoint_services - @express_route_circuit_authorizations = @client_0.express_route_circuit_authorizations - @express_route_circuit_peerings = @client_0.express_route_circuit_peerings - @express_route_circuit_connections = @client_0.express_route_circuit_connections - @express_route_circuits = @client_0.express_route_circuits - @express_route_service_providers = @client_0.express_route_service_providers - @express_route_cross_connections = @client_0.express_route_cross_connections - @express_route_cross_connection_peerings = @client_0.express_route_cross_connection_peerings - @express_route_gateways = @client_0.express_route_gateways - @express_route_connections = @client_0.express_route_connections - @interface_endpoints = @client_0.interface_endpoints - @load_balancers = @client_0.load_balancers - @load_balancer_backend_address_pools = @client_0.load_balancer_backend_address_pools - @load_balancer_frontend_ipconfigurations = @client_0.load_balancer_frontend_ipconfigurations - @inbound_nat_rules = @client_0.inbound_nat_rules - @load_balancer_load_balancing_rules = @client_0.load_balancer_load_balancing_rules - @load_balancer_network_interfaces = @client_0.load_balancer_network_interfaces - @load_balancer_probes = @client_0.load_balancer_probes - @network_interfaces = @client_0.network_interfaces - @network_interface_ipconfigurations = @client_0.network_interface_ipconfigurations - @network_interface_load_balancers = @client_0.network_interface_load_balancers - @network_interface_tap_configurations = @client_0.network_interface_tap_configurations - @network_profiles = @client_0.network_profiles - @network_security_groups = @client_0.network_security_groups - @security_rules = @client_0.security_rules - @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 - @operations = @client_0.operations - @public_ipaddresses = @client_0.public_ipaddresses - @public_ipprefixes = @client_0.public_ipprefixes - @route_filters = @client_0.route_filters - @route_filter_rules = @client_0.route_filter_rules - @route_tables = @client_0.route_tables - @routes = @client_0.routes - @bgp_service_communities = @client_0.bgp_service_communities - @service_endpoint_policies = @client_0.service_endpoint_policies - @service_endpoint_policy_definitions = @client_0.service_endpoint_policy_definitions - @usages = @client_0.usages - @virtual_networks = @client_0.virtual_networks - @subnets = @client_0.subnets - @virtual_network_peerings = @client_0.virtual_network_peerings - @virtual_network_taps = @client_0.virtual_network_taps - @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 - @virtual_wans = @client_0.virtual_wans - @vpn_sites = @client_0.vpn_sites - @vpn_sites_configuration = @client_0.vpn_sites_configuration - @virtual_hubs = @client_0.virtual_hubs - @hub_virtual_network_connections = @client_0.hub_virtual_network_connections - @vpn_gateways = @client_0.vpn_gateways - @vpn_connections = @client_0.vpn_connections - @p2s_vpn_server_configurations = @client_0.p2s_vpn_server_configurations - @p2s_vpn_gateways = @client_0.p2s_vpn_gateways - - @model_classes = ModelClasses.new - end - - def add_telemetry(client) - profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/Network/Mgmt" - client.add_user_agent_information(profile_information) - end - - def method_missing(method, *args) - if @client_0.respond_to?method - @client_0.send(method, *args) - else - super - end - end - - class ModelClasses - def effective_network_security_group - Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityGroup - end - def list_p2_svpn_gateways_result - Azure::Network::Mgmt::V2018_08_01::Models::ListP2SVpnGatewaysResult - end - def sub_resource - Azure::Network::Mgmt::V2018_08_01::Models::SubResource - end - def express_route_cross_connection_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionListResult - end - def device_properties - Azure::Network::Mgmt::V2018_08_01::Models::DeviceProperties - end - def express_route_cross_connection_peering_list - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionPeeringList - end - def list_vpn_sites_result - Azure::Network::Mgmt::V2018_08_01::Models::ListVpnSitesResult - end - def virtual_hub_id - Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubId - end - def get_vpn_sites_configuration_request - Azure::Network::Mgmt::V2018_08_01::Models::GetVpnSitesConfigurationRequest - end - def express_route_circuit_peering_id - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringId - end - def virtual_network_gateway_list_connections_result - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayListConnectionsResult - end - def express_route_gateway_properties_auto_scale_configuration_bounds - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds - end - def service_endpoint_properties_format - Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPropertiesFormat - end - def express_route_gateway_properties_auto_scale_configuration - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration - end - def local_network_gateway_list_result - Azure::Network::Mgmt::V2018_08_01::Models::LocalNetworkGatewayListResult - end - def p2_svpn_profile_parameters - Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnProfileParameters - end - def public_ipaddress_dns_settings - Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressDnsSettings - end - def public_ipprefix_list_result - Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixListResult + ErrorResponse = Azure::Network::Mgmt::V2018_08_01::Models::ErrorResponse + ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendAddress + PublicIPAddressSku = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressSku + IpTag = Azure::Network::Mgmt::V2018_08_01::Models::IpTag + PublicIPAddressListResult = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressListResult + EndpointService = Azure::Network::Mgmt::V2018_08_01::Models::EndpointService + PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressDnsSettings + NetworkInterfaceListResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceListResult + NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceDnsSettings + NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceIPConfigurationListResult + ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPropertiesFormat + ApplicationSecurityGroup = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationSecurityGroup + Delegation = Azure::Network::Mgmt::V2018_08_01::Models::Delegation + ServiceAssociationLink = Azure::Network::Mgmt::V2018_08_01::Models::ServiceAssociationLink + ResourceNavigationLink = Azure::Network::Mgmt::V2018_08_01::Models::ResourceNavigationLink + SecurityRule = Azure::Network::Mgmt::V2018_08_01::Models::SecurityRule + InterfaceEndpoint = Azure::Network::Mgmt::V2018_08_01::Models::InterfaceEndpoint + OperationDisplay = Azure::Network::Mgmt::V2018_08_01::Models::OperationDisplay + NetworkInterfaceTapConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceTapConfiguration + Operation = Azure::Network::Mgmt::V2018_08_01::Models::Operation + PublicIPAddress = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddress + OperationListResult = Azure::Network::Mgmt::V2018_08_01::Models::OperationListResult + VirtualNetworkTap = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTap + FrontendIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::FrontendIPConfiguration + IPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::IPConfiguration + InboundNatRule = Azure::Network::Mgmt::V2018_08_01::Models::InboundNatRule + NetworkInterface = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterface + NetworkSecurityGroup = Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroup + Route = Azure::Network::Mgmt::V2018_08_01::Models::Route + RouteTable = Azure::Network::Mgmt::V2018_08_01::Models::RouteTable + ServiceEndpointPolicyDefinition = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyDefinition + ServiceEndpointPolicy = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicy + IPConfigurationProfile = Azure::Network::Mgmt::V2018_08_01::Models::IPConfigurationProfile + Subnet = Azure::Network::Mgmt::V2018_08_01::Models::Subnet + SecurityRuleProtocol = Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleProtocol + NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceIPConfiguration + SecurityRuleAccess = Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleAccess + ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendAddressPool + BackendAddressPool = Azure::Network::Mgmt::V2018_08_01::Models::BackendAddressPool + SecurityRuleDirection = Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleDirection + IPAllocationMethod = Azure::Network::Mgmt::V2018_08_01::Models::IPAllocationMethod + RouteNextHopType = Azure::Network::Mgmt::V2018_08_01::Models::RouteNextHopType + TransportProtocol = Azure::Network::Mgmt::V2018_08_01::Models::TransportProtocol + PublicIPAddressSkuName = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressSkuName + TopologyAssociation = Azure::Network::Mgmt::V2018_08_01::Models::TopologyAssociation + TopologyResource = Azure::Network::Mgmt::V2018_08_01::Models::TopologyResource + Error = Azure::Network::Mgmt::V2018_08_01::Models::Error + VirtualNetworkConnectionGatewayReference = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkConnectionGatewayReference + LoadBalancerListResult = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerListResult + OperationPropertiesFormatServiceSpecification = Azure::Network::Mgmt::V2018_08_01::Models::OperationPropertiesFormatServiceSpecification + InboundNatRuleListResult = Azure::Network::Mgmt::V2018_08_01::Models::InboundNatRuleListResult + LoadBalancerBackendAddressPoolListResult = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerBackendAddressPoolListResult + ConnectionResetSharedKey = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionResetSharedKey + LoadBalancerFrontendIPConfigurationListResult = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerFrontendIPConfigurationListResult + IpsecPolicy = Azure::Network::Mgmt::V2018_08_01::Models::IpsecPolicy + LoadBalancerLoadBalancingRuleListResult = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerLoadBalancingRuleListResult + GatewayRouteListResult = Azure::Network::Mgmt::V2018_08_01::Models::GatewayRouteListResult + LoadBalancerProbeListResult = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerProbeListResult + BgpPeerStatusListResult = Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerStatusListResult + VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayListResult + ErrorDetails = Azure::Network::Mgmt::V2018_08_01::Models::ErrorDetails + ApplicationGatewayBackendHealthHttpSettings = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthHttpSettings + ApplicationGatewayBackendHealth = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealth + AzureAsyncOperationResult = Azure::Network::Mgmt::V2018_08_01::Models::AzureAsyncOperationResult + ApplicationGatewaySslPolicy = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicy + GatewayRoute = Azure::Network::Mgmt::V2018_08_01::Models::GatewayRoute + SubResource = Azure::Network::Mgmt::V2018_08_01::Models::SubResource + NetworkInterfaceLoadBalancerListResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceLoadBalancerListResult + EffectiveNetworkSecurityGroupAssociation = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityGroupAssociation + VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySku + EffectiveNetworkSecurityRule = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityRule + ApplicationGatewayProbeHealthResponseMatch = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProbeHealthResponseMatch + EffectiveNetworkSecurityGroup = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityGroup + BgpSettings = Azure::Network::Mgmt::V2018_08_01::Models::BgpSettings + EffectiveNetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityGroupListResult + VirtualNetworkListResult = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkListResult + EffectiveRoute = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRoute + ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration + EffectiveRouteListResult = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteListResult + ApplicationGatewayListResult = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayListResult + SecurityRuleListResult = Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleListResult + ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRuleGroup + NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroupListResult + ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableWafRuleSetsResult + AddressSpace = Azure::Network::Mgmt::V2018_08_01::Models::AddressSpace + NetworkWatcherListResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkWatcherListResult + TopologyParameters = Azure::Network::Mgmt::V2018_08_01::Models::TopologyParameters + ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationSecurityGroupListResult + DnsNameAvailabilityResult = Azure::Network::Mgmt::V2018_08_01::Models::DnsNameAvailabilityResult + Usage = Azure::Network::Mgmt::V2018_08_01::Models::Usage + EndpointServicesListResult = Azure::Network::Mgmt::V2018_08_01::Models::EndpointServicesListResult + MetricSpecification = Azure::Network::Mgmt::V2018_08_01::Models::MetricSpecification + AuthorizationListResult = Azure::Network::Mgmt::V2018_08_01::Models::AuthorizationListResult + Topology = Azure::Network::Mgmt::V2018_08_01::Models::Topology + VerificationIPFlowParameters = Azure::Network::Mgmt::V2018_08_01::Models::VerificationIPFlowParameters + Dimension = Azure::Network::Mgmt::V2018_08_01::Models::Dimension + VerificationIPFlowResult = Azure::Network::Mgmt::V2018_08_01::Models::VerificationIPFlowResult + Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_08_01::Models::Ipv6ExpressRouteCircuitPeeringConfig + NextHopParameters = Azure::Network::Mgmt::V2018_08_01::Models::NextHopParameters + ExpressRouteCircuitSku = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSku + NextHopResult = Azure::Network::Mgmt::V2018_08_01::Models::NextHopResult + RouteListResult = Azure::Network::Mgmt::V2018_08_01::Models::RouteListResult + SecurityGroupViewParameters = Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupViewParameters + ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsArpTableListResult + NetworkInterfaceAssociation = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceAssociation + BgpServiceCommunityListResult = Azure::Network::Mgmt::V2018_08_01::Models::BgpServiceCommunityListResult + SubnetAssociation = Azure::Network::Mgmt::V2018_08_01::Models::SubnetAssociation + ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult + SecurityRuleAssociations = Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleAssociations + VirtualNetworkUsageName = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkUsageName + SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupNetworkInterface + ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProviderListResult + SecurityGroupViewResult = Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupViewResult + RouteFilterRuleListResult = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRuleListResult + PacketCaptureStorageLocation = Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureStorageLocation + PacketCaptureFilter = Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureFilter + VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayListConnectionsResult + PacketCaptureParameters = Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureParameters + PacketCapture = Azure::Network::Mgmt::V2018_08_01::Models::PacketCapture + VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionListResult + PacketCaptureResult = Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureResult + PacketCaptureListResult = Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureListResult + ApplicationGatewayBackendHealthServer = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthServer + PacketCaptureQueryStatusResult = Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureQueryStatusResult + ApplicationGatewaySku = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySku + TroubleshootingParameters = Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingParameters + BgpPeerStatus = Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerStatus + QueryTroubleshootingParameters = Azure::Network::Mgmt::V2018_08_01::Models::QueryTroubleshootingParameters + VirtualNetworkListUsageResult = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkListUsageResult + TroubleshootingRecommendedActions = Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingRecommendedActions + IPAddressAvailabilityResult = Azure::Network::Mgmt::V2018_08_01::Models::IPAddressAvailabilityResult + TroubleshootingDetails = Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingDetails + DhcpOptions = Azure::Network::Mgmt::V2018_08_01::Models::DhcpOptions + TroubleshootingResult = Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingResult + VirtualNetworkPeeringListResult = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeeringListResult + RetentionPolicyParameters = Azure::Network::Mgmt::V2018_08_01::Models::RetentionPolicyParameters + ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies + FlowLogStatusParameters = Azure::Network::Mgmt::V2018_08_01::Models::FlowLogStatusParameters + UsagesListResult = Azure::Network::Mgmt::V2018_08_01::Models::UsagesListResult + FlowLogInformation = Azure::Network::Mgmt::V2018_08_01::Models::FlowLogInformation + ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringConfig + ConnectivitySource = Azure::Network::Mgmt::V2018_08_01::Models::ConnectivitySource + BGPCommunity = Azure::Network::Mgmt::V2018_08_01::Models::BGPCommunity + ConnectivityDestination = Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityDestination + ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitServiceProviderProperties + ConnectivityParameters = Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityParameters + ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitRoutesTable + ConnectivityIssue = Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityIssue + ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitListResult + ConnectivityHop = Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityHop + LoadBalancerSku = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerSku + ConnectivityInformation = Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityInformation + VpnDeviceScriptParameters = Azure::Network::Mgmt::V2018_08_01::Models::VpnDeviceScriptParameters + AzureReachabilityReportLocation = Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportLocation + AzureReachabilityReportParameters = Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportParameters + ApplicationGatewayConnectionDraining = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayConnectionDraining + UsageName = Azure::Network::Mgmt::V2018_08_01::Models::UsageName + VpnClientParameters = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientParameters + AzureReachabilityReportItem = Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportItem + VirtualNetworkUsage = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkUsage + ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsRoutesTableListResult + ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRule + AzureReachabilityReportLatencyInfo = Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportLatencyInfo + TagsObject = Azure::Network::Mgmt::V2018_08_01::Models::TagsObject + AvailableProvidersListCity = Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListCity + ExpressRouteCircuitStats = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitStats + AvailableProvidersListState = Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListState + ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitArpTable + AvailableProvidersListParameters = Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListParameters + RouteTableListResult = Azure::Network::Mgmt::V2018_08_01::Models::RouteTableListResult + AzureReachabilityReport = Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReport + LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2018_08_01::Models::LocalNetworkGatewayListResult + ConnectionMonitorSource = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorSource + ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthPool + ConnectionMonitorDestination = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorDestination + ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallDisabledRuleGroup + AvailableProvidersList = Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersList + ConnectionMonitor = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitor + AvailableProvidersListCountry = Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListCountry + ConnectionMonitorParameters = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorParameters + TunnelConnectionHealth = Azure::Network::Mgmt::V2018_08_01::Models::TunnelConnectionHealth + Resource = Azure::Network::Mgmt::V2018_08_01::Models::Resource + SubnetListResult = Azure::Network::Mgmt::V2018_08_01::Models::SubnetListResult + ConnectionStateSnapshot = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionStateSnapshot + RouteFilterListResult = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterListResult + ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorQueryResult + ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringListResult + VpnClientConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientConfiguration + ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitRoutesTableSummary + ConnectionMonitorResult = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorResult + ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayIPConfiguration + ConnectionMonitorListResult = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorListResult + ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAuthenticationCertificate + ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslCertificate + ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFrontendIPConfiguration + ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFrontendPort + ApplicationGatewayPathRule = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayPathRule + ApplicationGatewayProbe = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProbe + Availability = Azure::Network::Mgmt::V2018_08_01::Models::Availability + ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHttpSettings + ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProviderBandwidthsOffered + ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayUrlPathMap + ApplicationGateway = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGateway + ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRuleSet + ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableSslOptions + ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPredefinedPolicy + EndpointServiceResult = Azure::Network::Mgmt::V2018_08_01::Models::EndpointServiceResult + ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitAuthorization + ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRequestRoutingRule + RouteFilter = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilter + ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayHttpListener + ExpressRouteCircuit = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuit + ExpressRouteServiceProvider = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProvider + LoadBalancingRule = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancingRule + Probe = Azure::Network::Mgmt::V2018_08_01::Models::Probe + InboundNatPool = Azure::Network::Mgmt::V2018_08_01::Models::InboundNatPool + LoadBalancer = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancer + RouteFilterRule = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRule + ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeering + PatchRouteFilter = Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilter + ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectConfiguration + VirtualNetworkPeering = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeering + VirtualNetwork = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetwork + VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayIPConfiguration + VpnClientRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientRootCertificate + VpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientRevokedCertificate + VirtualNetworkGateway = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGateway + NetworkWatcher = Azure::Network::Mgmt::V2018_08_01::Models::NetworkWatcher + VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnection + NetworkProfile = Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfile + BgpServiceCommunity = Azure::Network::Mgmt::V2018_08_01::Models::BgpServiceCommunity + ApplicationGatewayProtocol = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProtocol + VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionListEntity + ApplicationGatewaySkuName = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySkuName + ApplicationGatewayTier = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayTier + ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslProtocol + ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicyType + LocalNetworkGateway = Azure::Network::Mgmt::V2018_08_01::Models::LocalNetworkGateway + ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthServerHealth + PatchRouteFilterRule = Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilterRule + ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicyName + ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayCookieBasedAffinity + ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRequestRoutingRuleType + ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectType + ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslCipherSuite + ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallMode + AuthorizationUseStatus = Azure::Network::Mgmt::V2018_08_01::Models::AuthorizationUseStatus + IPVersion = Azure::Network::Mgmt::V2018_08_01::Models::IPVersion + Access = Azure::Network::Mgmt::V2018_08_01::Models::Access + ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSkuTier + ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState + ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayOperationalState + ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSkuFamily + ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringState + LoadBalancerSkuName = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerSkuName + LoadDistribution = Azure::Network::Mgmt::V2018_08_01::Models::LoadDistribution + ServiceProviderProvisioningState = Azure::Network::Mgmt::V2018_08_01::Models::ServiceProviderProvisioningState + NetworkOperationStatus = Azure::Network::Mgmt::V2018_08_01::Models::NetworkOperationStatus + ProvisioningState = Azure::Network::Mgmt::V2018_08_01::Models::ProvisioningState + ConnectionSharedKey = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionSharedKey + EffectiveRouteState = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteState + EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveSecurityRuleProtocol + EffectiveRouteSource = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteSource + ProbeProtocol = Azure::Network::Mgmt::V2018_08_01::Models::ProbeProtocol + NextHopType = Azure::Network::Mgmt::V2018_08_01::Models::NextHopType + AssociationType = Azure::Network::Mgmt::V2018_08_01::Models::AssociationType + Direction = Azure::Network::Mgmt::V2018_08_01::Models::Direction + PcError = Azure::Network::Mgmt::V2018_08_01::Models::PcError + PcProtocol = Azure::Network::Mgmt::V2018_08_01::Models::PcProtocol + PcStatus = Azure::Network::Mgmt::V2018_08_01::Models::PcStatus + ConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionStatus + Origin = Azure::Network::Mgmt::V2018_08_01::Models::Origin + IssueType = Azure::Network::Mgmt::V2018_08_01::Models::IssueType + VirtualNetworkPeeringState = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeeringState + ConnectionState = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionState + EvaluationState = Azure::Network::Mgmt::V2018_08_01::Models::EvaluationState + VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySkuName + VirtualNetworkGatewayType = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayType + VpnType = Azure::Network::Mgmt::V2018_08_01::Models::VpnType + BgpPeerState = Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerState + Protocol = Azure::Network::Mgmt::V2018_08_01::Models::Protocol + VpnClientProtocol = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientProtocol + IpsecEncryption = Azure::Network::Mgmt::V2018_08_01::Models::IpsecEncryption + IpsecIntegrity = Azure::Network::Mgmt::V2018_08_01::Models::IpsecIntegrity + VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySkuTier + IkeIntegrity = Azure::Network::Mgmt::V2018_08_01::Models::IkeIntegrity + IkeEncryption = Azure::Network::Mgmt::V2018_08_01::Models::IkeEncryption + PfsGroup = Azure::Network::Mgmt::V2018_08_01::Models::PfsGroup + DhGroup = Azure::Network::Mgmt::V2018_08_01::Models::DhGroup + VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionStatus + VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionType + ProcessorArchitecture = Azure::Network::Mgmt::V2018_08_01::Models::ProcessorArchitecture + AuthenticationMethod = Azure::Network::Mgmt::V2018_08_01::Models::AuthenticationMethod + Container = Azure::Network::Mgmt::V2018_08_01::Models::Container + end + + class NetworkManagementClass + attr_reader :available_delegations, :available_resource_group_delegations, :azure_firewalls, :azure_firewall_fqdn_tags, :ddos_protection_plans, :express_route_circuit_connections, :express_route_cross_connections, :express_route_cross_connection_peerings, :express_route_gateways, :express_route_connections, :interface_endpoints, :network_interface_tap_configurations, :network_profiles, :application_gateways, :application_security_groups, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_network_interfaces, :load_balancer_probes, :network_interface_ipconfigurations, :network_interface_load_balancers, :network_security_groups, :security_rules, :default_security_rules, :network_watchers, :packet_captures, :connection_monitors, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :usages, :public_ipprefixes, :service_endpoint_policies, :service_endpoint_policy_definitions, :virtual_networks, :network_interfaces, :public_ipaddresses, :virtual_network_gateways, :subnets, :virtual_network_peerings, :vpn_gateways, :virtual_network_gateway_connections, :virtual_network_taps, :virtual_wans, :vpn_sites, :vpn_sites_configuration, :local_network_gateways, :hub_virtual_network_connections, :vpn_connections, :p2s_vpn_server_configurations, :p2s_vpn_gateways, :operations, :virtual_hubs, :configurable, :base_url, :options, :model_classes + + def initialize(configurable, base_url=nil, options=nil) + @configurable, @base_url, @options = configurable, base_url, options + + @client_0 = Azure::Network::Mgmt::V2018_08_01::NetworkManagementClient.new(configurable.credentials, base_url, options) + if(@client_0.respond_to?(:subscription_id)) + @client_0.subscription_id = configurable.subscription_id + end + add_telemetry(@client_0) + @available_delegations = @client_0.available_delegations + @available_resource_group_delegations = @client_0.available_resource_group_delegations + @azure_firewalls = @client_0.azure_firewalls + @azure_firewall_fqdn_tags = @client_0.azure_firewall_fqdn_tags + @ddos_protection_plans = @client_0.ddos_protection_plans + @express_route_circuit_connections = @client_0.express_route_circuit_connections + @express_route_cross_connections = @client_0.express_route_cross_connections + @express_route_cross_connection_peerings = @client_0.express_route_cross_connection_peerings + @express_route_gateways = @client_0.express_route_gateways + @express_route_connections = @client_0.express_route_connections + @interface_endpoints = @client_0.interface_endpoints + @network_interface_tap_configurations = @client_0.network_interface_tap_configurations + @network_profiles = @client_0.network_profiles + @application_gateways = @client_0.application_gateways + @application_security_groups = @client_0.application_security_groups + @available_endpoint_services = @client_0.available_endpoint_services + @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 + @load_balancer_backend_address_pools = @client_0.load_balancer_backend_address_pools + @load_balancer_frontend_ipconfigurations = @client_0.load_balancer_frontend_ipconfigurations + @inbound_nat_rules = @client_0.inbound_nat_rules + @load_balancer_load_balancing_rules = @client_0.load_balancer_load_balancing_rules + @load_balancer_network_interfaces = @client_0.load_balancer_network_interfaces + @load_balancer_probes = @client_0.load_balancer_probes + @network_interface_ipconfigurations = @client_0.network_interface_ipconfigurations + @network_interface_load_balancers = @client_0.network_interface_load_balancers + @network_security_groups = @client_0.network_security_groups + @security_rules = @client_0.security_rules + @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 + @route_tables = @client_0.route_tables + @routes = @client_0.routes + @bgp_service_communities = @client_0.bgp_service_communities + @usages = @client_0.usages + @public_ipprefixes = @client_0.public_ipprefixes + @service_endpoint_policies = @client_0.service_endpoint_policies + @service_endpoint_policy_definitions = @client_0.service_endpoint_policy_definitions + @virtual_networks = @client_0.virtual_networks + @network_interfaces = @client_0.network_interfaces + @public_ipaddresses = @client_0.public_ipaddresses + @virtual_network_gateways = @client_0.virtual_network_gateways + @subnets = @client_0.subnets + @virtual_network_peerings = @client_0.virtual_network_peerings + @vpn_gateways = @client_0.vpn_gateways + @virtual_network_gateway_connections = @client_0.virtual_network_gateway_connections + @virtual_network_taps = @client_0.virtual_network_taps + @virtual_wans = @client_0.virtual_wans + @vpn_sites = @client_0.vpn_sites + @vpn_sites_configuration = @client_0.vpn_sites_configuration + @local_network_gateways = @client_0.local_network_gateways + @hub_virtual_network_connections = @client_0.hub_virtual_network_connections + @vpn_connections = @client_0.vpn_connections + @p2s_vpn_server_configurations = @client_0.p2s_vpn_server_configurations + @p2s_vpn_gateways = @client_0.p2s_vpn_gateways + @operations = @client_0.operations + @virtual_hubs = @client_0.virtual_hubs + + @model_classes = ModelClasses.new + end + + def add_telemetry(client) + profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/Network/Mgmt" + client.add_user_agent_information(profile_information) + end + + def method_missing(method, *args) + if @client_0.respond_to?method + @client_0.send(method, *args) + else + super + end + end + + class ModelClasses + def log_specification + Azure::Network::Mgmt::V2018_08_01::Models::LogSpecification + end + def httpheader + Azure::Network::Mgmt::V2018_08_01::Models::HTTPHeader + end + def list_p2_svpn_gateways_result + Azure::Network::Mgmt::V2018_08_01::Models::ListP2SVpnGatewaysResult + end + def express_route_cross_connection_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionListResult + end + def device_properties + Azure::Network::Mgmt::V2018_08_01::Models::DeviceProperties + end + def express_route_cross_connection_peering_list + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionPeeringList + end + def list_vpn_sites_result + Azure::Network::Mgmt::V2018_08_01::Models::ListVpnSitesResult + end + def virtual_hub_id + Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubId + end + def get_vpn_sites_configuration_request + Azure::Network::Mgmt::V2018_08_01::Models::GetVpnSitesConfigurationRequest + end + def express_route_circuit_peering_id + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringId + end + def express_route_gateway_properties_auto_scale_configuration_bounds + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds + end + def express_route_gateway_properties_auto_scale_configuration + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration + end + def p2_svpn_profile_parameters + Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnProfileParameters + end + def public_ipprefix_list_result + Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixListResult + end + def vpn_client_ipsec_parameters + Azure::Network::Mgmt::V2018_08_01::Models::VpnClientIPsecParameters + end + def express_route_gateway_list + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayList + end + def express_route_connection_list + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnectionList + end + def list_virtual_hubs_result + Azure::Network::Mgmt::V2018_08_01::Models::ListVirtualHubsResult + end + def interface_endpoint_list_result + Azure::Network::Mgmt::V2018_08_01::Models::InterfaceEndpointListResult + end + def vpn_profile_response + Azure::Network::Mgmt::V2018_08_01::Models::VpnProfileResponse + end + def referenced_public_ip_address + Azure::Network::Mgmt::V2018_08_01::Models::ReferencedPublicIpAddress + end + def public_ipprefix_sku + Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixSku + end + def vpn_site_id + Azure::Network::Mgmt::V2018_08_01::Models::VpnSiteId + end + def virtual_wan_security_provider + Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProvider + end + def network_interface_tap_configuration_list_result + Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceTapConfigurationListResult + end + def virtual_wan_security_providers + Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProviders + end + def available_delegation + Azure::Network::Mgmt::V2018_08_01::Models::AvailableDelegation + end + def azure_firewall_application_rule_protocol + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleProtocol + end + def list_p2_svpn_server_configurations_result + Azure::Network::Mgmt::V2018_08_01::Models::ListP2SVpnServerConfigurationsResult + end + def azure_firewall_nat_rule + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRule + end + def azure_firewall_network_rule + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRule + end + def container_network_interface_ip_configuration + Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterfaceIpConfiguration + end + def network_profile_list_result + Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfileListResult + end + def ddos_protection_plan_list_result + Azure::Network::Mgmt::V2018_08_01::Models::DdosProtectionPlanListResult + end + def express_route_connection_id + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnectionId + end + def express_route_cross_connections_routes_table_summary_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult + end + def list_vpn_connections_result + Azure::Network::Mgmt::V2018_08_01::Models::ListVpnConnectionsResult + end + def available_delegations_result + Azure::Network::Mgmt::V2018_08_01::Models::AvailableDelegationsResult + end + def azure_firewall_application_rule + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRule + end + def traffic_analytics_configuration_properties + Azure::Network::Mgmt::V2018_08_01::Models::TrafficAnalyticsConfigurationProperties + end + def traffic_analytics_properties + Azure::Network::Mgmt::V2018_08_01::Models::TrafficAnalyticsProperties + end + def azure_firewall_list_result + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallListResult + end + def ddos_protection_plan + Azure::Network::Mgmt::V2018_08_01::Models::DdosProtectionPlan + end + def service_endpoint_policy_definition_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyDefinitionListResult + end + def httpconfiguration + Azure::Network::Mgmt::V2018_08_01::Models::HTTPConfiguration + end + def protocol_configuration + Azure::Network::Mgmt::V2018_08_01::Models::ProtocolConfiguration + end + def express_route_cross_connection_routes_table_summary + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionRoutesTableSummary + end + def list_virtual_wans_result + Azure::Network::Mgmt::V2018_08_01::Models::ListVirtualWANsResult + end + def virtual_hub_route + Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubRoute + end + def virtual_hub_route_table + Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubRouteTable + end + def list_hub_virtual_network_connections_result + Azure::Network::Mgmt::V2018_08_01::Models::ListHubVirtualNetworkConnectionsResult + end + def azure_firewall_nat_rcaction + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRCAction + end + def azure_firewall_fqdn_tag_list_result + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallFqdnTagListResult + end + def express_route_circuit_reference + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitReference + end + def virtual_network_tap_list_result + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTapListResult + end + def traffic_query + Azure::Network::Mgmt::V2018_08_01::Models::TrafficQuery + end + def vpn_client_connection_health + Azure::Network::Mgmt::V2018_08_01::Models::VpnClientConnectionHealth + end + def network_configuration_diagnostic_parameters + Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticParameters + end + def matched_rule + Azure::Network::Mgmt::V2018_08_01::Models::MatchedRule + end + def list_vpn_gateways_result + Azure::Network::Mgmt::V2018_08_01::Models::ListVpnGatewaysResult + end + def network_security_rules_evaluation_result + Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityRulesEvaluationResult + end + def application_gateway_autoscale_configuration + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAutoscaleConfiguration + end + def evaluated_network_security_group + Azure::Network::Mgmt::V2018_08_01::Models::EvaluatedNetworkSecurityGroup + end + def service_endpoint_policy_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyListResult + end + def network_security_group_result + Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroupResult + end + def network_configuration_diagnostic_result + Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticResult + end + def azure_firewall_rcaction + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallRCAction + end + def network_configuration_diagnostic_response + Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticResponse + end + def application_gateway_trusted_root_certificate + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayTrustedRootCertificate + end + def azure_firewall_ipconfiguration + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallIPConfiguration + end + def azure_firewall_application_rule_collection + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleCollection + end + def azure_firewall_nat_rule_collection + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRuleCollection + end + def azure_firewall_network_rule_collection + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRuleCollection + end + def azure_firewall + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewall + end + def azure_firewall_fqdn_tag + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallFqdnTag + end + def express_route_circuit_connection + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitConnection + end + def express_route_cross_connection_peering + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionPeering + end + def express_route_cross_connection + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnection + end + def express_route_connection + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnection + end + def express_route_gateway + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGateway + end + def outbound_rule + Azure::Network::Mgmt::V2018_08_01::Models::OutboundRule + end + def container_network_interface_configuration + Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterfaceConfiguration + end + def container_network_interface + Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterface + end + def public_ipprefix + Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefix + end + def p2_svpn_server_config_vpn_client_root_certificate + Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRootCertificate + end + def p2_svpn_server_config_vpn_client_revoked_certificate + Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate + end + def p2_svpn_server_config_radius_server_root_certificate + Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusServerRootCertificate + end + def p2_svpn_server_config_radius_client_root_certificate + Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusClientRootCertificate + end + def p2_svpn_server_configuration + Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfiguration + end + def virtual_wan + Azure::Network::Mgmt::V2018_08_01::Models::VirtualWAN + end + def vpn_site + Azure::Network::Mgmt::V2018_08_01::Models::VpnSite + end + def hub_virtual_network_connection + Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnection + end + def virtual_hub + Azure::Network::Mgmt::V2018_08_01::Models::VirtualHub + end + def vpn_connection + Azure::Network::Mgmt::V2018_08_01::Models::VpnConnection + end + def vpn_gateway + Azure::Network::Mgmt::V2018_08_01::Models::VpnGateway + end + def p2_svpn_gateway + Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnGateway + end + def azure_firewall_rcaction_type + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallRCActionType + end + def azure_firewall_application_rule_protocol_type + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleProtocolType + end + def azure_firewall_nat_rcaction_type + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRCActionType + end + def azure_firewall_network_rule_protocol + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRuleProtocol + end + def express_route_peering_type + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRoutePeeringType + end + def express_route_peering_state + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRoutePeeringState + end + def circuit_connection_status + Azure::Network::Mgmt::V2018_08_01::Models::CircuitConnectionStatus + end + def ip_flow_protocol + Azure::Network::Mgmt::V2018_08_01::Models::IpFlowProtocol + end + def httpmethod + Azure::Network::Mgmt::V2018_08_01::Models::HTTPMethod + end + def connection_monitor_source_status + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorSourceStatus + end + def public_ipprefix_sku_name + Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixSkuName + end + def virtual_network_gateway_connection_protocol + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionProtocol + end + def severity + Azure::Network::Mgmt::V2018_08_01::Models::Severity + end + def office_traffic_category + Azure::Network::Mgmt::V2018_08_01::Models::OfficeTrafficCategory + end + def vpn_gateway_tunneling_protocol + Azure::Network::Mgmt::V2018_08_01::Models::VpnGatewayTunnelingProtocol + end + def vpn_connection_status + Azure::Network::Mgmt::V2018_08_01::Models::VpnConnectionStatus + end + def virtual_wan_security_provider_type + Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProviderType + end + def tunnel_connection_status + Azure::Network::Mgmt::V2018_08_01::Models::TunnelConnectionStatus + end + def hub_virtual_network_connection_status + Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnectionStatus + end + def error_response + Azure::Network::Mgmt::V2018_08_01::Models::ErrorResponse + end + def application_gateway_backend_address + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendAddress + end + def public_ipaddress_sku + Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressSku + end + def ip_tag + Azure::Network::Mgmt::V2018_08_01::Models::IpTag + end + def public_ipaddress_list_result + Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressListResult + end + def endpoint_service + Azure::Network::Mgmt::V2018_08_01::Models::EndpointService + end + def public_ipaddress_dns_settings + Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressDnsSettings + end + def network_interface_list_result + Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceListResult + end + def network_interface_dns_settings + Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceDnsSettings + end + def network_interface_ipconfiguration_list_result + Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceIPConfigurationListResult + end + def service_endpoint_properties_format + Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPropertiesFormat + end + def application_security_group + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationSecurityGroup + end + def delegation + Azure::Network::Mgmt::V2018_08_01::Models::Delegation + end + def service_association_link + Azure::Network::Mgmt::V2018_08_01::Models::ServiceAssociationLink + end + def resource_navigation_link + Azure::Network::Mgmt::V2018_08_01::Models::ResourceNavigationLink + end + def security_rule + Azure::Network::Mgmt::V2018_08_01::Models::SecurityRule + end + def interface_endpoint + Azure::Network::Mgmt::V2018_08_01::Models::InterfaceEndpoint + end + def operation_display + Azure::Network::Mgmt::V2018_08_01::Models::OperationDisplay + end + def network_interface_tap_configuration + Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceTapConfiguration + end + def operation + Azure::Network::Mgmt::V2018_08_01::Models::Operation + end + def public_ipaddress + Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddress + end + def operation_list_result + Azure::Network::Mgmt::V2018_08_01::Models::OperationListResult + end + def virtual_network_tap + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTap + end + def frontend_ipconfiguration + Azure::Network::Mgmt::V2018_08_01::Models::FrontendIPConfiguration + end + def ipconfiguration + Azure::Network::Mgmt::V2018_08_01::Models::IPConfiguration + end + def inbound_nat_rule + Azure::Network::Mgmt::V2018_08_01::Models::InboundNatRule + end + def network_interface + Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterface + end + def network_security_group + Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroup + end + def route + Azure::Network::Mgmt::V2018_08_01::Models::Route end - def vpn_client_ipsec_parameters - Azure::Network::Mgmt::V2018_08_01::Models::VpnClientIPsecParameters + def route_table + Azure::Network::Mgmt::V2018_08_01::Models::RouteTable end - def express_route_gateway_list - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayList + def service_endpoint_policy_definition + Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyDefinition end - def connection_reset_shared_key - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionResetSharedKey + def service_endpoint_policy + Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicy end - def express_route_connection_list - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnectionList + def ipconfiguration_profile + Azure::Network::Mgmt::V2018_08_01::Models::IPConfigurationProfile end - def list_virtual_hubs_result - Azure::Network::Mgmt::V2018_08_01::Models::ListVirtualHubsResult + def subnet + Azure::Network::Mgmt::V2018_08_01::Models::Subnet end - def interface_endpoint_list_result - Azure::Network::Mgmt::V2018_08_01::Models::InterfaceEndpointListResult + def security_rule_protocol + Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleProtocol end - def tunnel_connection_health - Azure::Network::Mgmt::V2018_08_01::Models::TunnelConnectionHealth + def network_interface_ipconfiguration + Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceIPConfiguration end - def load_balancer_sku - Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerSku + def security_rule_access + Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleAccess end - def bgp_peer_status_list_result - Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerStatusListResult + def application_gateway_backend_address_pool + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendAddressPool end - def vpn_profile_response - Azure::Network::Mgmt::V2018_08_01::Models::VpnProfileResponse + def backend_address_pool + Azure::Network::Mgmt::V2018_08_01::Models::BackendAddressPool end - def vpn_client_parameters - Azure::Network::Mgmt::V2018_08_01::Models::VpnClientParameters + def security_rule_direction + Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleDirection end - def referenced_public_ip_address - Azure::Network::Mgmt::V2018_08_01::Models::ReferencedPublicIpAddress + def ipallocation_method + Azure::Network::Mgmt::V2018_08_01::Models::IPAllocationMethod end - def application_gateway_backend_address - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendAddress + def route_next_hop_type + Azure::Network::Mgmt::V2018_08_01::Models::RouteNextHopType end - def public_ipprefix_sku - Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixSku + def transport_protocol + Azure::Network::Mgmt::V2018_08_01::Models::TransportProtocol end - def application_gateway_connection_draining - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayConnectionDraining + def public_ipaddress_sku_name + Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressSkuName end - def public_ipaddress_list_result - Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressListResult + def topology_association + Azure::Network::Mgmt::V2018_08_01::Models::TopologyAssociation end - def application_gateway_backend_health_server - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthServer + def topology_resource + Azure::Network::Mgmt::V2018_08_01::Models::TopologyResource end - def operation_list_result - Azure::Network::Mgmt::V2018_08_01::Models::OperationListResult + def error + Azure::Network::Mgmt::V2018_08_01::Models::Error end - def application_gateway_backend_health_pool - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthPool + def virtual_network_connection_gateway_reference + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkConnectionGatewayReference end def load_balancer_list_result Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerListResult end - def application_gateway_sku - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySku + def operation_properties_format_service_specification + Azure::Network::Mgmt::V2018_08_01::Models::OperationPropertiesFormatServiceSpecification end def inbound_nat_rule_list_result Azure::Network::Mgmt::V2018_08_01::Models::InboundNatRuleListResult end - def bgp_settings - Azure::Network::Mgmt::V2018_08_01::Models::BgpSettings - end def load_balancer_backend_address_pool_list_result Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerBackendAddressPoolListResult end - def ipsec_policy - Azure::Network::Mgmt::V2018_08_01::Models::IpsecPolicy + def connection_reset_shared_key + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionResetSharedKey end def load_balancer_frontend_ipconfiguration_list_result Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerFrontendIPConfigurationListResult end - def vpn_site_id - Azure::Network::Mgmt::V2018_08_01::Models::VpnSiteId + def ipsec_policy + Azure::Network::Mgmt::V2018_08_01::Models::IpsecPolicy end def load_balancer_load_balancing_rule_list_result Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerLoadBalancingRuleListResult end - def virtual_wan_security_provider - Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProvider + def gateway_route_list_result + Azure::Network::Mgmt::V2018_08_01::Models::GatewayRouteListResult end def load_balancer_probe_list_result Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerProbeListResult end - def application_gateway_probe_health_response_match - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProbeHealthResponseMatch - end - def network_interface_list_result - Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceListResult + def bgp_peer_status_list_result + Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerStatusListResult end - def virtual_network_usage - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkUsage + def virtual_network_gateway_list_result + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayListResult end def error_details Azure::Network::Mgmt::V2018_08_01::Models::ErrorDetails end - def ipaddress_availability_result - Azure::Network::Mgmt::V2018_08_01::Models::IPAddressAvailabilityResult - end - def error - Azure::Network::Mgmt::V2018_08_01::Models::Error + def application_gateway_backend_health_http_settings + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthHttpSettings end - def application_gateway_web_application_firewall_configuration - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration + def application_gateway_backend_health + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealth end def azure_async_operation_result Azure::Network::Mgmt::V2018_08_01::Models::AzureAsyncOperationResult end - def virtual_network_list_result - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkListResult - end - def network_interface_tap_configuration_list_result - Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceTapConfigurationListResult - end - def application_gateway_firewall_rule - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRule + def application_gateway_ssl_policy + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicy end - def network_interface_ipconfiguration_list_result - Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceIPConfigurationListResult + def gateway_route + Azure::Network::Mgmt::V2018_08_01::Models::GatewayRoute end - def virtual_wan_security_providers - Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProviders + def sub_resource + Azure::Network::Mgmt::V2018_08_01::Models::SubResource end def network_interface_load_balancer_list_result Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceLoadBalancerListResult end - def dhcp_options - Azure::Network::Mgmt::V2018_08_01::Models::DhcpOptions - end def effective_network_security_group_association Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityGroupAssociation end - def application_gateway_available_ssl_predefined_policies - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies + def virtual_network_gateway_sku + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySku end def effective_network_security_rule Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityRule end - def tags_object - Azure::Network::Mgmt::V2018_08_01::Models::TagsObject + def application_gateway_probe_health_response_match + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProbeHealthResponseMatch end - def operation - Azure::Network::Mgmt::V2018_08_01::Models::Operation + def effective_network_security_group + Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityGroup end - def available_delegation - Azure::Network::Mgmt::V2018_08_01::Models::AvailableDelegation + def bgp_settings + Azure::Network::Mgmt::V2018_08_01::Models::BgpSettings end def effective_network_security_group_list_result Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityGroupListResult end - def subnet_list_result - Azure::Network::Mgmt::V2018_08_01::Models::SubnetListResult + def virtual_network_list_result + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkListResult end def effective_route Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRoute end - def azure_firewall_application_rule_protocol - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleProtocol + def application_gateway_web_application_firewall_configuration + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration end def effective_route_list_result Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteListResult end - def list_p2_svpn_server_configurations_result - Azure::Network::Mgmt::V2018_08_01::Models::ListP2SVpnServerConfigurationsResult - end - def operation_properties_format_service_specification - Azure::Network::Mgmt::V2018_08_01::Models::OperationPropertiesFormatServiceSpecification - end - def azure_firewall_nat_rule - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRule - end - def log_specification - Azure::Network::Mgmt::V2018_08_01::Models::LogSpecification - end - def azure_firewall_network_rule - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRule - end - def container_network_interface_ip_configuration - Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterfaceIpConfiguration - end - def usage - Azure::Network::Mgmt::V2018_08_01::Models::Usage - end - def metric_specification - Azure::Network::Mgmt::V2018_08_01::Models::MetricSpecification - end - def usage_name - Azure::Network::Mgmt::V2018_08_01::Models::UsageName - end - def dimension - Azure::Network::Mgmt::V2018_08_01::Models::Dimension - end - def dns_name_availability_result - Azure::Network::Mgmt::V2018_08_01::Models::DnsNameAvailabilityResult - end - def network_profile_list_result - Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfileListResult - end - def ddos_protection_plan_list_result - Azure::Network::Mgmt::V2018_08_01::Models::DdosProtectionPlanListResult + def application_gateway_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayListResult end def security_rule_list_result Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleListResult end - def endpoint_services_list_result - Azure::Network::Mgmt::V2018_08_01::Models::EndpointServicesListResult + def application_gateway_firewall_rule_group + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRuleGroup end def network_security_group_list_result Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroupListResult end - def authorization_list_result - Azure::Network::Mgmt::V2018_08_01::Models::AuthorizationListResult - end - def error_response - Azure::Network::Mgmt::V2018_08_01::Models::ErrorResponse - end - def bgp_service_community_list_result - Azure::Network::Mgmt::V2018_08_01::Models::BgpServiceCommunityListResult + def application_gateway_available_waf_rule_sets_result + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableWafRuleSetsResult end - def express_route_connection_id - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnectionId + def address_space + Azure::Network::Mgmt::V2018_08_01::Models::AddressSpace end def network_watcher_list_result Azure::Network::Mgmt::V2018_08_01::Models::NetworkWatcherListResult end - def bgpcommunity - Azure::Network::Mgmt::V2018_08_01::Models::BGPCommunity - end def topology_parameters Azure::Network::Mgmt::V2018_08_01::Models::TopologyParameters end - def ipv6_express_route_circuit_peering_config - Azure::Network::Mgmt::V2018_08_01::Models::Ipv6ExpressRouteCircuitPeeringConfig + def application_security_group_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationSecurityGroupListResult end - def topology_association - Azure::Network::Mgmt::V2018_08_01::Models::TopologyAssociation + def dns_name_availability_result + Azure::Network::Mgmt::V2018_08_01::Models::DnsNameAvailabilityResult end - def express_route_circuit_sku - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSku + def usage + Azure::Network::Mgmt::V2018_08_01::Models::Usage end - def topology_resource - Azure::Network::Mgmt::V2018_08_01::Models::TopologyResource + def endpoint_services_list_result + Azure::Network::Mgmt::V2018_08_01::Models::EndpointServicesListResult end - def route_table_list_result - Azure::Network::Mgmt::V2018_08_01::Models::RouteTableListResult + def metric_specification + Azure::Network::Mgmt::V2018_08_01::Models::MetricSpecification + end + def authorization_list_result + Azure::Network::Mgmt::V2018_08_01::Models::AuthorizationListResult end def topology Azure::Network::Mgmt::V2018_08_01::Models::Topology end - def express_route_circuits_arp_table_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsArpTableListResult - end def verification_ipflow_parameters Azure::Network::Mgmt::V2018_08_01::Models::VerificationIPFlowParameters end - def express_route_circuits_routes_table_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsRoutesTableListResult + def dimension + Azure::Network::Mgmt::V2018_08_01::Models::Dimension end def verification_ipflow_result Azure::Network::Mgmt::V2018_08_01::Models::VerificationIPFlowResult end - def express_route_circuits_routes_table_summary_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult - end + def ipv6_express_route_circuit_peering_config + Azure::Network::Mgmt::V2018_08_01::Models::Ipv6ExpressRouteCircuitPeeringConfig + end def next_hop_parameters Azure::Network::Mgmt::V2018_08_01::Models::NextHopParameters end - def express_route_service_provider_bandwidths_offered - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProviderBandwidthsOffered + def express_route_circuit_sku + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSku end def next_hop_result Azure::Network::Mgmt::V2018_08_01::Models::NextHopResult end - def express_route_service_provider_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProviderListResult + def route_list_result + Azure::Network::Mgmt::V2018_08_01::Models::RouteListResult end def security_group_view_parameters Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupViewParameters end - def express_route_cross_connections_routes_table_summary_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult + def express_route_circuits_arp_table_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsArpTableListResult end def network_interface_association Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceAssociation end - def route_filter_list_result - Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterListResult + def bgp_service_community_list_result + Azure::Network::Mgmt::V2018_08_01::Models::BgpServiceCommunityListResult end def subnet_association Azure::Network::Mgmt::V2018_08_01::Models::SubnetAssociation end - def endpoint_service - Azure::Network::Mgmt::V2018_08_01::Models::EndpointService + def express_route_circuits_routes_table_summary_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult end def security_rule_associations Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleAssociations end - def vpn_device_script_parameters - Azure::Network::Mgmt::V2018_08_01::Models::VpnDeviceScriptParameters + def virtual_network_usage_name + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkUsageName end def security_group_network_interface Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupNetworkInterface end - def virtual_network_connection_gateway_reference - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkConnectionGatewayReference + def express_route_service_provider_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProviderListResult end def security_group_view_result Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupViewResult end - def ip_tag - Azure::Network::Mgmt::V2018_08_01::Models::IpTag + def route_filter_rule_list_result + Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRuleListResult end def packet_capture_storage_location Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureStorageLocation end - def virtual_network_gateway_connection_list_result - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionListResult - end def packet_capture_filter Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureFilter end - def gateway_route_list_result - Azure::Network::Mgmt::V2018_08_01::Models::GatewayRouteListResult + def virtual_network_gateway_list_connections_result + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayListConnectionsResult end def packet_capture_parameters Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureParameters end - def list_vpn_connections_result - Azure::Network::Mgmt::V2018_08_01::Models::ListVpnConnectionsResult - end def packet_capture Azure::Network::Mgmt::V2018_08_01::Models::PacketCapture end - def bgp_peer_status - Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerStatus + def virtual_network_gateway_connection_list_result + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionListResult end def packet_capture_result Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureResult end - def application_gateway_backend_health - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealth - end def packet_capture_list_result Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureListResult end - def vpn_client_configuration - Azure::Network::Mgmt::V2018_08_01::Models::VpnClientConfiguration + def application_gateway_backend_health_server + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthServer end def packet_capture_query_status_result Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureQueryStatusResult end - def virtual_network_gateway_sku - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySku + def application_gateway_sku + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySku end def troubleshooting_parameters Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingParameters end - def virtual_network_list_usage_result - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkListUsageResult + def bgp_peer_status + Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerStatus end def query_troubleshooting_parameters Azure::Network::Mgmt::V2018_08_01::Models::QueryTroubleshootingParameters end - def application_gateway_firewall_disabled_rule_group - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallDisabledRuleGroup + def virtual_network_list_usage_result + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkListUsageResult end def troubleshooting_recommended_actions Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingRecommendedActions end - def application_gateway_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayListResult + def ipaddress_availability_result + Azure::Network::Mgmt::V2018_08_01::Models::IPAddressAvailabilityResult end def troubleshooting_details Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingDetails end - def application_gateway_available_waf_rule_sets_result - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableWafRuleSetsResult + def dhcp_options + Azure::Network::Mgmt::V2018_08_01::Models::DhcpOptions end def troubleshooting_result Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingResult end - def resource - Azure::Network::Mgmt::V2018_08_01::Models::Resource + def virtual_network_peering_list_result + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeeringListResult end def retention_policy_parameters Azure::Network::Mgmt::V2018_08_01::Models::RetentionPolicyParameters end - def available_delegations_result - Azure::Network::Mgmt::V2018_08_01::Models::AvailableDelegationsResult + def application_gateway_available_ssl_predefined_policies + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies end def flow_log_status_parameters Azure::Network::Mgmt::V2018_08_01::Models::FlowLogStatusParameters end - def azure_firewall_application_rule - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRule - end - def traffic_analytics_configuration_properties - Azure::Network::Mgmt::V2018_08_01::Models::TrafficAnalyticsConfigurationProperties - end - def address_space - Azure::Network::Mgmt::V2018_08_01::Models::AddressSpace - end - def traffic_analytics_properties - Azure::Network::Mgmt::V2018_08_01::Models::TrafficAnalyticsProperties - end - def azure_firewall_list_result - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallListResult + def usages_list_result + Azure::Network::Mgmt::V2018_08_01::Models::UsagesListResult end def flow_log_information Azure::Network::Mgmt::V2018_08_01::Models::FlowLogInformation end - def ddos_protection_plan - Azure::Network::Mgmt::V2018_08_01::Models::DdosProtectionPlan + def express_route_circuit_peering_config + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringConfig end def connectivity_source Azure::Network::Mgmt::V2018_08_01::Models::ConnectivitySource end - def service_endpoint_policy_definition_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyDefinitionListResult + def bgpcommunity + Azure::Network::Mgmt::V2018_08_01::Models::BGPCommunity end def connectivity_destination Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityDestination end - def express_route_circuit_stats - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitStats - end - def httpheader - Azure::Network::Mgmt::V2018_08_01::Models::HTTPHeader - end - def route_list_result - Azure::Network::Mgmt::V2018_08_01::Models::RouteListResult - end - def httpconfiguration - Azure::Network::Mgmt::V2018_08_01::Models::HTTPConfiguration - end def express_route_circuit_service_provider_properties Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitServiceProviderProperties end - def protocol_configuration - Azure::Network::Mgmt::V2018_08_01::Models::ProtocolConfiguration - end - def express_route_circuit_routes_table - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitRoutesTable - end def connectivity_parameters Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityParameters end - def express_route_circuit_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitListResult - end - def connectivity_issue - Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityIssue - end - def express_route_cross_connection_routes_table_summary - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionRoutesTableSummary - end - def connectivity_hop - Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityHop - end - def list_virtual_wans_result - Azure::Network::Mgmt::V2018_08_01::Models::ListVirtualWANsResult - end - def connectivity_information - Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityInformation - end - def virtual_hub_route - Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubRoute - end - def azure_reachability_report_location - Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportLocation - end - def virtual_hub_route_table - Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubRouteTable - end - def azure_reachability_report_parameters - Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportParameters - end - def virtual_network_gateway_list_result - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayListResult - end - def azure_reachability_report_latency_info - Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportLatencyInfo - end - def application_gateway_backend_health_http_settings - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthHttpSettings - end - def azure_reachability_report_item - Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportItem - end - def list_hub_virtual_network_connections_result - Azure::Network::Mgmt::V2018_08_01::Models::ListHubVirtualNetworkConnectionsResult - end - def azure_reachability_report - Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReport - end - def virtual_network_usage_name - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkUsageName - end - def available_providers_list_parameters - Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListParameters - end - def application_gateway_firewall_rule_group - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRuleGroup - end - def available_providers_list_city - Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListCity - end - def application_security_group_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationSecurityGroupListResult - end - def available_providers_list_state - Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListState - end - def azure_firewall_nat_rcaction - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRCAction - end - def available_providers_list_country - Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListCountry - end - def azure_firewall_fqdn_tag_list_result - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallFqdnTagListResult - end - def available_providers_list - Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersList - end - def express_route_circuit_peering_config - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringConfig - end - def connection_monitor_source - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorSource - end - def express_route_circuit_peering_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringListResult - end - def connection_monitor_destination - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorDestination - end - def express_route_circuit_routes_table_summary - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitRoutesTableSummary - end - def connection_monitor_parameters - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorParameters - end - def express_route_circuit_reference - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitReference - end - def connection_monitor - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitor - end - def public_ipaddress_sku - Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressSku - end - def connection_monitor_result - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorResult - end - def gateway_route - Azure::Network::Mgmt::V2018_08_01::Models::GatewayRoute - end - def connection_monitor_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorListResult - end - def virtual_network_tap_list_result - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTapListResult - end - def connection_state_snapshot - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionStateSnapshot - end - def virtual_network_peering_list_result - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeeringListResult - end - def connection_monitor_query_result - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorQueryResult - end - def usages_list_result - Azure::Network::Mgmt::V2018_08_01::Models::UsagesListResult + def express_route_circuit_routes_table + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitRoutesTable end - def traffic_query - Azure::Network::Mgmt::V2018_08_01::Models::TrafficQuery + def connectivity_issue + Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityIssue end - def vpn_client_connection_health - Azure::Network::Mgmt::V2018_08_01::Models::VpnClientConnectionHealth + def express_route_circuit_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitListResult end - def network_configuration_diagnostic_parameters - Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticParameters + def connectivity_hop + Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityHop end - def route_filter_rule_list_result - Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRuleListResult + def load_balancer_sku + Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerSku end - def matched_rule - Azure::Network::Mgmt::V2018_08_01::Models::MatchedRule + def connectivity_information + Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityInformation end - def list_vpn_gateways_result - Azure::Network::Mgmt::V2018_08_01::Models::ListVpnGatewaysResult + def vpn_device_script_parameters + Azure::Network::Mgmt::V2018_08_01::Models::VpnDeviceScriptParameters end - def network_security_rules_evaluation_result - Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityRulesEvaluationResult + def azure_reachability_report_location + Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportLocation end - def application_gateway_autoscale_configuration - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAutoscaleConfiguration + def azure_reachability_report_parameters + Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportParameters end - def evaluated_network_security_group - Azure::Network::Mgmt::V2018_08_01::Models::EvaluatedNetworkSecurityGroup + def application_gateway_connection_draining + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayConnectionDraining end - def service_endpoint_policy_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyListResult + def usage_name + Azure::Network::Mgmt::V2018_08_01::Models::UsageName end - def network_security_group_result - Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroupResult + def vpn_client_parameters + Azure::Network::Mgmt::V2018_08_01::Models::VpnClientParameters end - def network_interface_dns_settings - Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceDnsSettings + def azure_reachability_report_item + Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportItem end - def network_configuration_diagnostic_result - Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticResult + def virtual_network_usage + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkUsage end - def azure_firewall_rcaction - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallRCAction + def express_route_circuits_routes_table_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsRoutesTableListResult end - def network_configuration_diagnostic_response - Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticResponse + def application_gateway_firewall_rule + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRule end - def application_gateway_ssl_policy - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicy + def azure_reachability_report_latency_info + Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportLatencyInfo end - def operation_display - Azure::Network::Mgmt::V2018_08_01::Models::OperationDisplay + def tags_object + Azure::Network::Mgmt::V2018_08_01::Models::TagsObject end - def express_route_circuit_arp_table - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitArpTable + def available_providers_list_city + Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListCity end - def availability - Azure::Network::Mgmt::V2018_08_01::Models::Availability + def express_route_circuit_stats + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitStats end - def network_interface_tap_configuration - Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceTapConfiguration + def available_providers_list_state + Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListState end - def application_security_group - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationSecurityGroup + def express_route_circuit_arp_table + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitArpTable end - def security_rule - Azure::Network::Mgmt::V2018_08_01::Models::SecurityRule + def available_providers_list_parameters + Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListParameters end - def interface_endpoint - Azure::Network::Mgmt::V2018_08_01::Models::InterfaceEndpoint + def route_table_list_result + Azure::Network::Mgmt::V2018_08_01::Models::RouteTableListResult end - def network_interface - Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterface + def azure_reachability_report + Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReport end - def network_security_group - Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroup + def local_network_gateway_list_result + Azure::Network::Mgmt::V2018_08_01::Models::LocalNetworkGatewayListResult end - def route - Azure::Network::Mgmt::V2018_08_01::Models::Route + def connection_monitor_source + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorSource end - def route_table - Azure::Network::Mgmt::V2018_08_01::Models::RouteTable + def application_gateway_backend_health_pool + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthPool end - def service_endpoint_policy_definition - Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyDefinition + def connection_monitor_destination + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorDestination end - def service_endpoint_policy - Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicy + def application_gateway_firewall_disabled_rule_group + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallDisabledRuleGroup end - def public_ipaddress - Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddress + def available_providers_list + Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersList end - def ipconfiguration - Azure::Network::Mgmt::V2018_08_01::Models::IPConfiguration + def connection_monitor + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitor end - def ipconfiguration_profile - Azure::Network::Mgmt::V2018_08_01::Models::IPConfigurationProfile + def available_providers_list_country + Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListCountry end - def resource_navigation_link - Azure::Network::Mgmt::V2018_08_01::Models::ResourceNavigationLink + def connection_monitor_parameters + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorParameters end - def service_association_link - Azure::Network::Mgmt::V2018_08_01::Models::ServiceAssociationLink + def tunnel_connection_health + Azure::Network::Mgmt::V2018_08_01::Models::TunnelConnectionHealth end - def delegation - Azure::Network::Mgmt::V2018_08_01::Models::Delegation + def resource + Azure::Network::Mgmt::V2018_08_01::Models::Resource end - def subnet - Azure::Network::Mgmt::V2018_08_01::Models::Subnet + def subnet_list_result + Azure::Network::Mgmt::V2018_08_01::Models::SubnetListResult end - def frontend_ipconfiguration - Azure::Network::Mgmt::V2018_08_01::Models::FrontendIPConfiguration + def connection_state_snapshot + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionStateSnapshot end - def virtual_network_tap - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTap + def route_filter_list_result + Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterListResult end - def backend_address_pool - Azure::Network::Mgmt::V2018_08_01::Models::BackendAddressPool + def connection_monitor_query_result + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorQueryResult end - def inbound_nat_rule - Azure::Network::Mgmt::V2018_08_01::Models::InboundNatRule + def express_route_circuit_peering_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringListResult end - def network_interface_ipconfiguration - Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceIPConfiguration + def vpn_client_configuration + Azure::Network::Mgmt::V2018_08_01::Models::VpnClientConfiguration end - def application_gateway_backend_address_pool - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendAddressPool + def express_route_circuit_routes_table_summary + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitRoutesTableSummary end - def application_gateway_backend_http_settings - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHttpSettings + def connection_monitor_result + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorResult end def application_gateway_ipconfiguration Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayIPConfiguration end + def connection_monitor_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorListResult + end def application_gateway_authentication_certificate Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAuthenticationCertificate end - def application_gateway_trusted_root_certificate - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayTrustedRootCertificate - end def application_gateway_ssl_certificate Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslCertificate end @@ -1358,20 +1508,20 @@ def application_gateway_frontend_ipconfiguration def application_gateway_frontend_port Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFrontendPort end - def application_gateway_http_listener - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayHttpListener - end def application_gateway_path_rule Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayPathRule end def application_gateway_probe Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProbe end - def application_gateway_request_routing_rule - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRequestRoutingRule + def availability + Azure::Network::Mgmt::V2018_08_01::Models::Availability end - def application_gateway_redirect_configuration - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectConfiguration + def application_gateway_backend_http_settings + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHttpSettings + end + def express_route_service_provider_bandwidths_offered + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProviderBandwidthsOffered end def application_gateway_url_path_map Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayUrlPathMap @@ -1388,60 +1538,27 @@ def application_gateway_available_ssl_options def application_gateway_ssl_predefined_policy Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPredefinedPolicy end - def azure_firewall_ipconfiguration - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallIPConfiguration - end - def azure_firewall_application_rule_collection - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleCollection - end - def azure_firewall_nat_rule_collection - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRuleCollection - end - def azure_firewall_network_rule_collection - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRuleCollection - end - def azure_firewall - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewall - end - def azure_firewall_fqdn_tag - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallFqdnTag - end def endpoint_service_result Azure::Network::Mgmt::V2018_08_01::Models::EndpointServiceResult end def express_route_circuit_authorization Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitAuthorization end - def route_filter_rule - Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRule - end - def express_route_circuit_connection - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitConnection - end - def express_route_circuit_peering - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeering + def application_gateway_request_routing_rule + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRequestRoutingRule end def route_filter Azure::Network::Mgmt::V2018_08_01::Models::RouteFilter end + def application_gateway_http_listener + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayHttpListener + end def express_route_circuit Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuit end def express_route_service_provider Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProvider end - def express_route_cross_connection_peering - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionPeering - end - def express_route_cross_connection - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnection - end - def express_route_connection - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnection - end - def express_route_gateway - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGateway - end def load_balancing_rule Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancingRule end @@ -1451,38 +1568,20 @@ def probe def inbound_nat_pool Azure::Network::Mgmt::V2018_08_01::Models::InboundNatPool end - def outbound_rule - Azure::Network::Mgmt::V2018_08_01::Models::OutboundRule - end - def load_balancer - Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancer - end - def container_network_interface_configuration - Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterfaceConfiguration - end - def container - Azure::Network::Mgmt::V2018_08_01::Models::Container - end - def container_network_interface - Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterface - end - def network_profile - Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfile - end - def network_watcher - Azure::Network::Mgmt::V2018_08_01::Models::NetworkWatcher - end - def public_ipprefix - Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefix + def load_balancer + Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancer end - def patch_route_filter_rule - Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilterRule + def route_filter_rule + Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRule + end + def express_route_circuit_peering + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeering end def patch_route_filter Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilter end - def bgp_service_community - Azure::Network::Mgmt::V2018_08_01::Models::BgpServiceCommunity + def application_gateway_redirect_configuration + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectConfiguration end def virtual_network_peering Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeering @@ -1502,86 +1601,23 @@ def vpn_client_revoked_certificate def virtual_network_gateway Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGateway end - def local_network_gateway - Azure::Network::Mgmt::V2018_08_01::Models::LocalNetworkGateway + def network_watcher + Azure::Network::Mgmt::V2018_08_01::Models::NetworkWatcher end def virtual_network_gateway_connection Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnection end - def connection_shared_key - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionSharedKey - end - def virtual_network_gateway_connection_list_entity - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionListEntity - end - def p2_svpn_server_config_vpn_client_root_certificate - Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRootCertificate - end - def p2_svpn_server_config_vpn_client_revoked_certificate - Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate - end - def p2_svpn_server_config_radius_server_root_certificate - Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusServerRootCertificate - end - def p2_svpn_server_config_radius_client_root_certificate - Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusClientRootCertificate - end - def p2_svpn_server_configuration - Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfiguration - end - def virtual_wan - Azure::Network::Mgmt::V2018_08_01::Models::VirtualWAN - end - def vpn_site - Azure::Network::Mgmt::V2018_08_01::Models::VpnSite - end - def hub_virtual_network_connection - Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnection - end - def virtual_hub - Azure::Network::Mgmt::V2018_08_01::Models::VirtualHub - end - def vpn_connection - Azure::Network::Mgmt::V2018_08_01::Models::VpnConnection - end - def vpn_gateway - Azure::Network::Mgmt::V2018_08_01::Models::VpnGateway - end - def p2_svpn_gateway - Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnGateway - end - def ipallocation_method - Azure::Network::Mgmt::V2018_08_01::Models::IPAllocationMethod - end - def security_rule_protocol - Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleProtocol - end - def security_rule_access - Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleAccess - end - def security_rule_direction - Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleDirection - end - def route_next_hop_type - Azure::Network::Mgmt::V2018_08_01::Models::RouteNextHopType - end - def public_ipaddress_sku_name - Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressSkuName - end - def ipversion - Azure::Network::Mgmt::V2018_08_01::Models::IPVersion + def network_profile + Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfile end - def transport_protocol - Azure::Network::Mgmt::V2018_08_01::Models::TransportProtocol + def bgp_service_community + Azure::Network::Mgmt::V2018_08_01::Models::BgpServiceCommunity end def application_gateway_protocol Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProtocol end - def application_gateway_cookie_based_affinity - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayCookieBasedAffinity - end - def application_gateway_backend_health_server_health - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthServerHealth + def virtual_network_gateway_connection_list_entity + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionListEntity end def application_gateway_sku_name Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySkuName @@ -1595,11 +1631,20 @@ def application_gateway_ssl_protocol def application_gateway_ssl_policy_type Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicyType end + def local_network_gateway + Azure::Network::Mgmt::V2018_08_01::Models::LocalNetworkGateway + end + def application_gateway_backend_health_server_health + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthServerHealth + end + def patch_route_filter_rule + Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilterRule + end def application_gateway_ssl_policy_name Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicyName end - def application_gateway_ssl_cipher_suite - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslCipherSuite + def application_gateway_cookie_based_affinity + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayCookieBasedAffinity end def application_gateway_request_routing_rule_type Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRequestRoutingRuleType @@ -1607,56 +1652,35 @@ def application_gateway_request_routing_rule_type def application_gateway_redirect_type Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectType end - def application_gateway_operational_state - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayOperationalState + def application_gateway_ssl_cipher_suite + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslCipherSuite end def application_gateway_firewall_mode Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallMode end - def provisioning_state - Azure::Network::Mgmt::V2018_08_01::Models::ProvisioningState - end - def azure_firewall_rcaction_type - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallRCActionType - end - def azure_firewall_application_rule_protocol_type - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleProtocolType - end - def azure_firewall_nat_rcaction_type - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRCActionType - end - def azure_firewall_network_rule_protocol - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRuleProtocol - end def authorization_use_status Azure::Network::Mgmt::V2018_08_01::Models::AuthorizationUseStatus end - def express_route_circuit_peering_advertised_public_prefix_state - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState + def ipversion + Azure::Network::Mgmt::V2018_08_01::Models::IPVersion end def access Azure::Network::Mgmt::V2018_08_01::Models::Access end - def express_route_peering_type - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRoutePeeringType - end - def express_route_peering_state - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRoutePeeringState - end - def circuit_connection_status - Azure::Network::Mgmt::V2018_08_01::Models::CircuitConnectionStatus - end - def express_route_circuit_peering_state - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringState - end def express_route_circuit_sku_tier Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSkuTier end + def express_route_circuit_peering_advertised_public_prefix_state + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState + end + def application_gateway_operational_state + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayOperationalState + end def express_route_circuit_sku_family Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSkuFamily end - def service_provider_provisioning_state - Azure::Network::Mgmt::V2018_08_01::Models::ServiceProviderProvisioningState + def express_route_circuit_peering_state + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringState end def load_balancer_sku_name Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerSkuName @@ -1664,20 +1688,32 @@ def load_balancer_sku_name def load_distribution Azure::Network::Mgmt::V2018_08_01::Models::LoadDistribution end - def probe_protocol - Azure::Network::Mgmt::V2018_08_01::Models::ProbeProtocol + def service_provider_provisioning_state + Azure::Network::Mgmt::V2018_08_01::Models::ServiceProviderProvisioningState end def network_operation_status Azure::Network::Mgmt::V2018_08_01::Models::NetworkOperationStatus end + def provisioning_state + Azure::Network::Mgmt::V2018_08_01::Models::ProvisioningState + end + def connection_shared_key + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionSharedKey + end + def effective_route_state + Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteState + end def effective_security_rule_protocol Azure::Network::Mgmt::V2018_08_01::Models::EffectiveSecurityRuleProtocol end def effective_route_source Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteSource end - def effective_route_state - Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteState + def probe_protocol + Azure::Network::Mgmt::V2018_08_01::Models::ProbeProtocol + end + def next_hop_type + Azure::Network::Mgmt::V2018_08_01::Models::NextHopType end def association_type Azure::Network::Mgmt::V2018_08_01::Models::AssociationType @@ -1685,11 +1721,8 @@ def association_type def direction Azure::Network::Mgmt::V2018_08_01::Models::Direction end - def ip_flow_protocol - Azure::Network::Mgmt::V2018_08_01::Models::IpFlowProtocol - end - def next_hop_type - Azure::Network::Mgmt::V2018_08_01::Models::NextHopType + def pc_error + Azure::Network::Mgmt::V2018_08_01::Models::PcError end def pc_protocol Azure::Network::Mgmt::V2018_08_01::Models::PcProtocol @@ -1697,29 +1730,17 @@ def pc_protocol def pc_status Azure::Network::Mgmt::V2018_08_01::Models::PcStatus end - def pc_error - Azure::Network::Mgmt::V2018_08_01::Models::PcError - end - def protocol - Azure::Network::Mgmt::V2018_08_01::Models::Protocol - end - def httpmethod - Azure::Network::Mgmt::V2018_08_01::Models::HTTPMethod + def connection_status + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionStatus end def origin Azure::Network::Mgmt::V2018_08_01::Models::Origin end - def severity - Azure::Network::Mgmt::V2018_08_01::Models::Severity - end def issue_type Azure::Network::Mgmt::V2018_08_01::Models::IssueType end - def connection_status - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionStatus - end - def connection_monitor_source_status - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorSourceStatus + def virtual_network_peering_state + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeeringState end def connection_state Azure::Network::Mgmt::V2018_08_01::Models::ConnectionState @@ -1727,11 +1748,8 @@ def connection_state def evaluation_state Azure::Network::Mgmt::V2018_08_01::Models::EvaluationState end - def public_ipprefix_sku_name - Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixSkuName - end - def virtual_network_peering_state - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeeringState + def virtual_network_gateway_sku_name + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySkuName end def virtual_network_gateway_type Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayType @@ -1739,11 +1757,11 @@ def virtual_network_gateway_type def vpn_type Azure::Network::Mgmt::V2018_08_01::Models::VpnType end - def virtual_network_gateway_sku_name - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySkuName + def bgp_peer_state + Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerState end - def virtual_network_gateway_sku_tier - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySkuTier + def protocol + Azure::Network::Mgmt::V2018_08_01::Models::Protocol end def vpn_client_protocol Azure::Network::Mgmt::V2018_08_01::Models::VpnClientProtocol @@ -1754,26 +1772,20 @@ def ipsec_encryption def ipsec_integrity Azure::Network::Mgmt::V2018_08_01::Models::IpsecIntegrity end - def ike_encryption - Azure::Network::Mgmt::V2018_08_01::Models::IkeEncryption + def virtual_network_gateway_sku_tier + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySkuTier end def ike_integrity Azure::Network::Mgmt::V2018_08_01::Models::IkeIntegrity end - def dh_group - Azure::Network::Mgmt::V2018_08_01::Models::DhGroup + def ike_encryption + Azure::Network::Mgmt::V2018_08_01::Models::IkeEncryption end def pfs_group Azure::Network::Mgmt::V2018_08_01::Models::PfsGroup end - def bgp_peer_state - Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerState - end - def processor_architecture - Azure::Network::Mgmt::V2018_08_01::Models::ProcessorArchitecture - end - def authentication_method - Azure::Network::Mgmt::V2018_08_01::Models::AuthenticationMethod + def dh_group + Azure::Network::Mgmt::V2018_08_01::Models::DhGroup end def virtual_network_gateway_connection_status Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionStatus @@ -1781,26 +1793,14 @@ def virtual_network_gateway_connection_status def virtual_network_gateway_connection_type Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionType end - def virtual_network_gateway_connection_protocol - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionProtocol - end - def office_traffic_category - Azure::Network::Mgmt::V2018_08_01::Models::OfficeTrafficCategory - end - def vpn_gateway_tunneling_protocol - Azure::Network::Mgmt::V2018_08_01::Models::VpnGatewayTunnelingProtocol - end - def vpn_connection_status - Azure::Network::Mgmt::V2018_08_01::Models::VpnConnectionStatus - end - def virtual_wan_security_provider_type - Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProviderType + def processor_architecture + Azure::Network::Mgmt::V2018_08_01::Models::ProcessorArchitecture end - def tunnel_connection_status - Azure::Network::Mgmt::V2018_08_01::Models::TunnelConnectionStatus + def authentication_method + Azure::Network::Mgmt::V2018_08_01::Models::AuthenticationMethod end - def hub_virtual_network_connection_status - Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnectionStatus + def container + Azure::Network::Mgmt::V2018_08_01::Models::Container 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 655bfad2cf..9399ec2618 100644 --- a/azure_sdk/lib/latest/modules/newssearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/newssearch_profile_module.rb @@ -9,30 +9,30 @@ module NewsSearch NewsOperations = Azure::CognitiveServices::NewsSearch::V1_0::NewsOperations module Models - ResponseBase = Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase - Error = Azure::CognitiveServices::NewsSearch::V1_0::Models::Error - Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query + Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response NewsArticle = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle - SearchResultsAnswer = Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer News = Azure::CognitiveServices::NewsSearch::V1_0::Models::News - ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject NewsTopic = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic + ResponseBase = Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase + Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query + VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject + TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article + SearchResultsAnswer = Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer Identifiable = Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable - Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response Answer = Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer Thing = Azure::CognitiveServices::NewsSearch::V1_0::Models::Thing - TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics - MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject - VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject CreativeWork = Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork - Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization - ErrorResponse = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse ErrorCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode ErrorSubCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode - Freshness = Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness SafeSearch = Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch TextFormat = Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat + Freshness = Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness + ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject + ErrorResponse = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse + 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,78 +65,78 @@ def method_missing(method, *args) end class ModelClasses - def response_base - Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase - end - def error - Azure::CognitiveServices::NewsSearch::V1_0::Models::Error - end - def query - Azure::CognitiveServices::NewsSearch::V1_0::Models::Query + def response + Azure::CognitiveServices::NewsSearch::V1_0::Models::Response end def news_article Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle end - def search_results_answer - Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer - end def news Azure::CognitiveServices::NewsSearch::V1_0::Models::News end - def image_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject - end def news_topic Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic end + def response_base + Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase + end + def query + Azure::CognitiveServices::NewsSearch::V1_0::Models::Query + end + def video_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject + end + def trending_topics + Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics + end def article Azure::CognitiveServices::NewsSearch::V1_0::Models::Article end + def search_results_answer + Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer + end def identifiable Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable end - def response - Azure::CognitiveServices::NewsSearch::V1_0::Models::Response - end def answer Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer end def thing Azure::CognitiveServices::NewsSearch::V1_0::Models::Thing end - def trending_topics - Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics - end - def media_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject - end - def video_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject - end def creative_work Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork end - def organization - Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization - end - def error_response - Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse - end def error_code Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode end def error_sub_code Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode end - def freshness - Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness - end def safe_search Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch end def text_format Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat end + def freshness + Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness + end + def image_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject + end + def error_response + Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse + 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 d481e842fd..34756d988e 100644 --- a/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb +++ b/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb @@ -7,27 +7,25 @@ module Azure::Profiles::Latest module NotificationHubs module Mgmt - Operations = Azure::NotificationHubs::Mgmt::V2017_04_01::Operations Namespaces = Azure::NotificationHubs::Mgmt::V2017_04_01::Namespaces + Operations = Azure::NotificationHubs::Mgmt::V2017_04_01::Operations NotificationHubs = Azure::NotificationHubs::Mgmt::V2017_04_01::NotificationHubs module Models + Resource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource + OperationDisplay = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay + Operation = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Operation + OperationListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationListResult + SubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource ResourceListKeys = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ResourceListKeys PolicykeyResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PolicykeyResource - Operation = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Operation ApnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ApnsCredential - ErrorResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ErrorResponse 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 - OperationDisplay = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay - OperationListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationListResult - Sku = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku SharedAccessAuthorizationRuleCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleCreateOrUpdateParameters - SubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource NotificationHubListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubListResult SharedAccessAuthorizationRuleListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleListResult - Resource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource 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 @@ -43,13 +41,15 @@ module Models NotificationHubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubResource DebugSendResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse PnsCredentialsResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource - SkuName = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SkuName NamespaceType = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType + Sku = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku + SkuName = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SkuName AccessRights = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AccessRights + ErrorResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ErrorResponse end class NotificationHubsManagementClass - attr_reader :operations, :namespaces, :notification_hubs, :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,8 +59,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 @namespaces = @client_0.namespaces + @operations = @client_0.operations @notification_hubs = @client_0.notification_hubs @model_classes = ModelClasses.new @@ -80,21 +80,30 @@ def method_missing(method, *args) end class ModelClasses + def resource + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource + end + def operation_display + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay + end + def operation + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Operation + end + def operation_list_result + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationListResult + end + def sub_resource + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource + end def 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 operation - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Operation - end def apns_credential Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ApnsCredential end - def error_response - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ErrorResponse - end def wns_credential Azure::NotificationHubs::Mgmt::V2017_04_01::Models::WnsCredential end @@ -104,30 +113,15 @@ def check_availability_parameters def gcm_credential Azure::NotificationHubs::Mgmt::V2017_04_01::Models::GcmCredential end - def operation_display - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay - end - def operation_list_result - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationListResult - end - def sku - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku - end def shared_access_authorization_rule_create_or_update_parameters Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleCreateOrUpdateParameters end - def sub_resource - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource - 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 resource - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource - end def shared_access_authorization_rule_properties Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties end @@ -173,15 +167,21 @@ def debug_send_response def pns_credentials_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource end - def sku_name - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SkuName - end def namespace_type Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType end + def sku + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku + end + def sku_name + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SkuName + end def access_rights Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AccessRights end + def error_response + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ErrorResponse + 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 5f7eec328a..70cdb0a48c 100644 --- a/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb @@ -7,66 +7,66 @@ module Azure::Profiles::Latest module OperationalInsights module Mgmt - StorageInsights = Azure::OperationalInsights::Mgmt::V2015_03_20::StorageInsights SavedSearches = Azure::OperationalInsights::Mgmt::V2015_03_20::SavedSearches - LinkedServices = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::LinkedServices - DataSources = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::DataSources + StorageInsights = Azure::OperationalInsights::Mgmt::V2015_03_20::StorageInsights Workspaces = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Workspaces Operations = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Operations + LinkedServices = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::LinkedServices + DataSources = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::DataSources module Models 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 + Tag = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag 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 - StorageAccount = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageAccount 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 WorkspacePurgeBodyFilters = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters - Tag = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag WorkspacePurgeBody = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBody WorkspacePurgeResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeResponse SearchMetadata = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadata + SearchSort = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSort 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 StorageInsightState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightState PurgeState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState - MetricName = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName + StorageAccount = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageAccount + Resource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Resource + DataSource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource + SkuNameEnum = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum OperationDisplay = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationDisplay - UsageMetric = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::UsageMetric + Operation = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation OperationListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationListResult + UsageMetric = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::UsageMetric WorkspaceListUsagesResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListUsagesResult LinkedServiceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedServiceListResult ManagementGroup = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ManagementGroup DataSourceFilter = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceFilter WorkspaceListManagementGroupsResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListManagementGroupsResult IntelligencePack = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::IntelligencePack - Sku = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku - Operation = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation SharedKeys = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SharedKeys - Resource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Resource DataSourceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceListResult - ProxyResource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource 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 EntityStatus = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::EntityStatus + Sku = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku + MetricName = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName + ProxyResource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource end class OperationalInsightsManagementClass - attr_reader :storage_insights, :saved_searches, :linked_services, :data_sources, :workspaces, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :saved_searches, :storage_insights, :workspaces, :operations, :linked_services, :data_sources, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -76,18 +76,18 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @storage_insights = @client_0.storage_insights @saved_searches = @client_0.saved_searches + @storage_insights = @client_0.storage_insights @client_1 = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::OperationalInsightsManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @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 + @data_sources = @client_1.data_sources @model_classes = ModelClasses.new end @@ -117,6 +117,9 @@ def search_get_schema_response def search_highlight Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchHighlight end + def tag + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag + end def link_target Azure::OperationalInsights::Mgmt::V2015_03_20::Models::LinkTarget end @@ -126,9 +129,6 @@ def search_parameters def core_summary Azure::OperationalInsights::Mgmt::V2015_03_20::Models::CoreSummary end - def storage_account - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageAccount - end def search_metadata_schema Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadataSchema end @@ -147,18 +147,12 @@ def search_results_response 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 tag - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag - end def workspace_purge_body Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBody end @@ -168,6 +162,9 @@ def workspace_purge_response def search_metadata Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadata end + def search_sort + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSort + end def workspace_purge_status_response Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeStatusResponse end @@ -183,18 +180,30 @@ def storage_insight_state def purge_state Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState end - def metric_name - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName + def storage_account + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageAccount + end + def resource + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Resource + end + def data_source + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource + end + def sku_name_enum + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum end def operation_display Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationDisplay end - def usage_metric - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::UsageMetric + def operation + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation end def operation_list_result Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationListResult end + def usage_metric + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::UsageMetric + end def workspace_list_usages_result Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListUsagesResult end @@ -213,45 +222,36 @@ def workspace_list_management_groups_result def intelligence_pack Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::IntelligencePack end - def sku - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku - end - def operation - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation - end def shared_keys Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SharedKeys end - def resource - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Resource - end def data_source_list_result Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceListResult end - def proxy_resource - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource - end def workspace_list_result Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListResult end def linked_service Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedService end - def data_source - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource - end def workspace Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace end 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 - end def entity_status Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::EntityStatus end + def sku + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku + end + def metric_name + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName + end + def proxy_resource + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource + 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 55cc7f93f8..2b92bb3654 100644 --- a/azure_sdk/lib/latest/modules/policy_profile_module.rb +++ b/azure_sdk/lib/latest/modules/policy_profile_module.rb @@ -7,26 +7,26 @@ module Azure::Profiles::Latest module Policy module Mgmt - PolicyAssignments = Azure::Policy::Mgmt::V2018_03_01::PolicyAssignments PolicyDefinitions = Azure::Policy::Mgmt::V2018_03_01::PolicyDefinitions PolicySetDefinitions = Azure::Policy::Mgmt::V2018_03_01::PolicySetDefinitions + PolicyAssignments = Azure::Policy::Mgmt::V2018_03_01::PolicyAssignments module Models + PolicyAssignment = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignment PolicyDefinition = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinition + PolicyAssignmentListResult = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignmentListResult PolicyDefinitionListResult = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinitionListResult - PolicyAssignment = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignment - PolicyDefinitionReference = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinitionReference ErrorResponse = Azure::Policy::Mgmt::V2018_03_01::Models::ErrorResponse + PolicyType = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyType + PolicyMode = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyMode + PolicyDefinitionReference = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinitionReference PolicySetDefinition = Azure::Policy::Mgmt::V2018_03_01::Models::PolicySetDefinition - PolicyAssignmentListResult = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignmentListResult PolicySetDefinitionListResult = Azure::Policy::Mgmt::V2018_03_01::Models::PolicySetDefinitionListResult PolicySku = Azure::Policy::Mgmt::V2018_03_01::Models::PolicySku - PolicyType = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyType - PolicyMode = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyMode end class PolicyManagementClass - attr_reader :policy_assignments, :policy_definitions, :policy_set_definitions, :configurable, :base_url, :options, :model_classes + attr_reader :policy_definitions, :policy_set_definitions, :policy_assignments, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -36,9 +36,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @policy_assignments = @client_0.policy_assignments @policy_definitions = @client_0.policy_definitions @policy_set_definitions = @client_0.policy_set_definitions + @policy_assignments = @client_0.policy_assignments @model_classes = ModelClasses.new end @@ -57,39 +57,39 @@ def method_missing(method, *args) end class ModelClasses + def policy_assignment + Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignment + end def policy_definition Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinition end + def policy_assignment_list_result + Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignmentListResult + end def policy_definition_list_result Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinitionListResult end - def policy_assignment - Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignment + def error_response + Azure::Policy::Mgmt::V2018_03_01::Models::ErrorResponse + end + def policy_type + Azure::Policy::Mgmt::V2018_03_01::Models::PolicyType + end + def policy_mode + Azure::Policy::Mgmt::V2018_03_01::Models::PolicyMode end def policy_definition_reference Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinitionReference end - def error_response - Azure::Policy::Mgmt::V2018_03_01::Models::ErrorResponse - end def policy_set_definition Azure::Policy::Mgmt::V2018_03_01::Models::PolicySetDefinition end - def policy_assignment_list_result - Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignmentListResult - end def policy_set_definition_list_result Azure::Policy::Mgmt::V2018_03_01::Models::PolicySetDefinitionListResult end def policy_sku Azure::Policy::Mgmt::V2018_03_01::Models::PolicySku end - def policy_type - Azure::Policy::Mgmt::V2018_03_01::Models::PolicyType - end - def policy_mode - Azure::Policy::Mgmt::V2018_03_01::Models::PolicyMode - 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 49e79b35b4..ef9f2d4498 100644 --- a/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb @@ -19,14 +19,14 @@ module Models QueryFailure = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailure SummarizeResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummarizeResults PolicyStatesQueryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesQueryResults - OperationDisplay = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay - PolicyEvent = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEvent Operation = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Operation PolicyState = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyState OperationsListResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults + PolicyEvent = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEvent + OperationDisplay = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay + SummaryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummaryResults 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 end @@ -83,12 +83,6 @@ def summarize_results def policy_states_query_results Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesQueryResults end - def operation_display - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay - end - def policy_event - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEvent - end def operation Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Operation end @@ -98,15 +92,21 @@ def policy_state def operations_list_results Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults end + def policy_event + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEvent + end + def operation_display + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay + end + def summary_results + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummaryResults + 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 diff --git a/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb b/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb index 215c4dbc2c..ff9ce4355c 100644 --- a/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb +++ b/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb @@ -11,25 +11,25 @@ module Mgmt Workspaces = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Workspaces module Models + UpdateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest + AzureSku = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AzureSku + Workspace = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace + Error = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error + WorkspaceList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList + CheckNameRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameRequest + WorkspaceCollectionList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList + CheckNameResponse = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameResponse + ErrorDetail = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail + MigrateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::MigrateWorkspaceCollectionRequest + CheckNameReason = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameReason + AccessKeyName = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AccessKeyName Operation = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation OperationList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::OperationList - Error = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error WorkspaceCollectionAccessKeys = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKeys WorkspaceCollection = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollection WorkspaceCollectionAccessKey = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKey - Workspace = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace CreateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CreateWorkspaceCollectionRequest Display = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Display - UpdateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest - AzureSku = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AzureSku - CheckNameRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameRequest - WorkspaceList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList - CheckNameResponse = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameResponse - WorkspaceCollectionList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList - 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 end class PowerBiEmbeddedManagementClass @@ -63,62 +63,62 @@ def method_missing(method, *args) end class ModelClasses - def operation - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation - end - def operation_list - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::OperationList - end - def error - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error - end - def workspace_collection_access_keys - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKeys - end - def workspace_collection - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollection + def update_workspace_collection_request + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest end - def workspace_collection_access_key - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKey + def azure_sku + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AzureSku end def workspace Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace end - def create_workspace_collection_request - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CreateWorkspaceCollectionRequest - end - def display - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Display - end - def update_workspace_collection_request - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest + def error + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error end - def azure_sku - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AzureSku + def workspace_list + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList end def check_name_request Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameRequest 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 check_name_response Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameResponse end - def workspace_collection_list - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList + def error_detail + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail end def migrate_workspace_collection_request Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::MigrateWorkspaceCollectionRequest end - def error_detail - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail + def check_name_reason + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameReason end def access_key_name Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AccessKeyName end - def check_name_reason - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameReason + def operation + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation + end + def operation_list + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::OperationList + end + def workspace_collection_access_keys + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKeys + end + def workspace_collection + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollection + end + def workspace_collection_access_key + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKey + end + def create_workspace_collection_request + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CreateWorkspaceCollectionRequest + end + def display + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Display end end end diff --git a/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb index e4a5a707d8..25b104ff47 100644 --- a/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb @@ -7,53 +7,53 @@ module Azure::Profiles::Latest module RecoveryServices module Mgmt + Usages = Azure::RecoveryServices::Mgmt::V2016_06_01::Usages VaultCertificates = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultCertificates RegisteredIdentities = Azure::RecoveryServices::Mgmt::V2016_06_01::RegisteredIdentities ReplicationUsages = Azure::RecoveryServices::Mgmt::V2016_06_01::ReplicationUsages Vaults = Azure::RecoveryServices::Mgmt::V2016_06_01::Vaults Operations = Azure::RecoveryServices::Mgmt::V2016_06_01::Operations VaultExtendedInfoOperations = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultExtendedInfoOperations - Usages = Azure::RecoveryServices::Mgmt::V2016_06_01::Usages module Models - ClientDiscoveryValueForSingleApi = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi - ClientDiscoveryResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse CertificateRequest = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::CertificateRequest - Resource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource ClientDiscoveryForProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForProperties RawCertificateData = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::RawCertificateData VaultCertificateResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse + Resource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource JobsSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::JobsSummary VaultList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultList ReplicationUsage = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsage 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 VaultUsage = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsage ClientDiscoveryForLogSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForLogSpecification + MonitoringSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary UpgradeDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UpgradeDetails - ReplicationUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList - VaultProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties 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 + ReplicationUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList + VaultProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties ResourceCertificateAndAcsDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails - TrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource - PatchTrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource - Vault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault + ResourceCertificateAndAadDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails PatchVault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault - VaultExtendedInfoResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource + PatchTrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource AuthType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType - SkuName = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName - VaultUpgradeState = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState + VaultExtendedInfoResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource TriggerType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType + VaultUpgradeState = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState UsagesUnit = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit + Vault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault + SkuName = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName + Sku = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku + TrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource + ClientDiscoveryValueForSingleApi = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi + ClientDiscoveryResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse end class RecoveryServicesManagementClass - attr_reader :vault_certificates, :registered_identities, :replication_usages, :vaults, :operations, :vault_extended_info_operations, :usages, :configurable, :base_url, :options, :model_classes + attr_reader :usages, :vault_certificates, :registered_identities, :replication_usages, :vaults, :operations, :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,13 +63,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @usages = @client_0.usages @vault_certificates = @client_0.vault_certificates @registered_identities = @client_0.registered_identities @replication_usages = @client_0.replication_usages @vaults = @client_0.vaults @operations = @client_0.operations @vault_extended_info_operations = @client_0.vault_extended_info_operations - @usages = @client_0.usages @model_classes = ModelClasses.new end @@ -88,18 +88,9 @@ def method_missing(method, *args) end class ModelClasses - def client_discovery_value_for_single_api - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi - end - def client_discovery_response - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse - end def certificate_request Azure::RecoveryServices::Mgmt::V2016_06_01::Models::CertificateRequest end - def resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource - end def client_discovery_for_properties Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForProperties end @@ -109,6 +100,9 @@ def raw_certificate_data def vault_certificate_response Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse end + def resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource + end def jobs_summary Azure::RecoveryServices::Mgmt::V2016_06_01::Models::JobsSummary end @@ -121,75 +115,81 @@ 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 def vault_usage_list Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList end - def monitoring_summary - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary - end def vault_usage Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsage end def client_discovery_for_log_specification Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForLogSpecification end + def monitoring_summary + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary + end def upgrade_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UpgradeDetails end - def replication_usage_list - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList - end - def vault_properties - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties - end def resource_certificate_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails end def name_info Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo end - def resource_certificate_and_aad_details - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails + def replication_usage_list + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList + end + def vault_properties + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties end def resource_certificate_and_acs_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails end - def tracked_resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource - end - def patch_tracked_resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource - end - def vault - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault + def resource_certificate_and_aad_details + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails 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 + def patch_tracked_resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource end def auth_type Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType 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 + def vault_extended_info_resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource end def trigger_type Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType end + def vault_upgrade_state + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState + end def usages_unit Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit 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 sku + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku + end + def tracked_resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource + end + def client_discovery_value_for_single_api + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi + end + def client_discovery_response + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse + end 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 3a8c4a9510..c98c3ac03c 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb @@ -8,6 +8,10 @@ module Azure::Profiles::Latest module RecoveryServicesBackup module Mgmt Operations = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Operations + 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 @@ -29,29 +33,27 @@ module Mgmt 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 BackupJobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupJobs JobDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::JobDetails + Operation = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Operation ExportJobsOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::ExportJobsOperationResults - Jobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Jobs - BackupPolicies = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupPolicies BackupProtectedItems = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupProtectedItems BackupUsageSummaries = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupUsageSummaries - Operation = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Operation + BackupPolicies = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupPolicies module Models - ClientDiscoveryForProperties = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForProperties - ClientDiscoveryDisplay = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay - ClientDiscoveryValueForSingleApi = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi ClientDiscoveryForServiceSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification + ClientDiscoveryForProperties = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForProperties ClientDiscoveryResponse = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse ClientDiscoveryForLogSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification + ClientDiscoveryValueForSingleApi = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi + ClientDiscoveryDisplay = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay + StorageType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType + OperationStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus AzureWorkloadContainerExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadContainerExtendedInfo DPMContainerExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::DPMContainerExtendedInfo InquiryInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryInfo @@ -69,7 +71,6 @@ module Models OperationStatusExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusExtendedInfo BackupResourceConfig = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceConfig ILRRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ILRRequest - BackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest SQLDataDirectory = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::SQLDataDirectory ContainerIdentityInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ContainerIdentityInfo OperationStatusError = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusError @@ -94,14 +95,13 @@ module Models BMSPOQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BMSPOQueryObject AzureWorkloadSQLRecoveryPointExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLRecoveryPointExtendedInfo RecoveryPointTierInformation = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierInformation - OperationStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus GetProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GetProtectedItemQueryObject - 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 + AzureBackupServerContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerContainer AzureFileShareProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareProtectableItem - AzureFileShareRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRecoveryPoint AzureIaaSClassicComputeVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMContainer + AzureFileShareRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRecoveryPoint 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 @@ -152,180 +152,180 @@ module Models ProtectableContainerResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResourceList ProtectionContainerResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResource ProtectionContainerResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResourceList - RecoveryPointResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResource 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 + BackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest WorkloadItemResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResource WorkloadItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResourceList WorkloadProtectableItemResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResource - WorkloadProtectableItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList AzureFileShareType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType + WorkloadProtectableItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList InquiryStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryStatus BackupType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupType RestorePointType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType - StorageType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType - StorageTypeState = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageTypeState EnhancedSecurityState = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::EnhancedSecurityState ContainerType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ContainerType + StorageTypeState = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageTypeState RestorePointQueryType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointQueryType RecoveryPointTierType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierType RecoveryPointTierStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierStatus - BackupItemType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupItemType OperationStatusValues = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusValues - DailyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat - RetentionDuration = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration + BackupItemType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupItemType + HttpStatusCode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode + SubProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SubProtectionPolicy AzureFileshareProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItemExtendedInfo - DailyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule SchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy + RestoreFileSpecs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreFileSpecs + ResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList DpmErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo OperationWorkerResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse OperationResultInfoBase = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBase - TargetAFSRestoreInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetAFSRestoreInfo MabJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobExtendedInfo ValidateOperationsResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationsResponse AzureWorkloadErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadErrorInfo AzureIaaSVMErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo AzureWorkloadJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobTaskDetails + DailyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule AzureIaaSVMJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails - AzureWorkloadJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo ValidateOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest MabJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails - RestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest - MabFileFolderProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo - Resource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource MabErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo - AzureSqlProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo - TargetRestoreInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetRestoreInfo + RetentionDuration = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration + DailyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat + AzureWorkloadJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo ProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent - YearlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule AzureStorageJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails - MonthlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule ProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject - WeeklyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat AzureVMResourceFeatureSupportResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse - SQLDataDirectoryMapping = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping - AzureVmWorkloadProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo - WeeklyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule - Settings = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings - NameInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::NameInfo PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest - BackupManagementUsage = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage + AzureVmWorkloadProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo BackupManagementUsageList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList - AzureIaaSVMHealthDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails BackupStatusRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest - AzureIaaSVMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo - BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse + BackupManagementUsage = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject + PreValidateEnableBackupResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse + AzureIaaSVMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo + AzureIaaSVMJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo BMSBackupSummariesQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject AzureStorageErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo - Day = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day - ProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem - ErrorDetail = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail - PreValidateEnableBackupResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse - EncryptionDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails - RestoreFileSpecs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreFileSpecs + AzureSqlProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest - AzureIaaSVMJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo - RetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionPolicy - ProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy + DPMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo JobQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject - SubProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SubProtectionPolicy - DpmJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails - ResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList - DpmJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo + AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo + BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse ValidateOperationResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse + ProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem + TargetAFSRestoreInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetAFSRestoreInfo + TargetRestoreInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetRestoreInfo + AzureIaaSVMHealthDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails + YearlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule + Day = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day + MonthlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule + WeeklyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat + EncryptionDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails Job = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job - AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo - DPMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo AzureBackupGoalFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest + WeeklyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule + Resource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource + SQLDataDirectoryMapping = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping + MabFileFolderProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo + AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + AzureWorkloadAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent + AzureIaaSVMJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob + AzureRecoveryServiceVaultProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent AzureFileshareProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem - AzureFileShareProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy + DpmJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo + ProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy AzureFileShareRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest + AzureFileShareProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy + AzureWorkloadSQLAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent + AzureIaaSVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem AzureIaaSClassicComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem + DpmJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails + JobResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList AzureIaaSComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem - AzureIaaSVMJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob - AzureIaaSVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem AzureIaaSVMProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy - AzureRecoveryServiceVaultProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent - AzureResourceProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent + OperationResultInfoBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource AzureSqlProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem AzureSqlProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy + AzureResourceProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob - AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + MabJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob + OperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo + AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob AzureVmWorkloadProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItem AzureVmWorkloadProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy + ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo AzureVmWorkloadSAPHanaDatabaseProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectedItem + ValidateIaasVMRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest + JobSupportedAction = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction + SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus + FabricName = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName + ProtectedItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList AzureVmWorkloadSQLDatabaseProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem - AzureWorkloadAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent - AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob + DpmJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob + ValidateRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest + JobResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource + CreateMode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode + Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type + JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType AzureWorkloadRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadRestoreRequest + ProtectionPolicyResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList + HealthState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState AzureWorkloadSAPHanaRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaRestoreRequest AzureWorkloadSAPHanaPointInTimeRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaPointInTimeRestoreRequest - AzureWorkloadSQLAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent - AzureWorkloadSQLRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLRestoreRequest AzureWorkloadSQLPointInTimeRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLPointInTimeRestoreRequest - DpmJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob + AzureWorkloadSQLRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLRestoreRequest + MabServerType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType + ProtectionIntentResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource DPMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem - ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo GenericProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectedItem GenericProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectionPolicy + ValidationStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus IaasVMRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::IaasVMRestoreRequest - JobResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource - JobResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList LogSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LogSchedulePolicy LongTermRetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LongTermRetentionPolicy LongTermSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LongTermSchedulePolicy MabFileFolderProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItem - MabJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob MabProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabProtectionPolicy - OperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo - OperationResultInfoBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource ProtectedItemResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResource - ProtectedItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList - ProtectionIntentResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource ProtectionPolicyResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResource - ProtectionPolicyResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList + Settings = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings SimpleRetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleRetentionPolicy SimpleSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleSchedulePolicy - ValidateRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest - ValidateIaasVMRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest ProtectionState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionState + ErrorDetail = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail HealthStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthStatus RecoveryType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RecoveryType CopyOptions = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CopyOptions RestoreRequestType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequestType - JobSupportedAction = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction ProtectedItemState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemState - SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus LastBackupStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LastBackupStatus ProtectedItemHealthStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemHealthStatus + SQLDataDirectoryType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryType + WorkloadType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType OverwriteOptions = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OverwriteOptions + BackupManagementType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementType + RestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest WorkloadItemType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadItemType - SQLDataDirectoryType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryType - UsagesUnit = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::UsagesUnit - DataSourceType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType ProtectionStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionStatus - FabricName = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName - Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type RetentionDurationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDurationType - BackupManagementType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementType - JobStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus - JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType - DayOfWeek = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek RetentionScheduleFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionScheduleFormat WeekOfMonth = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeekOfMonth MonthOfYear = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthOfYear - MabServerType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType - WorkloadType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType - HttpStatusCode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode - ValidationStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus - CreateMode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode - HealthState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState ScheduleRunType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ScheduleRunType + JobStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus + NameInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::NameInfo + UsagesUnit = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::UsagesUnit + DataSourceType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType + DayOfWeek = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek + RetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionPolicy end class RecoveryServicesBackupManagementClass - attr_reader :operations, :backup_resource_vault_configs, :backup_engines, :protection_container_refresh_operation_results, :protectable_containers, :protection_containers, :backup_workload_items, :protection_container_operation_results, :protected_items, :backups, :protected_item_operation_results, :protected_item_operation_statuses, :recovery_points, :item_level_recovery_connections, :restores, :job_cancellations, :job_operation_results, :backup_operation_results, :backup_operation_statuses, :protection_policies, :protection_policy_operation_results, :protection_policy_operation_statuses, :backup_protectable_items, :backup_protection_containers, :security_pins, :backup_resource_storage_configs, :protection_intent_operations, :backup_status, :feature_support, :backup_jobs, :job_details, :export_jobs_operation_results, :jobs, :backup_policies, :backup_protected_items, :backup_usage_summaries, :operation, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :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_policies, :protection_policy_operation_results, :protection_policy_operation_statuses, :jobs, :protection_intent_operations, :backup_status, :feature_support, :backup_jobs, :job_details, :operation, :export_jobs_operation_results, :backup_protected_items, :backup_usage_summaries, :backup_policies, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -342,6 +342,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) + @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 @@ -363,27 +367,23 @@ def initialize(configurable, base_url=nil, options=nil) @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 @backup_jobs = @client_2.backup_jobs @job_details = @client_2.job_details + @operation = @client_2.operation @export_jobs_operation_results = @client_2.export_jobs_operation_results - @jobs = @client_2.jobs - @backup_policies = @client_2.backup_policies @backup_protected_items = @client_2.backup_protected_items @backup_usage_summaries = @client_2.backup_usage_summaries - @operation = @client_2.operation + @backup_policies = @client_2.backup_policies @model_classes = ModelClasses.new end @@ -406,23 +406,29 @@ def method_missing(method, *args) end class ModelClasses + def client_discovery_for_service_specification + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification + end def client_discovery_for_properties Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForProperties end - def client_discovery_display - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay + 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 - def client_discovery_for_service_specification - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification + def client_discovery_display + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay end - def client_discovery_response - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse + def storage_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType end - def client_discovery_for_log_specification - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification + def operation_status + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus end def azure_workload_container_extended_info Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadContainerExtendedInfo @@ -475,9 +481,6 @@ def backup_resource_config def ilrrequest Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ILRRequest end - def backup_request - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest - end def sqldata_directory Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::SQLDataDirectory end @@ -550,30 +553,27 @@ def azure_workload_sqlrecovery_point_extended_info def recovery_point_tier_information Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierInformation end - def operation_status - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus - end def get_protected_item_query_object Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GetProtectedItemQueryObject 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_backup_server_container + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerContainer + 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_iaa_sclassic_compute_vmcontainer Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMContainer end + def azure_file_share_recovery_point + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRecoveryPoint + end def azure_iaa_sclassic_compute_vmprotectable_item Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMProtectableItem end @@ -724,15 +724,18 @@ def protection_container_resource def protection_container_resource_list Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResourceList end - def recovery_point_resource - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResource - end def recovery_point_resource_list Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResourceList 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 end + def backup_request + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest + end def workload_item_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResource end @@ -742,12 +745,12 @@ def workload_item_resource_list def workload_protectable_item_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResource end - def workload_protectable_item_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList - end def azure_file_share_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType end + def workload_protectable_item_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList + end def inquiry_status Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryStatus end @@ -757,18 +760,15 @@ def backup_type def restore_point_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType end - def storage_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType - end - def storage_type_state - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageTypeState - end def enhanced_security_state Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::EnhancedSecurityState end def container_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ContainerType end + def storage_type_state + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageTypeState + end def restore_point_query_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointQueryType end @@ -778,27 +778,30 @@ def recovery_point_tier_type def recovery_point_tier_status Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierStatus end - def backup_item_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupItemType - end def operation_status_values Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusValues end - def daily_retention_format - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat + def backup_item_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupItemType end - def retention_duration - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration + def http_status_code + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode + end + def sub_protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SubProtectionPolicy end def azure_fileshare_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItemExtendedInfo end - def daily_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule - end def schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy end + def restore_file_specs + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreFileSpecs + end + def resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList + end def dpm_error_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo end @@ -808,9 +811,6 @@ def operation_worker_response def operation_result_info_base Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBase end - def target_afsrestore_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetAFSRestoreInfo - end def mab_job_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobExtendedInfo end @@ -826,95 +826,68 @@ def azure_iaa_svmerror_info def azure_workload_job_task_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobTaskDetails end + def daily_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule + end def azure_iaa_svmjob_task_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails end - def azure_workload_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo - end def validate_operation_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest end def mab_job_task_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails end - def restore_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest - end - def mab_file_folder_protected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo - end - def resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource - end def mab_error_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo end - def azure_sql_protected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo + def retention_duration + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration end - def target_restore_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetRestoreInfo + def daily_retention_format + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat + end + def azure_workload_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo end def protection_intent Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent end - def yearly_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule - end def azure_storage_job_task_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails end - def monthly_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule - end def protected_item_query_object Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject end - def weekly_retention_format - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat - end def azure_vmresource_feature_support_response Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse end - def sqldata_directory_mapping - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping + def pre_validate_enable_backup_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest end def azure_vm_workload_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo end - def weekly_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule - end - def settings - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings - end - def name_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::NameInfo + def backup_management_usage_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList end - def pre_validate_enable_backup_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest + def backup_status_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest end def backup_management_usage Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage end - def backup_management_usage_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList - end - def azure_iaa_svmhealth_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails + def protection_policy_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject end - def backup_status_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest + def pre_validate_enable_backup_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse end def azure_iaa_svmprotected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo end - def backup_status_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse - end - def protection_policy_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject + def azure_iaa_svmjob_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo end def bmsbackup_summaries_query_object Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject @@ -922,95 +895,122 @@ def bmsbackup_summaries_query_object def azure_storage_error_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo end - def day - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day + def azure_sql_protected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo end - def protected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem + def feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest end - def error_detail - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail + def dpmprotected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo end - def pre_validate_enable_backup_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse + def job_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject end - def encryption_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails + def azure_storage_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo end - def restore_file_specs - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreFileSpecs + def backup_status_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse end - def feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + def validate_operation_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse end - def azure_iaa_svmjob_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo + def protected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem end - def retention_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionPolicy + def target_afsrestore_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetAFSRestoreInfo end - def protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy + def target_restore_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetRestoreInfo end - def job_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject + def azure_iaa_svmhealth_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails end - def sub_protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SubProtectionPolicy + def yearly_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule end - def dpm_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails + def day + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day end - def resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList + def monthly_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule end - def dpm_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo + def weekly_retention_format + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat end - def validate_operation_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse + def encryption_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails end def job Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job end - def azure_storage_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo - end - def dpmprotected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo - end def azure_backup_goal_feature_support_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest end + def weekly_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule + end + def resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource + end + def sqldata_directory_mapping + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping + end + def mab_file_folder_protected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo + end + def azure_vmresource_feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + end + def azure_workload_auto_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent + end + def azure_iaa_svmjob + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob + end + def azure_recovery_service_vault_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent + end def azure_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 + def dpm_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo + end + def protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy end def azure_file_share_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest end + def azure_file_share_protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy + end + def azure_workload_sqlauto_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent + end + def azure_iaa_svmprotected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem + end def azure_iaa_sclassic_compute_vmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem end - def azure_iaa_scompute_vmprotected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem + def dpm_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails end - def azure_iaa_svmjob - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob + def job_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList end - def azure_iaa_svmprotected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem + def azure_iaa_scompute_vmprotected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem end def azure_iaa_svmprotection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy end - def azure_recovery_service_vault_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent - 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_sql_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem @@ -1018,11 +1018,20 @@ def azure_sql_protected_item def azure_sql_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy end + def azure_resource_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent + end def azure_storage_job Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob end - def azure_vmresource_feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + def mab_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob + end + def operation_result_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo + end + def azure_workload_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob end def azure_vm_workload_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItem @@ -1030,60 +1039,90 @@ def azure_vm_workload_protected_item def azure_vm_workload_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy end + def export_jobs_operation_result_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo + end def azure_vm_workload_saphana_database_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectedItem end + def validate_iaas_vmrestore_operation_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest + end + def job_supported_action + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction + end + def support_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus + 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 azure_vm_workload_sqldatabase_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem end - def azure_workload_auto_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent + def dpm_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob end - def azure_workload_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob + def validate_restore_operation_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest + end + def job_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource + end + def create_mode + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode + end + def type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type + end + def job_operation_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType end def azure_workload_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadRestoreRequest end + def protection_policy_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList + end + def health_state + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState + end def azure_workload_saphana_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaRestoreRequest end def azure_workload_saphana_point_in_time_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaPointInTimeRestoreRequest end - def azure_workload_sqlauto_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent + def azure_workload_sqlpoint_in_time_restore_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLPointInTimeRestoreRequest end def azure_workload_sqlrestore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLRestoreRequest end - def azure_workload_sqlpoint_in_time_restore_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLPointInTimeRestoreRequest + def mab_server_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType end - def dpm_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob + def protection_intent_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource end def dpmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem end - def export_jobs_operation_result_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo - end def generic_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectedItem end def generic_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectionPolicy end + def validation_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus + end def iaas_vmrestore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::IaasVMRestoreRequest end - def job_resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource - end - def job_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList - end def log_schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LogSchedulePolicy end @@ -1096,32 +1135,17 @@ def long_term_schedule_policy def mab_file_folder_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItem end - def mab_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob - end def mab_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabProtectionPolicy end - def operation_result_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo - end - def operation_result_info_base_resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource - end def protected_item_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResource 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 Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResource end - def protection_policy_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList + def settings + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings end def simple_retention_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleRetentionPolicy @@ -1129,15 +1153,12 @@ def simple_retention_policy def simple_schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleSchedulePolicy end - def validate_restore_operation_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest - end - def validate_iaas_vmrestore_operation_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest - end def protection_state Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionState end + def error_detail + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail + end def health_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthStatus end @@ -1150,60 +1171,39 @@ def copy_options def restore_request_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequestType end - def job_supported_action - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction - end def protected_item_state Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemState end - def support_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus - end def last_backup_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LastBackupStatus end def protected_item_health_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemHealthStatus end + def sqldata_directory_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryType + end + def workload_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType + end def overwrite_options Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OverwriteOptions end - def workload_item_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadItemType - end - def sqldata_directory_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryType + def backup_management_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementType end - def usages_unit - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::UsagesUnit + def restore_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest end - def data_source_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType + def workload_item_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadItemType end def protection_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionStatus 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 retention_duration_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDurationType end - def backup_management_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementType - end - def job_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus - end - def job_operation_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType - end - def day_of_week - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek - end def retention_schedule_format Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionScheduleFormat end @@ -1213,26 +1213,26 @@ def week_of_month def month_of_year Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthOfYear end - def mab_server_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType + def schedule_run_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ScheduleRunType end - def workload_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType + def job_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus end - def http_status_code - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode + def name_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::NameInfo end - def validation_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus + def usages_unit + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::UsagesUnit end - def create_mode - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode + def data_source_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType end - def health_state - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState + def day_of_week + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek end - def schedule_run_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ScheduleRunType + def retention_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionPolicy 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 aaaeec1a2a..38a3129073 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb @@ -17,19 +17,20 @@ module Mgmt ReplicationProtectionContainers = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationProtectionContainers ReplicationProtectableItems = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationProtectableItems ReplicationProtectedItems = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationProtectedItems - RecoveryPoints = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::RecoveryPoints TargetComputeSizes = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::TargetComputeSizes ReplicationProtectionContainerMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationProtectionContainerMappings ReplicationRecoveryServicesProviders = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationRecoveryServicesProviders ReplicationStorageClassifications = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationStorageClassifications ReplicationStorageClassificationMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationStorageClassificationMappings + RecoveryPoints = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::RecoveryPoints ReplicationvCenters = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationvCenters - ReplicationJobs = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationJobs ReplicationPolicies = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationPolicies ReplicationRecoveryPlans = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationRecoveryPlans + ReplicationJobs = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationJobs ReplicationVaultHealth = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationVaultHealth module Models + JobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobDetails OSDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OSDiskDetails FabricCreationInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricCreationInputProperties FabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricCreationInput @@ -88,7 +89,6 @@ module Models CreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateNetworkMappingInput ResourceHealthSummary = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ResourceHealthSummary CreatePolicyInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreatePolicyInputProperties - Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource ReplicationProviderSpecificContainerCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderSpecificContainerCreationInput ReplicationProviderSpecificUpdateContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderSpecificUpdateContainerMappingInput CreateProtectionContainerInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateProtectionContainerInput @@ -157,13 +157,11 @@ module Models CreateNetworkMappingInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateNetworkMappingInputProperties ProviderSpecificRecoveryPointDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProviderSpecificRecoveryPointDetails CreatePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreatePolicyInput - JobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobDetails ReplicationProviderSpecificContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderSpecificContainerMappingInput JobProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobProperties RecoveryPlanActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanActionDetails ProtectionContainerMappingCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMappingCollection CreateRecoveryPlanInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateRecoveryPlanInput - JobCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobCollection DisableProtectionInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionInputProperties JobQueryParameter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobQueryParameter DiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DiskDetails @@ -180,14 +178,12 @@ module Models ProtectionContainerProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerProperties UpdateVCenterRequest = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateVCenterRequest RetentionVolume = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RetentionVolume - RoleAssignment = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment VersionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VersionDetails UpdateProtectionContainerMappingInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateProtectionContainerMappingInputProperties MasterTargetServer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MasterTargetServer ApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ApplyRecoveryPointInput MobilityServiceUpdate = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MobilityServiceUpdate UpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateNetworkMappingInput - Subnet = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Subnet ConfigurationSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConfigurationSettings NetworkProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkProperties PolicyProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyProviderSpecificInput @@ -196,7 +192,6 @@ module Models NetworkCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkCollection DataStore = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataStore NetworkMappingFabricSpecificSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMappingFabricSpecificSettings - Display = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Display NetworkMappingProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMappingProperties HealthError = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthError ProtectedItemsQueryParameter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectedItemsQueryParameter @@ -218,8 +213,6 @@ module Models PolicyProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyProperties TestFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverInput ProtectableItemQueryParameter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItemQueryParameter - EncryptionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails - PolicyCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyCollection ServiceError = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ServiceError ProcessServer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProcessServer A2AVmDiskInputDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AVmDiskInputDetails @@ -245,139 +238,146 @@ module Models AsrJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AsrJobDetails AutomationRunbookTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AutomationRunbookTaskDetails AzureFabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricCreationInput - AzureFabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricSpecificDetails + RoleAssignment = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment AzureToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureCreateNetworkMappingInput AzureToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureNetworkMappingSettings - AzureToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureUpdateNetworkMappingInput + AzureFabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricSpecificDetails ConsistencyCheckTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConsistencyCheckTaskDetails - Event = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event ExportJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ExportJobDetails - Fabric = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Fabric + AzureToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureUpdateNetworkMappingInput FabricReplicationGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricReplicationGroupTaskDetails FailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverJobDetails - HyperVReplica2012EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012EventDetails + Fabric = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Fabric HyperVReplica2012R2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012R2EventDetails + Event = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event HyperVReplicaAzureApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureApplyRecoveryPointInput - HyperVReplicaAzureEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEnableProtectionInput HyperVReplicaAzureEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEventDetails HyperVReplicaAzureFailbackProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailbackProviderInput + HyperVReplicaAzureEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEnableProtectionInput HyperVReplicaAzureFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailoverProviderInput HyperVReplicaAzurePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyDetails HyperVReplicaAzurePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyInput - HyperVReplicaAzureReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReplicationDetails + HyperVReplica2012EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012EventDetails HyperVReplicaAzureReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReprotectInput - HyperVReplicaAzureUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput + HyperVReplicaAzureReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReplicationDetails HyperVReplicaBaseEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseEventDetails - HyperVReplicaBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBasePolicyDetails + HyperVReplicaAzureUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput HyperVReplicaBaseReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseReplicationDetails - HyperVReplicaBluePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyDetails + HyperVReplicaBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBasePolicyDetails HyperVReplicaBluePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyInput - HyperVReplicaBlueReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBlueReplicationDetails + HyperVReplicaBluePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyDetails HyperVReplicaPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyDetails - HyperVReplicaPolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyInput + HyperVReplicaBlueReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBlueReplicationDetails HyperVReplicaReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaReplicationDetails - HyperVSiteDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVSiteDetails + HyperVReplicaPolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyInput HyperVVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVVirtualMachineDetails - InlineWorkflowTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InlineWorkflowTaskDetails + HyperVSiteDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVSiteDetails InMageAzureV2ApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ApplyRecoveryPointInput - InMageAzureV2EnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EnableProtectionInput + InlineWorkflowTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InlineWorkflowTaskDetails InMageAzureV2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EventDetails - InMageAzureV2FailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2FailoverProviderInput + InMageAzureV2EnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EnableProtectionInput InMageAzureV2PolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyDetails - InMageAzureV2PolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyInput + InMageAzureV2FailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2FailoverProviderInput InMageAzureV2RecoveryPointDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2RecoveryPointDetails - InMageAzureV2ReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReplicationDetails + InMageAzureV2PolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyInput InMageAzureV2ReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReprotectInput - InMageAzureV2UpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput + InMageAzureV2ReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReplicationDetails InMageBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageBasePolicyDetails - InMageDisableProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDisableProtectionProviderSpecificInput + InMageAzureV2UpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput InMageEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageEnableProtectionInput - InMageFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageFailoverProviderInput + InMageDisableProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDisableProtectionProviderSpecificInput InMagePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyDetails - InMagePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyInput + InMageFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageFailoverProviderInput InMageReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReplicationDetails - InMageReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReprotectInput - Job = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Job + InMagePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyInput JobStatusEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobStatusEventDetails - JobTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobTaskDetails + InMageReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReprotectInput LogicalNetwork = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LogicalNetwork - ManualActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ManualActionTaskDetails - Network = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network + JobTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobTaskDetails NetworkMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMapping - Policy = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy - ProtectableItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItem - ProtectionContainer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainer + ManualActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ManualActionTaskDetails ProtectionContainerMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMapping - RcmAzureMigrationPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RcmAzureMigrationPolicyDetails + ProtectableItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItem RecoveryPlan = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlan - RecoveryPlanA2AFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanA2AFailoverInput + RcmAzureMigrationPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RcmAzureMigrationPolicyDetails RecoveryPlanAutomationRunbookActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanAutomationRunbookActionDetails - RecoveryPlanGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupTaskDetails + RecoveryPlanA2AFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanA2AFailoverInput RecoveryPlanHyperVReplicaAzureFailbackInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput RecoveryPlanHyperVReplicaAzureFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput RecoveryPlanInMageAzureV2FailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageAzureV2FailoverInput - RecoveryPlanInMageFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageFailoverInput RecoveryPlanManualActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanManualActionDetails + RecoveryPlanGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupTaskDetails RecoveryPlanScriptActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanScriptActionDetails RecoveryPlanShutdownGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanShutdownGroupTaskDetails - RecoveryPoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPoint - RecoveryServicesProvider = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider ReplicationGroupDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationGroupDetails + RecoveryPlanInMageFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageFailoverInput ReplicationProtectedItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItem SanEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SanEnableProtectionInput - ScriptActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ScriptActionTaskDetails StorageClassification = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassification + RecoveryServicesProvider = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider StorageClassificationMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMapping SwitchProtectionJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionJobDetails - TestFailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverJobDetails VaultHealthDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VaultHealthDetails + ScriptActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ScriptActionTaskDetails VCenter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VCenter VirtualMachineTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VirtualMachineTaskDetails - VmmDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmDetails VmmToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureCreateNetworkMappingInput + TestFailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverJobDetails VmmToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureNetworkMappingSettings VmmToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureUpdateNetworkMappingInput - VmmToVmmCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmCreateNetworkMappingInput VmmToVmmNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmNetworkMappingSettings + VmmDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmDetails VmmToVmmUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmUpdateNetworkMappingInput VmmVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmVirtualMachineDetails - VmNicUpdatesTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmNicUpdatesTaskDetails VMwareCbtPolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareCbtPolicyCreationInput + VmmToVmmCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmCreateNetworkMappingInput VmwareCbtPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmwareCbtPolicyDetails - VMwareDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareDetails VMwareV2FabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricCreationInput VMwareV2FabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricSpecificDetails + VmNicUpdatesTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmNicUpdatesTaskDetails VMwareVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareVirtualMachineDetails AgentAutoUpdateStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentAutoUpdateStatus - SetMultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SetMultiVmSyncStatus RecoveryPointSyncType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointSyncType MultiVmGroupCreateOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmGroupCreateOption FailoverDeploymentModel = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverDeploymentModel RecoveryPlanGroupType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupType + Policy = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy ReplicationProtectedItemOperation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemOperation PossibleOperationsDirections = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PossibleOperationsDirections - DisableProtectionReason = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionReason + Network = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network HealthErrorCategory = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorCategory - Severity = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Severity - PresenceStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PresenceStatus - IdentityProviderType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::IdentityProviderType + VMwareDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareDetails AgentVersionStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentVersionStatus + PresenceStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PresenceStatus + DisableProtectionReason = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionReason RecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointType - MultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncStatus + SetMultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SetMultiVmSyncStatus A2ARpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARpRecoveryPointType MultiVmSyncPointOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncPointOption - RecoveryPlanActionLocation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanActionLocation + MultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncStatus DataSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataSyncStatus AlternateLocationRecoveryOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlternateLocationRecoveryOption - HyperVReplicaAzureRpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureRpRecoveryPointType + RecoveryPlanActionLocation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanActionLocation InMageV2RpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageV2RpRecoveryPointType RpInMageRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RpInMageRecoveryPointType - SourceSiteOperations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SourceSiteOperations + HyperVReplicaAzureRpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureRpRecoveryPointType LicenseType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LicenseType + SourceSiteOperations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SourceSiteOperations + Severity = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Severity + Job = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Job + PolicyCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyCollection + Subnet = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Subnet + Display = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Display + ProtectionContainer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainer + RecoveryPoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPoint + IdentityProviderType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::IdentityProviderType + JobCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobCollection + EncryptionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails + Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource end class RecoveryServicesSiteRecoveryManagementClass - attr_reader :operations, :replication_alert_settings, :replication_events, :replication_fabrics, :replication_logical_networks, :replication_networks, :replication_network_mappings, :replication_protection_containers, :replication_protectable_items, :replication_protected_items, :recovery_points, :target_compute_sizes, :replication_protection_container_mappings, :replication_recovery_services_providers, :replication_storage_classifications, :replication_storage_classification_mappings, :replicationv_centers, :replication_jobs, :replication_policies, :replication_recovery_plans, :replication_vault_health, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :replication_alert_settings, :replication_events, :replication_fabrics, :replication_logical_networks, :replication_networks, :replication_network_mappings, :replication_protection_containers, :replication_protectable_items, :replication_protected_items, :target_compute_sizes, :replication_protection_container_mappings, :replication_recovery_services_providers, :replication_storage_classifications, :replication_storage_classification_mappings, :recovery_points, :replicationv_centers, :replication_policies, :replication_recovery_plans, :replication_jobs, :replication_vault_health, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -397,16 +397,16 @@ def initialize(configurable, base_url=nil, options=nil) @replication_protection_containers = @client_0.replication_protection_containers @replication_protectable_items = @client_0.replication_protectable_items @replication_protected_items = @client_0.replication_protected_items - @recovery_points = @client_0.recovery_points @target_compute_sizes = @client_0.target_compute_sizes @replication_protection_container_mappings = @client_0.replication_protection_container_mappings @replication_recovery_services_providers = @client_0.replication_recovery_services_providers @replication_storage_classifications = @client_0.replication_storage_classifications @replication_storage_classification_mappings = @client_0.replication_storage_classification_mappings + @recovery_points = @client_0.recovery_points @replicationv_centers = @client_0.replicationv_centers - @replication_jobs = @client_0.replication_jobs @replication_policies = @client_0.replication_policies @replication_recovery_plans = @client_0.replication_recovery_plans + @replication_jobs = @client_0.replication_jobs @replication_vault_health = @client_0.replication_vault_health @model_classes = ModelClasses.new @@ -426,6 +426,9 @@ def method_missing(method, *args) end class ModelClasses + def job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobDetails + end def osdisk_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OSDiskDetails end @@ -600,9 +603,6 @@ def resource_health_summary def create_policy_input_properties Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreatePolicyInputProperties end - def resource - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource - end def replication_provider_specific_container_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderSpecificContainerCreationInput end @@ -807,9 +807,6 @@ def provider_specific_recovery_point_details def create_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreatePolicyInput end - def job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobDetails - end def replication_provider_specific_container_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderSpecificContainerMappingInput end @@ -825,9 +822,6 @@ def protection_container_mapping_collection def create_recovery_plan_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateRecoveryPlanInput end - def job_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobCollection - end def disable_protection_input_properties Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionInputProperties end @@ -876,9 +870,6 @@ def update_vcenter_request def retention_volume Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RetentionVolume end - def role_assignment - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment - end def version_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VersionDetails end @@ -897,9 +888,6 @@ def mobility_service_update def update_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateNetworkMappingInput end - def subnet - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Subnet - end def configuration_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConfigurationSettings end @@ -924,9 +912,6 @@ def data_store def network_mapping_fabric_specific_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMappingFabricSpecificSettings end - def display - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Display - end def network_mapping_properties Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMappingProperties end @@ -990,12 +975,6 @@ def test_failover_input def protectable_item_query_parameter Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItemQueryParameter end - def encryption_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails - end - def policy_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyCollection - end def service_error Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ServiceError end @@ -1071,8 +1050,8 @@ def automation_runbook_task_details def azure_fabric_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricCreationInput end - def azure_fabric_specific_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricSpecificDetails + def role_assignment + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment end def azure_to_azure_create_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureCreateNetworkMappingInput @@ -1080,20 +1059,17 @@ def azure_to_azure_create_network_mapping_input def azure_to_azure_network_mapping_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureNetworkMappingSettings end - def azure_to_azure_update_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureUpdateNetworkMappingInput + def azure_fabric_specific_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricSpecificDetails end def consistency_check_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConsistencyCheckTaskDetails end - def event - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event - end def export_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ExportJobDetails end - def fabric - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Fabric + def azure_to_azure_update_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureUpdateNetworkMappingInput end def fabric_replication_group_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricReplicationGroupTaskDetails @@ -1101,24 +1077,27 @@ def fabric_replication_group_task_details def failover_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverJobDetails end - def hyper_vreplica2012_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012EventDetails + def fabric + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Fabric end def hyper_vreplica2012_r2_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012R2EventDetails end + def event + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event + end def hyper_vreplica_azure_apply_recovery_point_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureApplyRecoveryPointInput end - def hyper_vreplica_azure_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEnableProtectionInput - end def hyper_vreplica_azure_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEventDetails end def hyper_vreplica_azure_failback_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailbackProviderInput end + def hyper_vreplica_azure_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEnableProtectionInput + end def hyper_vreplica_azure_failover_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailoverProviderInput end @@ -1128,152 +1107,140 @@ def hyper_vreplica_azure_policy_details def hyper_vreplica_azure_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyInput end - def hyper_vreplica_azure_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReplicationDetails + def hyper_vreplica2012_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012EventDetails end def hyper_vreplica_azure_reprotect_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReprotectInput end - def hyper_vreplica_azure_update_replication_protected_item_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput + def hyper_vreplica_azure_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReplicationDetails end def hyper_vreplica_base_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseEventDetails end - def hyper_vreplica_base_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBasePolicyDetails + def hyper_vreplica_azure_update_replication_protected_item_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput end def hyper_vreplica_base_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseReplicationDetails end - def hyper_vreplica_blue_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyDetails + def hyper_vreplica_base_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBasePolicyDetails end def hyper_vreplica_blue_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyInput end - def hyper_vreplica_blue_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBlueReplicationDetails + def hyper_vreplica_blue_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyDetails end def hyper_vreplica_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyDetails end - def hyper_vreplica_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyInput + def hyper_vreplica_blue_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBlueReplicationDetails end def hyper_vreplica_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaReplicationDetails end - def hyper_vsite_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVSiteDetails + def hyper_vreplica_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyInput end def hyper_vvirtual_machine_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVVirtualMachineDetails end - def inline_workflow_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InlineWorkflowTaskDetails + def hyper_vsite_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVSiteDetails end def in_mage_azure_v2_apply_recovery_point_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ApplyRecoveryPointInput end - def in_mage_azure_v2_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EnableProtectionInput + def inline_workflow_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InlineWorkflowTaskDetails end def in_mage_azure_v2_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EventDetails end - def in_mage_azure_v2_failover_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2FailoverProviderInput + def in_mage_azure_v2_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EnableProtectionInput end def in_mage_azure_v2_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyDetails end - def in_mage_azure_v2_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyInput + def in_mage_azure_v2_failover_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2FailoverProviderInput end def in_mage_azure_v2_recovery_point_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2RecoveryPointDetails end - def in_mage_azure_v2_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReplicationDetails + def in_mage_azure_v2_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyInput end def in_mage_azure_v2_reprotect_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReprotectInput end - def in_mage_azure_v2_update_replication_protected_item_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput + def in_mage_azure_v2_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReplicationDetails end def in_mage_base_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageBasePolicyDetails end - def in_mage_disable_protection_provider_specific_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDisableProtectionProviderSpecificInput + def in_mage_azure_v2_update_replication_protected_item_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput end def in_mage_enable_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageEnableProtectionInput end - def in_mage_failover_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageFailoverProviderInput + def in_mage_disable_protection_provider_specific_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDisableProtectionProviderSpecificInput end def in_mage_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyDetails end - def in_mage_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyInput + def in_mage_failover_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageFailoverProviderInput end def in_mage_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReplicationDetails end - def in_mage_reprotect_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReprotectInput - end - def job - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Job + def in_mage_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyInput end def job_status_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobStatusEventDetails end - def job_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobTaskDetails + def in_mage_reprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReprotectInput end def logical_network Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LogicalNetwork end - def manual_action_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ManualActionTaskDetails - end - def network - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network + def job_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobTaskDetails end def network_mapping Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMapping end - def policy - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy - end - def protectable_item - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItem - end - def protection_container - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainer + def manual_action_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ManualActionTaskDetails end def protection_container_mapping Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMapping end - def rcm_azure_migration_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RcmAzureMigrationPolicyDetails + def protectable_item + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItem end def recovery_plan Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlan end - def recovery_plan_a2_afailover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanA2AFailoverInput + def rcm_azure_migration_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RcmAzureMigrationPolicyDetails end def recovery_plan_automation_runbook_action_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanAutomationRunbookActionDetails end - def recovery_plan_group_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupTaskDetails + def recovery_plan_a2_afailover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanA2AFailoverInput end def recovery_plan_hyper_vreplica_azure_failback_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput @@ -1284,108 +1251,102 @@ def recovery_plan_hyper_vreplica_azure_failover_input def recovery_plan_in_mage_azure_v2_failover_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageAzureV2FailoverInput end - def recovery_plan_in_mage_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageFailoverInput - end def recovery_plan_manual_action_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanManualActionDetails end + def recovery_plan_group_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupTaskDetails + end def recovery_plan_script_action_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanScriptActionDetails end def recovery_plan_shutdown_group_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanShutdownGroupTaskDetails end - def recovery_point - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPoint - end - def recovery_services_provider - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider - end def replication_group_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationGroupDetails end + def recovery_plan_in_mage_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageFailoverInput + end def replication_protected_item Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItem end def san_enable_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SanEnableProtectionInput end - def script_action_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ScriptActionTaskDetails - end def storage_classification Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassification end + def recovery_services_provider + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider + end def storage_classification_mapping Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMapping end def switch_protection_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionJobDetails end - def test_failover_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverJobDetails - end def vault_health_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VaultHealthDetails end + def script_action_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ScriptActionTaskDetails + end def vcenter Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VCenter end def virtual_machine_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VirtualMachineTaskDetails end - def vmm_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmDetails - end def vmm_to_azure_create_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureCreateNetworkMappingInput end + def test_failover_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverJobDetails + end def vmm_to_azure_network_mapping_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureNetworkMappingSettings end def vmm_to_azure_update_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureUpdateNetworkMappingInput end - def vmm_to_vmm_create_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmCreateNetworkMappingInput - end def vmm_to_vmm_network_mapping_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmNetworkMappingSettings end + def vmm_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmDetails + end def vmm_to_vmm_update_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmUpdateNetworkMappingInput end def vmm_virtual_machine_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmVirtualMachineDetails end - def vm_nic_updates_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmNicUpdatesTaskDetails - end def vmware_cbt_policy_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareCbtPolicyCreationInput end + def vmm_to_vmm_create_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmCreateNetworkMappingInput + end def vmware_cbt_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmwareCbtPolicyDetails end - def vmware_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareDetails - end def vmware_v2_fabric_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricCreationInput end def vmware_v2_fabric_specific_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricSpecificDetails end + def vm_nic_updates_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmNicUpdatesTaskDetails + end def vmware_virtual_machine_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareVirtualMachineDetails end def agent_auto_update_status Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentAutoUpdateStatus end - def set_multi_vm_sync_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SetMultiVmSyncStatus - end def recovery_point_sync_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointSyncType end @@ -1398,35 +1359,38 @@ def failover_deployment_model def recovery_plan_group_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupType end + def policy + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy + end def replication_protected_item_operation Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemOperation end def possible_operations_directions Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PossibleOperationsDirections end - def disable_protection_reason - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionReason + def network + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network end def health_error_category Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorCategory end - def severity - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Severity + def vmware_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareDetails + end + def agent_version_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentVersionStatus end def presence_status Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PresenceStatus end - def identity_provider_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::IdentityProviderType - end - def agent_version_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentVersionStatus + def disable_protection_reason + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionReason end def recovery_point_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointType end - def multi_vm_sync_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncStatus + def set_multi_vm_sync_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SetMultiVmSyncStatus end def a2_arp_recovery_point_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARpRecoveryPointType @@ -1434,8 +1398,8 @@ def a2_arp_recovery_point_type def multi_vm_sync_point_option Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncPointOption end - def recovery_plan_action_location - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanActionLocation + def multi_vm_sync_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncStatus end def data_sync_status Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataSyncStatus @@ -1443,8 +1407,8 @@ def data_sync_status def alternate_location_recovery_option Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlternateLocationRecoveryOption end - def hyper_vreplica_azure_rp_recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureRpRecoveryPointType + def recovery_plan_action_location + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanActionLocation end def in_mage_v2_rp_recovery_point_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageV2RpRecoveryPointType @@ -1452,12 +1416,48 @@ def in_mage_v2_rp_recovery_point_type def rp_in_mage_recovery_point_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RpInMageRecoveryPointType end - def source_site_operations - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SourceSiteOperations + def hyper_vreplica_azure_rp_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureRpRecoveryPointType end def license_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LicenseType end + def source_site_operations + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SourceSiteOperations + end + def severity + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Severity + end + def job + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Job + end + def policy_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyCollection + end + def subnet + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Subnet + end + def display + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Display + end + def protection_container + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainer + end + def recovery_point + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPoint + end + def identity_provider_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::IdentityProviderType + end + def job_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobCollection + end + def encryption_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails + end + def resource + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource + end end end end diff --git a/azure_sdk/lib/latest/modules/redis_profile_module.rb b/azure_sdk/lib/latest/modules/redis_profile_module.rb index c311a6a00b..28a49f681d 100644 --- a/azure_sdk/lib/latest/modules/redis_profile_module.rb +++ b/azure_sdk/lib/latest/modules/redis_profile_module.rb @@ -7,55 +7,55 @@ module Azure::Profiles::Latest module Redis module Mgmt - Operations = Azure::Redis::Mgmt::V2018_03_01::Operations - Redis = Azure::Redis::Mgmt::V2018_03_01::Redis FirewallRules = Azure::Redis::Mgmt::V2018_03_01::FirewallRules PatchSchedules = Azure::Redis::Mgmt::V2018_03_01::PatchSchedules LinkedServer = Azure::Redis::Mgmt::V2018_03_01::LinkedServer + Operations = Azure::Redis::Mgmt::V2018_03_01::Operations + Redis = Azure::Redis::Mgmt::V2018_03_01::Redis module Models + Resource = Azure::Redis::Mgmt::V2018_03_01::Models::Resource + CheckNameAvailabilityParameters = Azure::Redis::Mgmt::V2018_03_01::Models::CheckNameAvailabilityParameters + OperationDisplay = Azure::Redis::Mgmt::V2018_03_01::Models::OperationDisplay RedisRebootParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisRebootParameters - Sku = Azure::Redis::Mgmt::V2018_03_01::Models::Sku ExportRDBParameters = Azure::Redis::Mgmt::V2018_03_01::Models::ExportRDBParameters RedisListResult = Azure::Redis::Mgmt::V2018_03_01::Models::RedisListResult RedisAccessKeys = Azure::Redis::Mgmt::V2018_03_01::Models::RedisAccessKeys RedisRegenerateKeyParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisRegenerateKeyParameters - Resource = Azure::Redis::Mgmt::V2018_03_01::Models::Resource NotificationListResponse = Azure::Redis::Mgmt::V2018_03_01::Models::NotificationListResponse - OperationListResult = Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult RedisUpdateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisUpdateParameters ImportRDBParameters = Azure::Redis::Mgmt::V2018_03_01::Models::ImportRDBParameters + OperationListResult = Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult RedisFirewallRuleCreateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRuleCreateParameters ScheduleEntry = Azure::Redis::Mgmt::V2018_03_01::Models::ScheduleEntry - CheckNameAvailabilityParameters = Azure::Redis::Mgmt::V2018_03_01::Models::CheckNameAvailabilityParameters - Operation = Azure::Redis::Mgmt::V2018_03_01::Models::Operation RedisPatchScheduleListResult = Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchScheduleListResult UpgradeNotification = Azure::Redis::Mgmt::V2018_03_01::Models::UpgradeNotification RedisForceRebootResponse = Azure::Redis::Mgmt::V2018_03_01::Models::RedisForceRebootResponse RedisLinkedServer = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServer - OperationDisplay = Azure::Redis::Mgmt::V2018_03_01::Models::OperationDisplay - RedisFirewallRuleListResult = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRuleListResult + Operation = Azure::Redis::Mgmt::V2018_03_01::Models::Operation RedisLinkedServerWithPropertiesList = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithPropertiesList - RedisCreateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisCreateParameters + RedisFirewallRuleListResult = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRuleListResult RedisLinkedServerCreateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerCreateParameters - ProxyResource = Azure::Redis::Mgmt::V2018_03_01::Models::ProxyResource - TrackedResource = Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource - RedisFirewallRule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRule + RedisCreateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisCreateParameters RedisResource = Azure::Redis::Mgmt::V2018_03_01::Models::RedisResource - RedisPatchSchedule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule + RedisFirewallRule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRule RedisLinkedServerWithProperties = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithProperties - SkuName = Azure::Redis::Mgmt::V2018_03_01::Models::SkuName - SkuFamily = Azure::Redis::Mgmt::V2018_03_01::Models::SkuFamily + RedisPatchSchedule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule TlsVersion = Azure::Redis::Mgmt::V2018_03_01::Models::TlsVersion - ProvisioningState = Azure::Redis::Mgmt::V2018_03_01::Models::ProvisioningState - RedisKeyType = Azure::Redis::Mgmt::V2018_03_01::Models::RedisKeyType + SkuFamily = Azure::Redis::Mgmt::V2018_03_01::Models::SkuFamily RebootType = Azure::Redis::Mgmt::V2018_03_01::Models::RebootType - DayOfWeek = Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek + SkuName = Azure::Redis::Mgmt::V2018_03_01::Models::SkuName + Sku = Azure::Redis::Mgmt::V2018_03_01::Models::Sku + RedisKeyType = Azure::Redis::Mgmt::V2018_03_01::Models::RedisKeyType + ProvisioningState = Azure::Redis::Mgmt::V2018_03_01::Models::ProvisioningState ReplicationRole = Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole + DayOfWeek = Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek + TrackedResource = Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource + ProxyResource = Azure::Redis::Mgmt::V2018_03_01::Models::ProxyResource end class RedisManagementClass - attr_reader :operations, :redis, :firewall_rules, :patch_schedules, :linked_server, :configurable, :base_url, :options, :model_classes + attr_reader :firewall_rules, :patch_schedules, :linked_server, :operations, :redis, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -65,11 +65,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations - @redis = @client_0.redis @firewall_rules = @client_0.firewall_rules @patch_schedules = @client_0.patch_schedules @linked_server = @client_0.linked_server + @operations = @client_0.operations + @redis = @client_0.redis @model_classes = ModelClasses.new end @@ -88,12 +88,18 @@ def method_missing(method, *args) end class ModelClasses + def resource + Azure::Redis::Mgmt::V2018_03_01::Models::Resource + end + def check_name_availability_parameters + Azure::Redis::Mgmt::V2018_03_01::Models::CheckNameAvailabilityParameters + end + def operation_display + Azure::Redis::Mgmt::V2018_03_01::Models::OperationDisplay + end def redis_reboot_parameters Azure::Redis::Mgmt::V2018_03_01::Models::RedisRebootParameters end - def sku - Azure::Redis::Mgmt::V2018_03_01::Models::Sku - end def export_rdbparameters Azure::Redis::Mgmt::V2018_03_01::Models::ExportRDBParameters end @@ -106,33 +112,24 @@ def redis_access_keys def redis_regenerate_key_parameters Azure::Redis::Mgmt::V2018_03_01::Models::RedisRegenerateKeyParameters end - def resource - Azure::Redis::Mgmt::V2018_03_01::Models::Resource - end def notification_list_response Azure::Redis::Mgmt::V2018_03_01::Models::NotificationListResponse end - def operation_list_result - Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult - end def redis_update_parameters Azure::Redis::Mgmt::V2018_03_01::Models::RedisUpdateParameters end def import_rdbparameters Azure::Redis::Mgmt::V2018_03_01::Models::ImportRDBParameters end + def operation_list_result + Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult + end def redis_firewall_rule_create_parameters Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRuleCreateParameters end def schedule_entry Azure::Redis::Mgmt::V2018_03_01::Models::ScheduleEntry end - def check_name_availability_parameters - Azure::Redis::Mgmt::V2018_03_01::Models::CheckNameAvailabilityParameters - end - def operation - Azure::Redis::Mgmt::V2018_03_01::Models::Operation - end def redis_patch_schedule_list_result Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchScheduleListResult end @@ -145,62 +142,65 @@ def redis_force_reboot_response def redis_linked_server Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServer end - def operation_display - Azure::Redis::Mgmt::V2018_03_01::Models::OperationDisplay - end - def redis_firewall_rule_list_result - Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRuleListResult + def operation + Azure::Redis::Mgmt::V2018_03_01::Models::Operation end def redis_linked_server_with_properties_list Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithPropertiesList end - def redis_create_parameters - Azure::Redis::Mgmt::V2018_03_01::Models::RedisCreateParameters + def redis_firewall_rule_list_result + Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRuleListResult end def redis_linked_server_create_parameters Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerCreateParameters end - def proxy_resource - Azure::Redis::Mgmt::V2018_03_01::Models::ProxyResource + def redis_create_parameters + Azure::Redis::Mgmt::V2018_03_01::Models::RedisCreateParameters end - def tracked_resource - Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource + def redis_resource + Azure::Redis::Mgmt::V2018_03_01::Models::RedisResource end def redis_firewall_rule Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRule end - def redis_resource - Azure::Redis::Mgmt::V2018_03_01::Models::RedisResource + def redis_linked_server_with_properties + Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithProperties end def redis_patch_schedule Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule end - def redis_linked_server_with_properties - Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithProperties - end - def sku_name - Azure::Redis::Mgmt::V2018_03_01::Models::SkuName + def tls_version + Azure::Redis::Mgmt::V2018_03_01::Models::TlsVersion end def sku_family Azure::Redis::Mgmt::V2018_03_01::Models::SkuFamily end - def tls_version - Azure::Redis::Mgmt::V2018_03_01::Models::TlsVersion + def reboot_type + Azure::Redis::Mgmt::V2018_03_01::Models::RebootType end - def provisioning_state - Azure::Redis::Mgmt::V2018_03_01::Models::ProvisioningState + def sku_name + Azure::Redis::Mgmt::V2018_03_01::Models::SkuName + end + def sku + Azure::Redis::Mgmt::V2018_03_01::Models::Sku end def redis_key_type Azure::Redis::Mgmt::V2018_03_01::Models::RedisKeyType end - def reboot_type - Azure::Redis::Mgmt::V2018_03_01::Models::RebootType + def provisioning_state + Azure::Redis::Mgmt::V2018_03_01::Models::ProvisioningState + end + def replication_role + Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole end def day_of_week Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek end - def replication_role - Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole + def tracked_resource + Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource + end + def proxy_resource + Azure::Redis::Mgmt::V2018_03_01::Models::ProxyResource 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 56d9ce6dd2..bd1baf20e5 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 - Operations = Azure::Relay::Mgmt::V2017_04_01::Operations Namespaces = Azure::Relay::Mgmt::V2017_04_01::Namespaces HybridConnections = Azure::Relay::Mgmt::V2017_04_01::HybridConnections WCFRelays = Azure::Relay::Mgmt::V2017_04_01::WCFRelays + Operations = Azure::Relay::Mgmt::V2017_04_01::Operations module Models - RelayNamespaceListResult = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult - OperationDisplay = Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay Resource = Azure::Relay::Mgmt::V2017_04_01::Models::Resource + 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 - CheckNameAvailabilityResult = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult - WcfRelaysListResult = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult - ErrorResponse = Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse + OperationDisplay = Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay OperationListResult = Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult AuthorizationRuleListResult = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult - Sku = Azure::Relay::Mgmt::V2017_04_01::Models::Sku - AccessKeys = Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys - Operation = Azure::Relay::Mgmt::V2017_04_01::Models::Operation + WcfRelaysListResult = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult RegenerateAccessKeyParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - TrackedResource = Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource - ResourceNamespacePatch = Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch - HybridConnection = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection + AccessKeys = Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys WcfRelay = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay - RelayNamespace = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace - RelayUpdateParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters + ResourceNamespacePatch = Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch + CheckNameAvailabilityResult = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult AuthorizationRule = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule - Relaytype = Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype - SkuTier = Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier + RelayUpdateParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters ProvisioningStateEnum = Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum + Relaytype = Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype AccessRights = Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights + Operation = Azure::Relay::Mgmt::V2017_04_01::Models::Operation + RelayNamespace = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace KeyType = Azure::Relay::Mgmt::V2017_04_01::Models::KeyType UnavailableReason = Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason + Sku = Azure::Relay::Mgmt::V2017_04_01::Models::Sku + SkuTier = Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier + HybridConnection = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection + ErrorResponse = Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse + TrackedResource = Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource end class RelayManagementClass - attr_reader :operations, :namespaces, :hybrid_connections, :wcfrelays, :configurable, :base_url, :options, :model_classes + attr_reader :namespaces, :hybrid_connections, :wcfrelays, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -53,10 +53,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations @namespaces = @client_0.namespaces @hybrid_connections = @client_0.hybrid_connections @wcfrelays = @client_0.wcfrelays + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -75,29 +75,20 @@ def method_missing(method, *args) end class ModelClasses - def relay_namespace_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult - end - def operation_display - Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay - end def resource Azure::Relay::Mgmt::V2017_04_01::Models::Resource end + def relay_namespace_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult + end def check_name_availability Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailability end def hybrid_connection_list_result Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnectionListResult end - def check_name_availability_result - Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult - end - def wcf_relays_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult - end - def error_response - Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse + def operation_display + Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay end def operation_list_result Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult @@ -105,57 +96,66 @@ def operation_list_result def authorization_rule_list_result Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult end - def sku - Azure::Relay::Mgmt::V2017_04_01::Models::Sku - end - def access_keys - Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys - end - def operation - Azure::Relay::Mgmt::V2017_04_01::Models::Operation + def wcf_relays_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult end def regenerate_access_key_parameters Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end - def tracked_resource - Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource - end - def resource_namespace_patch - Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch - end - def hybrid_connection - Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection + def access_keys + Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys end def wcf_relay Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay end - def relay_namespace - Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace + def resource_namespace_patch + Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch end - def relay_update_parameters - Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters + def check_name_availability_result + Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult end def authorization_rule Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule end - def relaytype - Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype - end - def sku_tier - Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier + def relay_update_parameters + Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters end def provisioning_state_enum Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum end + def relaytype + Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype + end def access_rights Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights end + def operation + Azure::Relay::Mgmt::V2017_04_01::Models::Operation + end + def relay_namespace + Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace + end def key_type Azure::Relay::Mgmt::V2017_04_01::Models::KeyType end def unavailable_reason Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason end + def sku + Azure::Relay::Mgmt::V2017_04_01::Models::Sku + end + def sku_tier + Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier + end + def hybrid_connection + Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection + end + def error_response + Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse + end + def tracked_resource + Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource + 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 8e3293c5fb..ff97a99986 100644 --- a/azure_sdk/lib/latest/modules/resources_profile_module.rb +++ b/azure_sdk/lib/latest/modules/resources_profile_module.rb @@ -7,73 +7,73 @@ module Azure::Profiles::Latest module Resources module Mgmt + DeploymentOperations = Azure::Resources::Mgmt::V2018_05_01::DeploymentOperations + ResourceGroups = Azure::Resources::Mgmt::V2018_05_01::ResourceGroups + Resources = Azure::Resources::Mgmt::V2018_05_01::Resources Operations = Azure::Resources::Mgmt::V2018_05_01::Operations Deployments = Azure::Resources::Mgmt::V2018_05_01::Deployments Providers = Azure::Resources::Mgmt::V2018_05_01::Providers - Resources = Azure::Resources::Mgmt::V2018_05_01::Resources - ResourceGroups = Azure::Resources::Mgmt::V2018_05_01::ResourceGroups Tags = Azure::Resources::Mgmt::V2018_05_01::Tags - DeploymentOperations = Azure::Resources::Mgmt::V2018_05_01::DeploymentOperations module Models - IdentityUserAssignedIdentitiesValue = Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue - Identity = Azure::Resources::Mgmt::V2018_05_01::Models::Identity GenericResourceFilter = Azure::Resources::Mgmt::V2018_05_01::Models::GenericResourceFilter - ResourceGroupFilter = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupFilter + Identity = Azure::Resources::Mgmt::V2018_05_01::Models::Identity + TemplateLink = Azure::Resources::Mgmt::V2018_05_01::Models::TemplateLink ParametersLink = Azure::Resources::Mgmt::V2018_05_01::Models::ParametersLink - ResourceListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceListResult OnErrorDeployment = Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeployment - ResourceGroupProperties = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupProperties Deployment = Azure::Resources::Mgmt::V2018_05_01::Models::Deployment - ResourceGroup = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroup + ResourceGroupProperties = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupProperties ResourceManagementErrorWithDetails = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceManagementErrorWithDetails - ResourceGroupPatchable = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupPatchable + ResourceGroup = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroup AliasType = Azure::Resources::Mgmt::V2018_05_01::Models::AliasType - ResourceGroupListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupListResult + ResourceGroupPatchable = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupPatchable Provider = Azure::Resources::Mgmt::V2018_05_01::Models::Provider + ResourceGroupListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupListResult ResourcesMoveInfo = Azure::Resources::Mgmt::V2018_05_01::Models::ResourcesMoveInfo Dependency = Azure::Resources::Mgmt::V2018_05_01::Models::Dependency ExportTemplateRequest = Azure::Resources::Mgmt::V2018_05_01::Models::ExportTemplateRequest - DeploymentPropertiesExtended = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentPropertiesExtended - TagCount = Azure::Resources::Mgmt::V2018_05_01::Models::TagCount DeploymentExtended = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtended - TagValue = Azure::Resources::Mgmt::V2018_05_01::Models::TagValue + TagCount = Azure::Resources::Mgmt::V2018_05_01::Models::TagCount ProviderListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ProviderListResult + TagValue = Azure::Resources::Mgmt::V2018_05_01::Models::TagValue + ResourceGroupFilter = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupFilter TagDetails = Azure::Resources::Mgmt::V2018_05_01::Models::TagDetails - Sku = Azure::Resources::Mgmt::V2018_05_01::Models::Sku + DeploymentProperties = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentProperties TagsListResult = Azure::Resources::Mgmt::V2018_05_01::Models::TagsListResult - TemplateLink = Azure::Resources::Mgmt::V2018_05_01::Models::TemplateLink + AliasPathType = Azure::Resources::Mgmt::V2018_05_01::Models::AliasPathType TargetResource = Azure::Resources::Mgmt::V2018_05_01::Models::TargetResource - DeploymentProperties = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentProperties + BasicDependency = Azure::Resources::Mgmt::V2018_05_01::Models::BasicDependency HttpMessage = Azure::Resources::Mgmt::V2018_05_01::Models::HttpMessage - AliasPathType = Azure::Resources::Mgmt::V2018_05_01::Models::AliasPathType + DeploymentValidateResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentValidateResult + DeploymentPropertiesExtended = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentPropertiesExtended DeploymentOperationProperties = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationProperties - BasicDependency = Azure::Resources::Mgmt::V2018_05_01::Models::BasicDependency DeploymentOperation = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperation - DeploymentValidateResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentValidateResult + DeploymentExportResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExportResult DeploymentOperationsListResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationsListResult - Plan = Azure::Resources::Mgmt::V2018_05_01::Models::Plan + Resource = Azure::Resources::Mgmt::V2018_05_01::Models::Resource ResourceProviderOperationDisplayProperties = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceProviderOperationDisplayProperties DebugSetting = Azure::Resources::Mgmt::V2018_05_01::Models::DebugSetting - Resource = Azure::Resources::Mgmt::V2018_05_01::Models::Resource - ProviderResourceType = Azure::Resources::Mgmt::V2018_05_01::Models::ProviderResourceType - SubResource = Azure::Resources::Mgmt::V2018_05_01::Models::SubResource DeploymentListResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentListResult + ProviderResourceType = Azure::Resources::Mgmt::V2018_05_01::Models::ProviderResourceType ResourceGroupExportResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupExportResult - DeploymentExportResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExportResult - OperationDisplay = Azure::Resources::Mgmt::V2018_05_01::Models::OperationDisplay DeploymentExtendedFilter = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtendedFilter + GenericResource = Azure::Resources::Mgmt::V2018_05_01::Models::GenericResource + OperationDisplay = Azure::Resources::Mgmt::V2018_05_01::Models::OperationDisplay + OnErrorDeploymentType = Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentType Operation = Azure::Resources::Mgmt::V2018_05_01::Models::Operation - OnErrorDeploymentExtended = Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentExtended OperationListResult = Azure::Resources::Mgmt::V2018_05_01::Models::OperationListResult - GenericResource = Azure::Resources::Mgmt::V2018_05_01::Models::GenericResource + SubResource = Azure::Resources::Mgmt::V2018_05_01::Models::SubResource + ResourceListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceListResult DeploymentMode = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentMode - OnErrorDeploymentType = Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentType + OnErrorDeploymentExtended = Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentExtended + Plan = Azure::Resources::Mgmt::V2018_05_01::Models::Plan ResourceIdentityType = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceIdentityType + Sku = Azure::Resources::Mgmt::V2018_05_01::Models::Sku + IdentityUserAssignedIdentitiesValue = Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue end class ResourcesManagementClass - attr_reader :operations, :deployments, :providers, :resources, :resource_groups, :tags, :deployment_operations, :configurable, :base_url, :options, :model_classes + attr_reader :deployment_operations, :resource_groups, :resources, :operations, :deployments, :providers, :tags, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -83,13 +83,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @deployment_operations = @client_0.deployment_operations + @resource_groups = @client_0.resource_groups + @resources = @client_0.resources @operations = @client_0.operations @deployments = @client_0.deployments @providers = @client_0.providers - @resources = @client_0.resources - @resource_groups = @client_0.resource_groups @tags = @client_0.tags - @deployment_operations = @client_0.deployment_operations @model_classes = ModelClasses.new end @@ -108,51 +108,45 @@ def method_missing(method, *args) end class ModelClasses - def identity_user_assigned_identities_value - Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue + def generic_resource_filter + Azure::Resources::Mgmt::V2018_05_01::Models::GenericResourceFilter end def identity Azure::Resources::Mgmt::V2018_05_01::Models::Identity end - def generic_resource_filter - Azure::Resources::Mgmt::V2018_05_01::Models::GenericResourceFilter - end - def resource_group_filter - Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupFilter + def template_link + Azure::Resources::Mgmt::V2018_05_01::Models::TemplateLink end def parameters_link Azure::Resources::Mgmt::V2018_05_01::Models::ParametersLink end - def resource_list_result - Azure::Resources::Mgmt::V2018_05_01::Models::ResourceListResult - end def on_error_deployment Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeployment end - def resource_group_properties - Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupProperties - end def deployment Azure::Resources::Mgmt::V2018_05_01::Models::Deployment end - def resource_group - Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroup + def resource_group_properties + Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupProperties end def resource_management_error_with_details Azure::Resources::Mgmt::V2018_05_01::Models::ResourceManagementErrorWithDetails end - def resource_group_patchable - Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupPatchable + def resource_group + Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroup end def alias_type Azure::Resources::Mgmt::V2018_05_01::Models::AliasType end - def resource_group_list_result - Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupListResult + def resource_group_patchable + Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupPatchable end def provider Azure::Resources::Mgmt::V2018_05_01::Models::Provider end + def resource_group_list_result + Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupListResult + end def resources_move_info Azure::Resources::Mgmt::V2018_05_01::Models::ResourcesMoveInfo end @@ -162,62 +156,62 @@ def dependency def export_template_request Azure::Resources::Mgmt::V2018_05_01::Models::ExportTemplateRequest end - def deployment_properties_extended - Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentPropertiesExtended + def deployment_extended + Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtended end def tag_count Azure::Resources::Mgmt::V2018_05_01::Models::TagCount end - def deployment_extended - Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtended + def provider_list_result + Azure::Resources::Mgmt::V2018_05_01::Models::ProviderListResult end def tag_value Azure::Resources::Mgmt::V2018_05_01::Models::TagValue end - def provider_list_result - Azure::Resources::Mgmt::V2018_05_01::Models::ProviderListResult + def resource_group_filter + Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupFilter end def tag_details Azure::Resources::Mgmt::V2018_05_01::Models::TagDetails end - def sku - Azure::Resources::Mgmt::V2018_05_01::Models::Sku + def deployment_properties + Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentProperties end def tags_list_result Azure::Resources::Mgmt::V2018_05_01::Models::TagsListResult end - def template_link - Azure::Resources::Mgmt::V2018_05_01::Models::TemplateLink + def alias_path_type + Azure::Resources::Mgmt::V2018_05_01::Models::AliasPathType end def target_resource Azure::Resources::Mgmt::V2018_05_01::Models::TargetResource end - def deployment_properties - Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentProperties + def basic_dependency + Azure::Resources::Mgmt::V2018_05_01::Models::BasicDependency end def http_message Azure::Resources::Mgmt::V2018_05_01::Models::HttpMessage end - def alias_path_type - Azure::Resources::Mgmt::V2018_05_01::Models::AliasPathType + def deployment_validate_result + Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentValidateResult + end + def deployment_properties_extended + Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentPropertiesExtended end def deployment_operation_properties Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationProperties end - def basic_dependency - Azure::Resources::Mgmt::V2018_05_01::Models::BasicDependency - end def deployment_operation Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperation end - def deployment_validate_result - Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentValidateResult + def deployment_export_result + Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExportResult end def deployment_operations_list_result Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationsListResult end - def plan - Azure::Resources::Mgmt::V2018_05_01::Models::Plan + def resource + Azure::Resources::Mgmt::V2018_05_01::Models::Resource end def resource_provider_operation_display_properties Azure::Resources::Mgmt::V2018_05_01::Models::ResourceProviderOperationDisplayProperties @@ -225,51 +219,57 @@ def resource_provider_operation_display_properties def debug_setting Azure::Resources::Mgmt::V2018_05_01::Models::DebugSetting end - def resource - Azure::Resources::Mgmt::V2018_05_01::Models::Resource + def deployment_list_result + Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentListResult end def provider_resource_type Azure::Resources::Mgmt::V2018_05_01::Models::ProviderResourceType end - def sub_resource - Azure::Resources::Mgmt::V2018_05_01::Models::SubResource - end - def deployment_list_result - Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentListResult - end def resource_group_export_result Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupExportResult end - def deployment_export_result - Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExportResult + def deployment_extended_filter + Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtendedFilter + end + def generic_resource + Azure::Resources::Mgmt::V2018_05_01::Models::GenericResource end def operation_display Azure::Resources::Mgmt::V2018_05_01::Models::OperationDisplay end - def deployment_extended_filter - Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtendedFilter + def on_error_deployment_type + Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentType end def operation Azure::Resources::Mgmt::V2018_05_01::Models::Operation end - def on_error_deployment_extended - Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentExtended - end def operation_list_result Azure::Resources::Mgmt::V2018_05_01::Models::OperationListResult end - def generic_resource - Azure::Resources::Mgmt::V2018_05_01::Models::GenericResource + def sub_resource + Azure::Resources::Mgmt::V2018_05_01::Models::SubResource + end + def resource_list_result + Azure::Resources::Mgmt::V2018_05_01::Models::ResourceListResult end def deployment_mode Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentMode end - def on_error_deployment_type - Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentType + def on_error_deployment_extended + Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentExtended + end + def plan + Azure::Resources::Mgmt::V2018_05_01::Models::Plan end def resource_identity_type Azure::Resources::Mgmt::V2018_05_01::Models::ResourceIdentityType end + def sku + Azure::Resources::Mgmt::V2018_05_01::Models::Sku + end + def identity_user_assigned_identities_value + Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue + 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 d6d4b7482c..e5f90257e6 100644 --- a/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb @@ -9,12 +9,13 @@ module ResourcesManagement module Mgmt ManagementGroups = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::ManagementGroups ManagementGroupSubscriptions = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::ManagementGroupSubscriptions - Operations = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Operations Entities = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Entities + Operations = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Operations module Models - ManagementGroup = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroup ErrorDetails = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorDetails + Type = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type + Operation = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Operation OperationResults = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationResults OperationDisplayProperties = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationDisplayProperties EntityParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityParentGroupInfo @@ -22,28 +23,27 @@ module Models EntityInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityInfo TenantBackfillStatusResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::TenantBackfillStatusResult EntityListResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityListResult - ManagementGroupListResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupListResult + CheckNameAvailabilityResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult EntityHierarchyItem = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityHierarchyItem + ManagementGroupListResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupListResult + ManagementGroup = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroup ManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupDetails PatchManagementGroupRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::PatchManagementGroupRequest - ErrorResponse = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorResponse - CreateParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateParentGroupInfo - CheckNameAvailabilityResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult - CreateManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupDetails - ParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ParentGroupInfo CreateManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupChildInfo - Operation = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Operation CreateManagementGroupRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupRequest ManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupChildInfo + CreateParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateParentGroupInfo + CreateManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupDetails + ParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ParentGroupInfo CheckNameAvailabilityRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityRequest ManagementGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupInfo Reason = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason Status = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Status - Type = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type + ErrorResponse = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorResponse end class ResourcesManagementManagementClass - attr_reader :management_groups, :management_group_subscriptions, :operations, :entities, :configurable, :base_url, :options, :model_classes + attr_reader :management_groups, :management_group_subscriptions, :entities, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -55,8 +55,8 @@ def initialize(configurable, base_url=nil, options=nil) add_telemetry(@client_0) @management_groups = @client_0.management_groups @management_group_subscriptions = @client_0.management_group_subscriptions - @operations = @client_0.operations @entities = @client_0.entities + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -75,12 +75,15 @@ def method_missing(method, *args) end class ModelClasses - def management_group - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroup - end def error_details Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorDetails end + def type + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type + end + def operation + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Operation + end def operation_results Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationResults end @@ -102,45 +105,42 @@ def tenant_backfill_status_result def entity_list_result Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityListResult end - def management_group_list_result - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupListResult + def check_name_availability_result + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult end def entity_hierarchy_item Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityHierarchyItem end + def management_group_list_result + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupListResult + end + def management_group + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroup + end def management_group_details Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupDetails end def patch_management_group_request Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::PatchManagementGroupRequest end - def error_response - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorResponse + def create_management_group_child_info + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupChildInfo + end + def create_management_group_request + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupRequest + end + def management_group_child_info + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupChildInfo end def create_parent_group_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateParentGroupInfo end - def check_name_availability_result - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult - end def create_management_group_details Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupDetails end def parent_group_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ParentGroupInfo end - def create_management_group_child_info - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupChildInfo - end - def operation - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Operation - end - def create_management_group_request - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupRequest - end - def management_group_child_info - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupChildInfo - end def check_name_availability_request Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityRequest end @@ -153,8 +153,8 @@ def reason def status Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Status end - def type - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type + def error_response + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorResponse 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 50290bce4b..1664ca0380 100644 --- a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb +++ b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb @@ -7,23 +7,21 @@ 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 + JobListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult + RetryPolicy = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryPolicy + JobState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState JobRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrence - Sku = Azure::Scheduler::Mgmt::V2016_03_01::Models::Sku - JobStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus JobCollectionQuota = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionQuota - JobProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties 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 - JobListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult 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 - RetryPolicy = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryPolicy 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 @@ -40,25 +38,27 @@ module Models 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 + JobStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus ClientCertAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::ClientCertAuthentication BasicAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication - OAuthAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication SkuDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::SkuDefinition JobCollectionState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionState - RecurrenceFrequency = Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency - JobActionType = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType RetryType = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryType - DayOfWeek = Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek JobScheduleDay = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay - JobState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState - JobHistoryActionName = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName + OAuthAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication JobExecutionStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus ServiceBusAuthenticationType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType + JobActionType = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType ServiceBusTransportType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTransportType + JobHistoryActionName = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName + RecurrenceFrequency = Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency + DayOfWeek = Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek + Sku = Azure::Scheduler::Mgmt::V2016_03_01::Models::Sku + JobProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties 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,21 +88,21 @@ def method_missing(method, *args) end class ModelClasses - def job_recurrence - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrence + def job_list_result + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult end - def sku - Azure::Scheduler::Mgmt::V2016_03_01::Models::Sku + def retry_policy + Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryPolicy end - def job_status - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus + def job_state + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState + 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_properties - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties - end def job_collection_definition Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionDefinition end @@ -112,9 +112,6 @@ def job_definition def http_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpAuthentication end - def job_list_result - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult - end def storage_queue_message Azure::Scheduler::Mgmt::V2016_03_01::Models::StorageQueueMessage end @@ -124,9 +121,6 @@ def job_history_definition_properties def http_request Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpRequest end - def retry_policy - Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryPolicy - end def service_bus_brokered_message_properties Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusBrokeredMessageProperties end @@ -175,41 +169,29 @@ def service_bus_queue_message def service_bus_topic_message Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTopicMessage end + def job_status + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus + end def client_cert_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::ClientCertAuthentication end def basic_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication end - def oauth_authentication - Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication - end def sku_definition Azure::Scheduler::Mgmt::V2016_03_01::Models::SkuDefinition end def job_collection_state Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionState end - def recurrence_frequency - Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency - end - def job_action_type - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType - end def retry_type Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryType end - def day_of_week - Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek - end def job_schedule_day Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay end - def job_state - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState - end - def job_history_action_name - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName + def oauth_authentication + Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication end def job_execution_status Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus @@ -217,9 +199,27 @@ def job_execution_status def service_bus_authentication_type Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType end + def job_action_type + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType + end def service_bus_transport_type Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTransportType end + def job_history_action_name + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName + end + def recurrence_frequency + Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency + end + def day_of_week + Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek + end + def sku + Azure::Scheduler::Mgmt::V2016_03_01::Models::Sku + end + def job_properties + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties + 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 6f3597ad7d..774f9ae5a0 100644 --- a/azure_sdk/lib/latest/modules/search_profile_module.rb +++ b/azure_sdk/lib/latest/modules/search_profile_module.rb @@ -7,34 +7,34 @@ module Azure::Profiles::Latest module Search module Mgmt - Operations = Azure::Search::Mgmt::V2015_08_19::Operations AdminKeys = Azure::Search::Mgmt::V2015_08_19::AdminKeys QueryKeys = Azure::Search::Mgmt::V2015_08_19::QueryKeys + Operations = Azure::Search::Mgmt::V2015_08_19::Operations Services = Azure::Search::Mgmt::V2015_08_19::Services module Models Identity = Azure::Search::Mgmt::V2015_08_19::Models::Identity - CheckNameAvailabilityOutput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput Resource = Azure::Search::Mgmt::V2015_08_19::Models::Resource - QueryKey = Azure::Search::Mgmt::V2015_08_19::Models::QueryKey - Sku = Azure::Search::Mgmt::V2015_08_19::Models::Sku CheckNameAvailabilityInput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityInput + CheckNameAvailabilityOutput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput + Sku = Azure::Search::Mgmt::V2015_08_19::Models::Sku OperationDisplay = Azure::Search::Mgmt::V2015_08_19::Models::OperationDisplay - Operation = Azure::Search::Mgmt::V2015_08_19::Models::Operation + QueryKey = Azure::Search::Mgmt::V2015_08_19::Models::QueryKey AdminKeyResult = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult OperationListResult = Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult SearchManagementRequestOptions = Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions SearchService = Azure::Search::Mgmt::V2015_08_19::Models::SearchService UnavailableNameReason = Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason - SkuName = Azure::Search::Mgmt::V2015_08_19::Models::SkuName - 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 + HostingMode = Azure::Search::Mgmt::V2015_08_19::Models::HostingMode ProvisioningState = Azure::Search::Mgmt::V2015_08_19::Models::ProvisioningState AdminKeyKind = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind + SkuName = Azure::Search::Mgmt::V2015_08_19::Models::SkuName end class SearchManagementClass - attr_reader :operations, :admin_keys, :query_keys, :services, :configurable, :base_url, :options, :model_classes + attr_reader :admin_keys, :query_keys, :operations, :services, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -44,9 +44,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations @admin_keys = @client_0.admin_keys @query_keys = @client_0.query_keys + @operations = @client_0.operations @services = @client_0.services @model_classes = ModelClasses.new @@ -69,26 +69,23 @@ class ModelClasses def identity Azure::Search::Mgmt::V2015_08_19::Models::Identity end - def check_name_availability_output - Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput - end def resource Azure::Search::Mgmt::V2015_08_19::Models::Resource end - def query_key - Azure::Search::Mgmt::V2015_08_19::Models::QueryKey + def check_name_availability_input + Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityInput + end + def check_name_availability_output + Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput end def sku Azure::Search::Mgmt::V2015_08_19::Models::Sku end - def check_name_availability_input - Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityInput - end def operation_display Azure::Search::Mgmt::V2015_08_19::Models::OperationDisplay end - def operation - Azure::Search::Mgmt::V2015_08_19::Models::Operation + def query_key + Azure::Search::Mgmt::V2015_08_19::Models::QueryKey end def admin_key_result Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult @@ -105,21 +102,24 @@ def search_service def unavailable_name_reason Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason end - def sku_name - Azure::Search::Mgmt::V2015_08_19::Models::SkuName - end - def hosting_mode - Azure::Search::Mgmt::V2015_08_19::Models::HostingMode + 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 hosting_mode + Azure::Search::Mgmt::V2015_08_19::Models::HostingMode + end def provisioning_state Azure::Search::Mgmt::V2015_08_19::Models::ProvisioningState end def admin_key_kind Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind end + def sku_name + Azure::Search::Mgmt::V2015_08_19::Models::SkuName + end end end end diff --git a/azure_sdk/lib/latest/modules/security_profile_module.rb b/azure_sdk/lib/latest/modules/security_profile_module.rb index f978bcb402..228a0d80fa 100644 --- a/azure_sdk/lib/latest/modules/security_profile_module.rb +++ b/azure_sdk/lib/latest/modules/security_profile_module.rb @@ -14,12 +14,12 @@ module Mgmt Compliances = Azure::Security::Mgmt::V2017_08_01_preview::Compliances module Models + Resource = Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource AutoProvisioningSettingList = Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvisioningSettingList PricingList = Azure::Security::Mgmt::V2017_08_01_preview::Models::PricingList ComplianceSegment = Azure::Security::Mgmt::V2017_08_01_preview::Models::ComplianceSegment SecurityContactList = Azure::Security::Mgmt::V2017_08_01_preview::Models::SecurityContactList ComplianceList = Azure::Security::Mgmt::V2017_08_01_preview::Models::ComplianceList - Resource = Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource WorkspaceSettingList = Azure::Security::Mgmt::V2017_08_01_preview::Models::WorkspaceSettingList SecurityContact = Azure::Security::Mgmt::V2017_08_01_preview::Models::SecurityContact Pricing = Azure::Security::Mgmt::V2017_08_01_preview::Models::Pricing @@ -66,6 +66,9 @@ def method_missing(method, *args) end class ModelClasses + def resource + Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource + end def auto_provisioning_setting_list Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvisioningSettingList end @@ -81,9 +84,6 @@ def security_contact_list def compliance_list Azure::Security::Mgmt::V2017_08_01_preview::Models::ComplianceList end - def resource - Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource - end def workspace_setting_list Azure::Security::Mgmt::V2017_08_01_preview::Models::WorkspaceSettingList end diff --git a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb index f879eb0bf0..c0b59d1e05 100644 --- a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb @@ -7,20 +7,24 @@ module Azure::Profiles::Latest module ServiceBus module Mgmt - Operations = Azure::ServiceBus::Mgmt::V2017_04_01::Operations - Namespaces = Azure::ServiceBus::Mgmt::V2017_04_01::Namespaces - DisasterRecoveryConfigs = Azure::ServiceBus::Mgmt::V2017_04_01::DisasterRecoveryConfigs - MigrationConfigs = Azure::ServiceBus::Mgmt::V2017_04_01::MigrationConfigs Queues = Azure::ServiceBus::Mgmt::V2017_04_01::Queues - Topics = Azure::ServiceBus::Mgmt::V2017_04_01::Topics - Subscriptions = Azure::ServiceBus::Mgmt::V2017_04_01::Subscriptions Rules = Azure::ServiceBus::Mgmt::V2017_04_01::Rules - Regions = Azure::ServiceBus::Mgmt::V2017_04_01::Regions PremiumMessagingRegionsOperations = Azure::ServiceBus::Mgmt::V2017_04_01::PremiumMessagingRegionsOperations EventHubs = Azure::ServiceBus::Mgmt::V2017_04_01::EventHubs + MigrationConfigs = Azure::ServiceBus::Mgmt::V2017_04_01::MigrationConfigs + Operations = Azure::ServiceBus::Mgmt::V2017_04_01::Operations + Topics = Azure::ServiceBus::Mgmt::V2017_04_01::Topics + Namespaces = Azure::ServiceBus::Mgmt::V2017_04_01::Namespaces + Regions = Azure::ServiceBus::Mgmt::V2017_04_01::Regions + DisasterRecoveryConfigs = Azure::ServiceBus::Mgmt::V2017_04_01::DisasterRecoveryConfigs + Subscriptions = Azure::ServiceBus::Mgmt::V2017_04_01::Subscriptions module Models - OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + 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 + SkuTier = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier + Resource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource SBQueueListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult Destination = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Destination SBTopicListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult @@ -28,54 +32,50 @@ module Models PremiumMessagingRegionsListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsListResult ArmDisasterRecoveryListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult SBSubscriptionListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult + OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay SBAuthorizationRuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability - AccessKeys = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys - CheckNameAvailabilityResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult - MessageCountDetails = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails PremiumMessagingRegionsProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties - Resource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource - Operation = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation + MessageCountDetails = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails + AccessKeys = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys SBNamespaceListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult OperationListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult - AuthorizationRuleProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties - ErrorResponse = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse - CaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription - Action = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + Operation = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation EventHubListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult + AuthorizationRuleProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties + CheckNameAvailabilityResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter SBSku = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku - CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter + CaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription RegenerateAccessKeyParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - RuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult - TrackedResource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource ResourceNamespacePatch = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch - 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 + RuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult + SBNamespace = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace 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 - PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions + Action = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + SBTopic = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic Eventhub = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub ArmDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery - MigrationConfigProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties - SkuName = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName - SkuTier = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier - AccessRights = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights - KeyType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType - EntityStatus = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus - UnavailableReason = Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason - FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType + SqlRuleAction = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction + SBQueue = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue EncodingCaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription ProvisioningStateDR = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR + MigrationConfigProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties + FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType + PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions + UnavailableReason = Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason RoleDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery + SkuName = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName + ErrorResponse = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse + TrackedResource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource end class ServiceBusManagementClass - attr_reader :operations, :namespaces, :disaster_recovery_configs, :migration_configs, :queues, :topics, :subscriptions, :rules, :regions, :premium_messaging_regions_operations, :event_hubs, :configurable, :base_url, :options, :model_classes + attr_reader :queues, :rules, :premium_messaging_regions_operations, :event_hubs, :migration_configs, :operations, :topics, :namespaces, :regions, :disaster_recovery_configs, :subscriptions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -85,17 +85,17 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations - @namespaces = @client_0.namespaces - @disaster_recovery_configs = @client_0.disaster_recovery_configs - @migration_configs = @client_0.migration_configs @queues = @client_0.queues - @topics = @client_0.topics - @subscriptions = @client_0.subscriptions @rules = @client_0.rules - @regions = @client_0.regions @premium_messaging_regions_operations = @client_0.premium_messaging_regions_operations @event_hubs = @client_0.event_hubs + @migration_configs = @client_0.migration_configs + @operations = @client_0.operations + @topics = @client_0.topics + @namespaces = @client_0.namespaces + @regions = @client_0.regions + @disaster_recovery_configs = @client_0.disaster_recovery_configs + @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new end @@ -114,8 +114,20 @@ def method_missing(method, *args) end class ModelClasses - def operation_display - Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + 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 sku_tier + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier + end + def resource + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource end def sbqueue_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult @@ -138,29 +150,23 @@ def arm_disaster_recovery_list_result def sbsubscription_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult end + def operation_display + Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + end def sbauthorization_rule_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult end def check_name_availability Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability end - def access_keys - Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys - end - def check_name_availability_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult - end - def message_count_details - Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails - end def premium_messaging_regions_properties Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties end - def resource - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource + def message_count_details + Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails end - def operation - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation + def access_keys + Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys end def sbnamespace_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult @@ -168,20 +174,20 @@ def sbnamespace_list_result def operation_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult end - def authorization_rule_properties - Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties + def operation + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation end - def error_response - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse + def event_hub_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult end - def capture_description - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription + def authorization_rule_properties + Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties end - def action - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + def check_name_availability_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult end - def event_hub_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult + def correlation_filter + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter end def sql_filter Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter @@ -189,35 +195,26 @@ def sql_filter def sbsku Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku end - def correlation_filter - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter + def capture_description + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription end def regenerate_access_key_parameters Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end - def rule_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult - end - def tracked_resource - Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource - end def resource_namespace_patch Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch end - def sbnamespace - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace - end def sbnamespace_update_parameters Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters end def sbauthorization_rule Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule end - def sbqueue - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue + def rule_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult end - def sbtopic - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic + def sbnamespace + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace end def sbsubscription Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription @@ -225,11 +222,11 @@ def sbsubscription def rule Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule end - def sql_rule_action - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction + def action + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action end - def premium_messaging_regions - Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions + def sbtopic + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic end def eventhub Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub @@ -237,39 +234,42 @@ def eventhub def arm_disaster_recovery Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery end - def migration_config_properties - Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties - end - def sku_name - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName - end - def sku_tier - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier + def sql_rule_action + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction end - def access_rights - Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights + def sbqueue + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue end - def key_type - Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType + def encoding_capture_description + Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription end - def entity_status - Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus + def provisioning_state_dr + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR end - def unavailable_reason - Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason + def migration_config_properties + Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties end def filter_type Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType end - def encoding_capture_description - Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription + def premium_messaging_regions + Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions end - def provisioning_state_dr - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR + def unavailable_reason + Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason end def role_disaster_recovery Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery end + def sku_name + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName + end + def error_response + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse + end + def tracked_resource + Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource + end end end end diff --git a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb index 923fd9c104..e7534cce9a 100644 --- a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb @@ -7,13 +7,13 @@ module Azure::Profiles::Latest module ServiceFabric module Mgmt - ApplicationType = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::ApplicationType - Version = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Version Application = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Application + Version = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Version + ApplicationType = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::ApplicationType Service = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Service - Clusters = Azure::ServiceFabric::Mgmt::V2018_02_01::Clusters - ClusterVersions = Azure::ServiceFabric::Mgmt::V2018_02_01::ClusterVersions Operations = Azure::ServiceFabric::Mgmt::V2018_02_01::Operations + ClusterVersions = Azure::ServiceFabric::Mgmt::V2018_02_01::ClusterVersions + Clusters = Azure::ServiceFabric::Mgmt::V2018_02_01::Clusters module Models ServicePropertiesBase = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePropertiesBase @@ -24,7 +24,6 @@ module Models ApplicationParameter = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationParameter ServiceLoadMetricDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceLoadMetricDescription PartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::PartitionSchemeDescription - ProxyResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource RollingUpgradeMonitoringPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::RollingUpgradeMonitoringPolicy ApplicationTypeResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResourceList ApplicationResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList @@ -36,51 +35,52 @@ module Models UniformInt64RangePartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::UniformInt64RangePartitionSchemeDescription ApplicationTypeResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResource VersionResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource - ApplicationResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResource 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 + ServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties + ApplicationResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResource 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 StatelessServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceUpdateProperties - StatefulServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties + ServiceResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceUpdate StatefulServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties + StatefulServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties + ProxyResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource EndpointRangeDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::EndpointRangeDescription - ServiceTypeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeDeltaHealthPolicy NodeTypeDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::NodeTypeDescription - ServiceTypeHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeHealthPolicy - ClusterHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterHealthPolicy - AvailableOperationDisplay = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AvailableOperationDisplay - ClusterUpgradeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradeDeltaHealthPolicy - CertificateDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::CertificateDescription - ClusterUpgradePolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradePolicy - ClientCertificateThumbprint = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateThumbprint - ClusterVersionDetails = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterVersionDetails + Resource = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource + Cluster = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Cluster + ApplicationHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy + OperationListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationListResult + ProvisioningState = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState + ErrorModel = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModel ServerCertificateCommonNames = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonNames - ClusterCodeVersionsResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsResult - SettingsParameterDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsParameterDescription - ClusterCodeVersionsListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsListResult + ServiceTypeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeDeltaHealthPolicy ApplicationDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationDeltaHealthPolicy - ClusterListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult - AzureActiveDirectory = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AzureActiveDirectory ClusterUpdateParameters = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpdateParameters + ErrorModelError = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModelError + ClusterCodeVersionsListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsListResult + ClusterCodeVersionsResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsResult ServerCertificateCommonName = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonName + DiagnosticsStorageAccountConfig = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::DiagnosticsStorageAccountConfig + ClusterUpgradePolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradePolicy + AvailableOperationDisplay = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AvailableOperationDisplay + ClusterHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterHealthPolicy + AzureActiveDirectory = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AzureActiveDirectory + ServiceTypeHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeHealthPolicy + ClientCertificateCommonName = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateCommonName OperationResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationResult + ClientCertificateThumbprint = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateThumbprint + ClusterUpgradeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradeDeltaHealthPolicy + ClusterVersionDetails = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterVersionDetails + SettingsParameterDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsParameterDescription + CertificateDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::CertificateDescription + ClusterListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult SettingsSectionDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsSectionDescription - OperationListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationListResult - ClientCertificateCommonName = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateCommonName - Resource = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource - ApplicationHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy - ErrorModelError = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModelError - DiagnosticsStorageAccountConfig = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::DiagnosticsStorageAccountConfig - ErrorModel = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModel - Cluster = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Cluster - ProvisioningState = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState end class ServiceFabricManagementClass - attr_reader :application_type, :version, :application, :service, :clusters, :cluster_versions, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :application, :version, :application_type, :service, :operations, :cluster_versions, :clusters, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -90,9 +90,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @application_type = @client_0.application_type - @version = @client_0.version @application = @client_0.application + @version = @client_0.version + @application_type = @client_0.application_type @service = @client_0.service @client_1 = Azure::ServiceFabric::Mgmt::V2018_02_01::ServiceFabricManagementClient.new(configurable.credentials, base_url, options) @@ -100,9 +100,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @clusters = @client_1.clusters - @cluster_versions = @client_1.cluster_versions @operations = @client_1.operations + @cluster_versions = @client_1.cluster_versions + @clusters = @client_1.clusters @model_classes = ModelClasses.new end @@ -147,9 +147,6 @@ def service_load_metric_description def partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::PartitionSchemeDescription end - def proxy_resource - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource - end def rolling_upgrade_monitoring_policy Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::RollingUpgradeMonitoringPolicy end @@ -183,128 +180,131 @@ def application_type_resource def version_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource end - def application_resource - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResource - end def application_resource_update Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate end + def service_resource + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource + end def service_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties end - def service_resource - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource + def application_resource + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResource end def service_update_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceUpdateProperties end - def service_resource_update - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceUpdate - end def stateless_service_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceProperties end def stateless_service_update_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceUpdateProperties end - def stateful_service_properties - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties + def service_resource_update + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceUpdate end def stateful_service_update_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties end + def stateful_service_properties + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties + end + def proxy_resource + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource + end def endpoint_range_description Azure::ServiceFabric::Mgmt::V2018_02_01::Models::EndpointRangeDescription end - def service_type_delta_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeDeltaHealthPolicy - end def node_type_description Azure::ServiceFabric::Mgmt::V2018_02_01::Models::NodeTypeDescription end - def service_type_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeHealthPolicy - end - def cluster_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterHealthPolicy - end - def available_operation_display - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AvailableOperationDisplay + def resource + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource end - def cluster_upgrade_delta_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradeDeltaHealthPolicy + def cluster + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Cluster end - def certificate_description - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::CertificateDescription + def application_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy end - def cluster_upgrade_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradePolicy + def operation_list_result + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationListResult end - def client_certificate_thumbprint - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateThumbprint + def provisioning_state + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState end - def cluster_version_details - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterVersionDetails + def error_model + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModel end def server_certificate_common_names Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonNames end - def cluster_code_versions_result - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsResult - end - def settings_parameter_description - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsParameterDescription - end - def cluster_code_versions_list_result - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsListResult + def service_type_delta_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeDeltaHealthPolicy end def application_delta_health_policy Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationDeltaHealthPolicy end - def cluster_list_result - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult - end - def azure_active_directory - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AzureActiveDirectory - end def cluster_update_parameters Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpdateParameters end + def error_model_error + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModelError + end + def cluster_code_versions_list_result + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsListResult + end + def cluster_code_versions_result + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsResult + end def server_certificate_common_name Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonName end - def operation_result - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationResult + def diagnostics_storage_account_config + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::DiagnosticsStorageAccountConfig end - def settings_section_description - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsSectionDescription + def cluster_upgrade_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradePolicy end - def operation_list_result - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationListResult + def available_operation_display + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AvailableOperationDisplay + end + def cluster_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterHealthPolicy + end + def azure_active_directory + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AzureActiveDirectory + end + def service_type_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeHealthPolicy end def client_certificate_common_name Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateCommonName end - def resource - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource + def operation_result + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationResult end - def application_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy + def client_certificate_thumbprint + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateThumbprint end - def error_model_error - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModelError + def cluster_upgrade_delta_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradeDeltaHealthPolicy end - def diagnostics_storage_account_config - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::DiagnosticsStorageAccountConfig + def cluster_version_details + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterVersionDetails end - def error_model - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModel + def settings_parameter_description + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsParameterDescription end - def cluster - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Cluster + def certificate_description + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::CertificateDescription end - def provisioning_state - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState + def cluster_list_result + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult + end + def settings_section_description + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsSectionDescription 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 518225669e..dec7f268c2 100644 --- a/azure_sdk/lib/latest/modules/signalr_profile_module.rb +++ b/azure_sdk/lib/latest/modules/signalr_profile_module.rb @@ -7,40 +7,40 @@ module Azure::Profiles::Latest module Signalr module Mgmt - Operations = Azure::Signalr::Mgmt::V2018_03_01_preview::Operations SignalR = Azure::Signalr::Mgmt::V2018_03_01_preview::SignalR + Operations = Azure::Signalr::Mgmt::V2018_03_01_preview::Operations Usages = Azure::Signalr::Mgmt::V2018_03_01_preview::Usages module Models - SignalRResourceList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList + Resource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource OperationDisplay = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay - Dimension = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Dimension + Operation = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation + ProvisioningState = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState + KeyType = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType + OperationList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList ServiceSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification + ResourceSku = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku + Dimension = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Dimension + MetricSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification + SignalRResourceList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList SignalRUsageList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageList - Operation = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation - Resource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource NameAvailabilityParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters SignalRCreateOrUpdateProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties - ResourceSku = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku SignalRKeys = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys OperationProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties - RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters NameAvailability = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability SignalRUsage = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsage - OperationList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList + RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters SignalRUpdateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters - MetricSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification SignalRUsageName = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageName - TrackedResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters SignalRSkuTier = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier - ProvisioningState = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState - KeyType = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType + TrackedResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource end class SignalrManagementClass - attr_reader :operations, :signal_r, :usages, :configurable, :base_url, :options, :model_classes + attr_reader :signal_r, :operations, :usages, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -50,8 +50,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations @signal_r = @client_0.signal_r + @operations = @client_0.operations @usages = @client_0.usages @model_classes = ModelClasses.new @@ -71,26 +71,41 @@ def method_missing(method, *args) end class ModelClasses - def signal_rresource_list - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList + def resource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource end def operation_display Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay end - def dimension - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Dimension + def operation + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation + end + def provisioning_state + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState + 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 service_specification Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification end - def signal_rusage_list - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageList + def resource_sku + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku end - def operation - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation + def dimension + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Dimension end - def resource - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource + def metric_specification + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification + end + def signal_rresource_list + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList + end + def signal_rusage_list + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageList end def name_availability_parameters Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters @@ -98,39 +113,27 @@ def name_availability_parameters def signal_rcreate_or_update_properties Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties end - def resource_sku - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku - end def signal_rkeys Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys end def operation_properties Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties end - def regenerate_key_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters - end def name_availability Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability end def signal_rusage Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsage end - def operation_list - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList + def regenerate_key_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters end def signal_rupdate_parameters Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters end - def metric_specification - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification - end def signal_rusage_name Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageName end - def tracked_resource - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource - end def signal_rresource Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource end @@ -140,11 +143,8 @@ def signal_rcreate_parameters def signal_rsku_tier Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier end - def provisioning_state - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState - end - def key_type - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType + def tracked_resource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource 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 270c7da4d9..576df5a5d0 100644 --- a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb +++ b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb @@ -9,19 +9,19 @@ module SpellCheck module Models SpellingTokenSuggestion = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion - ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase SpellingFlaggedToken = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken - Error = Azure::CognitiveServices::SpellCheck::V1_0::Models::Error - SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck - Identifiable = Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable - Response = Azure::CognitiveServices::SpellCheck::V1_0::Models::Response - Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer - ErrorResponse = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse ErrorType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType ErrorCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode ErrorSubCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode - ActionType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType Mode = Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode + SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck + Response = Azure::CognitiveServices::SpellCheck::V1_0::Models::Response + ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase + ErrorResponse = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse + ActionType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType + Error = Azure::CognitiveServices::SpellCheck::V1_0::Models::Error + Identifiable = Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable + Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer end class SpellCheckDataClass @@ -56,44 +56,44 @@ class ModelClasses def spelling_token_suggestion Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion end - def response_base - Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase - end def spelling_flagged_token Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken end - def error - Azure::CognitiveServices::SpellCheck::V1_0::Models::Error + def error_type + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType + end + def error_code + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode + end + def error_sub_code + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode + end + def mode + Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode end def spell_check Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck end - def identifiable - Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable - end def response Azure::CognitiveServices::SpellCheck::V1_0::Models::Response end - def answer - Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer + def response_base + Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase end def error_response Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse end - def error_type - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType - end - def error_code - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode - end - def error_sub_code - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode - end def action_type Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType end - def mode - Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode + 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 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 8cbd7c50a7..768aeb15bb 100644 --- a/azure_sdk/lib/latest/modules/sql_profile_module.rb +++ b/azure_sdk/lib/latest/modules/sql_profile_module.rb @@ -20,15 +20,15 @@ module Mgmt 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 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 + ElasticPoolDatabaseActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolDatabaseActivities TransparentDataEncryptions = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptions TransparentDataEncryptionActivities = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionActivities ServerTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerTableAuditingPolicies @@ -37,58 +37,100 @@ module Mgmt ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors + FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules + Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations + Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers DatabaseRecommendedActions = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseRecommendedActions - ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors DatabaseAutomaticTuningOperations = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAutomaticTuningOperations EncryptionProtectors = Azure::SQL::Mgmt::V2015_05_01_preview::EncryptionProtectors FailoverGroups = Azure::SQL::Mgmt::V2015_05_01_preview::FailoverGroups - FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules ManagedInstances = Azure::SQL::Mgmt::V2015_05_01_preview::ManagedInstances - Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations ServerKeys = Azure::SQL::Mgmt::V2015_05_01_preview::ServerKeys - Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers SyncAgents = Azure::SQL::Mgmt::V2015_05_01_preview::SyncAgents SyncGroups = Azure::SQL::Mgmt::V2015_05_01_preview::SyncGroups SyncMembers = Azure::SQL::Mgmt::V2015_05_01_preview::SyncMembers SubscriptionUsages = Azure::SQL::Mgmt::V2015_05_01_preview::SubscriptionUsages VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules + ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors + Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs + BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::BackupLongTermRetentionPolicies + ServerAutomaticTuningOperations = Azure::SQL::Mgmt::V2017_03_01_preview::ServerAutomaticTuningOperations + ManagedDatabases = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedDatabases + LongTermRetentionBackups = Azure::SQL::Mgmt::V2017_03_01_preview::LongTermRetentionBackups + ServerDnsAliases = Azure::SQL::Mgmt::V2017_03_01_preview::ServerDnsAliases + ManagedDatabaseSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedDatabaseSecurityAlertPolicies + ManagedServerSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedServerSecurityAlertPolicies + ServerSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerSecurityAlertPolicies + RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints ExtendedDatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ExtendedDatabaseBlobAuditingPolicies ExtendedServerBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ExtendedServerBlobAuditingPolicies ServerBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerBlobAuditingPolicies DatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseBlobAuditingPolicies DatabaseVulnerabilityAssessmentRuleBaselines = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessmentRuleBaselines DatabaseVulnerabilityAssessments = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessments - DataWarehouseUserActivitiesOperations = Azure::SQL::Mgmt::V2017_03_01_preview::DataWarehouseUserActivitiesOperations JobAgents = Azure::SQL::Mgmt::V2017_03_01_preview::JobAgents JobCredentials = Azure::SQL::Mgmt::V2017_03_01_preview::JobCredentials + DataWarehouseUserActivitiesOperations = Azure::SQL::Mgmt::V2017_03_01_preview::DataWarehouseUserActivitiesOperations JobExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobExecutions - Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs JobStepExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobStepExecutions JobSteps = Azure::SQL::Mgmt::V2017_03_01_preview::JobSteps JobTargetExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobTargetExecutions JobTargetGroups = Azure::SQL::Mgmt::V2017_03_01_preview::JobTargetGroups JobVersions = Azure::SQL::Mgmt::V2017_03_01_preview::JobVersions - LongTermRetentionBackups = Azure::SQL::Mgmt::V2017_03_01_preview::LongTermRetentionBackups - BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::BackupLongTermRetentionPolicies - ManagedDatabases = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedDatabases - RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints - SensitivityLabels = Azure::SQL::Mgmt::V2017_03_01_preview::SensitivityLabels - ServerAutomaticTuningOperations = Azure::SQL::Mgmt::V2017_03_01_preview::ServerAutomaticTuningOperations - ServerDnsAliases = Azure::SQL::Mgmt::V2017_03_01_preview::ServerDnsAliases - ServerSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerSecurityAlertPolicies - DatabaseOperations = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseOperations + ManagedBackupShortTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedBackupShortTermRetentionPolicies ElasticPoolOperations = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPoolOperations DatabaseVulnerabilityAssessmentScans = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseVulnerabilityAssessmentScans - Capabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Capabilities - Databases = Azure::SQL::Mgmt::V2017_10_01_preview::Databases - ElasticPools = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPools InstanceFailoverGroups = Azure::SQL::Mgmt::V2017_10_01_preview::InstanceFailoverGroups BackupShortTermRetentionPolicies = Azure::SQL::Mgmt::V2017_10_01_preview::BackupShortTermRetentionPolicies + Databases = Azure::SQL::Mgmt::V2017_10_01_preview::Databases TdeCertificates = Azure::SQL::Mgmt::V2017_10_01_preview::TdeCertificates ManagedInstanceTdeCertificates = Azure::SQL::Mgmt::V2017_10_01_preview::ManagedInstanceTdeCertificates + ElasticPools = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPools + DatabaseOperations = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseOperations + Capabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Capabilities module Models + DatabaseTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy + ServerTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy + BackupLongTermRetentionPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState + CheckNameAvailabilityReason = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason + MaxSizeUnits = Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits + ServiceObjectiveName = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName + ServerConnectionType = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType + DatabaseEdition = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition + RecommendedIndexState = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState + TransparentDataEncryptionStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus + RecommendedIndexAction = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction + RecommendedIndexType = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType + ReadScale = Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale + SecurityAlertPolicyUseServerDefault = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault + SecurityAlertPolicyEmailAccountAdmins = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins + DataMaskingFunction = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction + DataMaskingState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState + DataMaskingRuleState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState + DisasterRecoveryConfigurationFailoverPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy + DisasterRecoveryConfigurationStatus = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus + DisasterRecoveryConfigurationAutoFailover = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover + ElasticPoolEdition = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition + DisasterRecoveryConfigurationRole = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole + AuthenticationType = Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType + GeoBackupPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState + CheckNameAvailabilityRequest = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest + QueryAggregationFunction = Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction + PrimaryAggregationType = Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType + UnitDefinitionType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType + StorageKeyType = Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType + QueryExecutionType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType + QueryObservedMetricType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType + QueryMetricUnit = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit + ServerVersion = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion + ReplicationState = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState + ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState + TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus + ReplicationRole = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole MetricValue = Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue + MetricName = Azure::SQL::Mgmt::V2014_04_01::Models::MetricName + UnitType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitType 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 @@ -117,40 +159,38 @@ module Models ExportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ExportRequest QueryTextListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryTextListResult BackupLongTermRetentionVaultListResult = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVaultListResult - MetricName = Azure::SQL::Mgmt::V2014_04_01::Models::MetricName RestorableDroppedDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabaseListResult - Metric = Azure::SQL::Mgmt::V2014_04_01::Models::Metric ElasticPoolPerDatabaseMinDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMinDtuCapability MetricListResult = Azure::SQL::Mgmt::V2014_04_01::Models::MetricListResult - MetricAvailability = Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability ServerTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicyListResult - MetricDefinition = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition OperationImpact = Azure::SQL::Mgmt::V2014_04_01::Models::OperationImpact MetricDefinitionListResult = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult + MetricAvailability = Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability BackupLongTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult - CheckNameAvailabilityRequest = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest - QueryMetric = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric + MetricDefinition = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult - QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval + QueryMetric = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric RecoverableDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic 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 + QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval 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 + TopQueries = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault - RecoverableDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase + Metric = Azure::SQL::Mgmt::V2014_04_01::Models::Metric RestorableDroppedDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase ServerConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor - TransparentDataEncryption = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption + AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult RecommendedIndex = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy - DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy + TransparentDataEncryption = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption DataMaskingRule = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule + DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy DisasterRecoveryConfiguration = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration + RecoverableDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy ImportExportResponse = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse ImportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest @@ -161,50 +201,28 @@ module Models ServiceObjective = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective ElasticPoolActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity ElasticPoolDatabaseActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity - TransparentDataEncryptionActivity = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity DatabaseConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy - DatabaseTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy - ServerTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy - BackupLongTermRetentionPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState - MaxSizeUnits = Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits - CheckNameAvailabilityReason = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason - ServerConnectionType = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType - DatabaseEdition = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition - ServiceObjectiveName = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName - TransparentDataEncryptionStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus - RecommendedIndexAction = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction - RecommendedIndexState = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState - RecommendedIndexType = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType - ReadScale = Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale - SecurityAlertPolicyEmailAccountAdmins = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins - SecurityAlertPolicyUseServerDefault = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault - DataMaskingState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState - DataMaskingRuleState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState - DataMaskingFunction = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction - DisasterRecoveryConfigurationStatus = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus - DisasterRecoveryConfigurationAutoFailover = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover - DisasterRecoveryConfigurationFailoverPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy - DisasterRecoveryConfigurationRole = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole - ElasticPoolEdition = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition - GeoBackupPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState - StorageKeyType = Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType - AuthenticationType = Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType - UnitType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitType - PrimaryAggregationType = Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType - UnitDefinitionType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType - QueryAggregationFunction = Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction - QueryExecutionType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType - QueryObservedMetricType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType - QueryMetricUnit = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit - ReplicationRole = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole - ReplicationState = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState - ServerVersion = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion - ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState - TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus + TransparentDataEncryptionActivity = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity + SyncGroupState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState + Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate + 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 + AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus + VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState + SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection + SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState OperationDisplay = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation - RecommendedActionImplementationInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo OperationListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult + 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 + VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult + VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule + 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 @@ -224,13 +242,9 @@ module Models FailoverGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult RecommendedActionMetricInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo SyncFullSchemaPropertiesListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult - FirewallRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult ServerKeyListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult - VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult SyncGroupLogListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult - ServerListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult PartnerInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo - ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate ResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceWithWritableName SubscriptionUsageListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsageListResult SyncGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupListResult @@ -244,182 +258,172 @@ module Models AutomaticTuningOptions = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions SyncDatabaseIdProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties RecommendedAction = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction - Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor DatabaseAutomaticTuning = Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning EncryptionProtector = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup - ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName - FirewallRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule + Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor ManagedInstance = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey - Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent - SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup SyncMember = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember SubscriptionUsage = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage - VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule - AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus - AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus AutoExecuteStatusInheritedFrom = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom - RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState + SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase 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 + RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType - OperationOrigin = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin SyncAgentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType SyncGroupLogType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType SyncConflictResolutionPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy - SyncGroupState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState - SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection - SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState - VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState - JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult + SecurityAlertPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState + Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job JobStepAction = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction - ManagedDatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate + JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult ManagedDatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult - ServerDnsAliasAcquisition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition + ServerDnsAliasListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult CompleteDatabaseRestoreDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition - AutomaticTuningServerOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions + JobStepListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult + DatabaseVulnerabilityAssessmentListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentListResult JobAgentListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentListResult - SensitivityLabelListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelListResult - JobAgentUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate CreateDatabaseRestorePointDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition - LongTermRetentionBackupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult - JobCredentialListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredentialListResult - RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult + JobAgentUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate + ManagedBackupShortTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicyListResult JobExecutionTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget - JobVersionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult + JobCredentialListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredentialListResult + ManagedDatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate + AutomaticTuningServerOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions JobExecutionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult + LongTermRetentionBackupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule - JobTargetGroupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult + JobVersionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult DatabaseVulnerabilityAssessmentRuleBaselineItem = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem - JobStepListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult JobTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget - ServerDnsAliasListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult - JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput + ServerDnsAliasAcquisition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition + JobTargetGroupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult ImportExportDatabaseDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition - JobStepExecutionOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions + JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput ExtendedDatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy - ExtendedServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy + JobStepExecutionOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions ServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy - DatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy + ExtendedServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline - DataWarehouseUserActivities = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities JobAgent = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent - JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential + DataWarehouseUserActivities = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities JobExecution = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution - Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job - JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep + JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential JobTargetGroup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup - JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion + JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep LongTermRetentionBackup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup - BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy + JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion + RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult + ManagedBackupShortTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy ManagedDatabase = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase - RestorePoint = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint - SensitivityLabel = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabel ServerAutomaticTuning = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning ServerDnsAlias = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias ServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy - BlobAuditingPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState + ManagedDatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseSecurityAlertPolicy + ManagedServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedServerSecurityAlertPolicy JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle - ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType - JobScheduleType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType - JobStepActionType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType JobStepActionSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource - JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType - JobTargetGroupMembershipType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType + JobStepActionType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType ManagedDatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus + JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType ManagedDatabaseCreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode - RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType AutomaticTuningServerMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode - AutomaticTuningOptionModeDesired = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired - AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason - SecurityAlertPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState + JobScheduleType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType + ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName - SensitivityLabelSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelSource - ElasticPoolEditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolEditionCapability - ServiceObjectiveCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability + JobTargetGroupMembershipType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType + RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType + BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy + DatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy + RestorePoint = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint + BlobAuditingPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState + AutomaticTuningOptionModeDesired = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired + AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual + CapabilityStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus + PerformanceLevelUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelUnit DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult + SampleName = Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName + ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition + ElasticPoolState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState + VulnerabilityAssessmentRecurringScansProperties = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties + DatabaseOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation + DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment + MaxSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability EditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::EditionCapability + ElasticPoolListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolListResult + ElasticPoolEditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolEditionCapability + LocationCapabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities + ManagementOperationState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagementOperationState + DatabaseStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseStatus + CatalogCollationType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType Resource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource ElasticPoolPerDatabaseMinPerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMinPerformanceLevelCapability BackupShortTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicyListResult ElasticPoolPerDatabaseMaxPerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMaxPerformanceLevelCapability - VulnerabilityAssessmentRecurringScansProperties = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties ElasticPoolPerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerformanceLevelCapability VulnerabilityAssessmentScanError = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanError InstanceFailoverGroupReadOnlyEndpoint = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadOnlyEndpoint VulnerabilityAssessmentScanRecordListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecordListResult - ServerVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability - MaxSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability + ServiceObjectiveCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability ManagedInstanceVcoresCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVcoresCapability - MaxSizeRangeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeRangeCapability ManagedInstanceFamilyCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceFamilyCapability - Sku = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku ManagedInstanceEditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceEditionCapability + ServerVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability ManagedInstanceVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVersionCapability ElasticPoolOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult - LocationCapabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities - ManagedInstancePairInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo + MaxSizeRangeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeRangeCapability InstanceFailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadWriteEndpoint - LogSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability - DatabaseListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult + ManagedInstancePairInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo LicenseTypeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability - DatabaseUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate - InstanceFailoverGroupListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupListResult - ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition + LogSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability PerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability + DatabaseListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult + ElasticPoolOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation ElasticPoolPerDatabaseSettings = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings PartnerRegionInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo - ElasticPoolUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate - ElasticPoolListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolListResult - ProxyResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource - DatabaseOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation - TrackedResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource - ElasticPoolOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation - DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment - VulnerabilityAssessmentScanRecord = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecord DatabaseVulnerabilityAssessmentScansExport = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport + VulnerabilityAssessmentScanRecord = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecord + BackupShortTermRetentionPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicy + InstanceFailoverGroupListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupListResult Database = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database - ElasticPool = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool + DatabaseUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate InstanceFailoverGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroup - BackupShortTermRetentionPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicy + VulnerabilityAssessmentScanState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState TdeCertificate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate - ManagementOperationState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagementOperationState VulnerabilityAssessmentScanTriggerType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType - VulnerabilityAssessmentScanState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState + ElasticPool = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool + Sku = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku + ElasticPoolUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate + DatabaseLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType + CreateMode = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode MaxSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit LogSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeUnit - CapabilityStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus - PerformanceLevelUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelUnit - CreateMode = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode - SampleName = Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName - DatabaseStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseStatus - CatalogCollationType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType - DatabaseLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType + CapabilityGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup DatabaseReadScale = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale - ElasticPoolState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState ElasticPoolLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType + InstanceFailoverGroupReplicationRole = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy - InstanceFailoverGroupReplicationRole = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole - CapabilityGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup + TrackedResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource + ProxyResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource end class SQLManagementClass - attr_reader :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :geo_backup_policies, :queries, :query_statistics, :query_texts, :recommended_elastic_pools, :replication_links, :server_azure_adadministrators, :server_communication_links, :service_objectives, :elastic_pool_activities, :elastic_pool_database_activities, :service_tier_advisors, :transparent_data_encryptions, :transparent_data_encryption_activities, :server_table_auditing_policies, :database_table_auditing_policies, :database_connection_policies, :server_usages, :database_usages, :database_advisors, :database_recommended_actions, :server_advisors, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :firewall_rules, :managed_instances, :operations, :server_keys, :servers, :sync_agents, :sync_groups, :sync_members, :subscription_usages, :virtual_network_rules, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_blob_auditing_policies, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_agents, :job_credentials, :job_executions, :jobs, :job_step_executions, :job_steps, :job_target_executions, :job_target_groups, :job_versions, :long_term_retention_backups, :backup_long_term_retention_policies, :managed_databases, :restore_points, :sensitivity_labels, :server_automatic_tuning_operations, :server_dns_aliases, :server_security_alert_policies, :database_operations, :elastic_pool_operations, :database_vulnerability_assessment_scans, :capabilities, :databases, :elastic_pools, :instance_failover_groups, :backup_short_term_retention_policies, :tde_certificates, :managed_instance_tde_certificates, :configurable, :base_url, :options, :model_classes + attr_reader :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :geo_backup_policies, :queries, :query_statistics, :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, :database_advisors, :firewall_rules, :operations, :servers, :database_recommended_actions, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :managed_instances, :server_keys, :sync_agents, :sync_groups, :sync_members, :subscription_usages, :virtual_network_rules, :server_advisors, :jobs, :backup_long_term_retention_policies, :server_automatic_tuning_operations, :managed_databases, :long_term_retention_backups, :server_dns_aliases, :managed_database_security_alert_policies, :managed_server_security_alert_policies, :server_security_alert_policies, :restore_points, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_blob_auditing_policies, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :job_agents, :job_credentials, :data_warehouse_user_activities_operations, :job_executions, :job_step_executions, :job_steps, :job_target_executions, :job_target_groups, :job_versions, :managed_backup_short_term_retention_policies, :elastic_pool_operations, :database_vulnerability_assessment_scans, :instance_failover_groups, :backup_short_term_retention_policies, :databases, :tde_certificates, :managed_instance_tde_certificates, :elastic_pools, :database_operations, :capabilities, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -442,15 +446,15 @@ def initialize(configurable, base_url=nil, options=nil) @geo_backup_policies = @client_0.geo_backup_policies @queries = @client_0.queries @query_statistics = @client_0.query_statistics - @query_texts = @client_0.query_texts @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 + @elastic_pool_database_activities = @client_0.elastic_pool_database_activities @transparent_data_encryptions = @client_0.transparent_data_encryptions @transparent_data_encryption_activities = @client_0.transparent_data_encryption_activities @server_table_auditing_policies = @client_0.server_table_auditing_policies @@ -465,67 +469,69 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_1) @database_advisors = @client_1.database_advisors + @firewall_rules = @client_1.firewall_rules + @operations = @client_1.operations + @servers = @client_1.servers @database_recommended_actions = @client_1.database_recommended_actions - @server_advisors = @client_1.server_advisors @database_automatic_tuning_operations = @client_1.database_automatic_tuning_operations @encryption_protectors = @client_1.encryption_protectors @failover_groups = @client_1.failover_groups - @firewall_rules = @client_1.firewall_rules @managed_instances = @client_1.managed_instances - @operations = @client_1.operations @server_keys = @client_1.server_keys - @servers = @client_1.servers @sync_agents = @client_1.sync_agents @sync_groups = @client_1.sync_groups @sync_members = @client_1.sync_members @subscription_usages = @client_1.subscription_usages @virtual_network_rules = @client_1.virtual_network_rules + @server_advisors = @client_1.server_advisors @client_2 = Azure::SQL::Mgmt::V2017_03_01_preview::SqlManagementClient.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 + @backup_long_term_retention_policies = @client_2.backup_long_term_retention_policies + @server_automatic_tuning_operations = @client_2.server_automatic_tuning_operations + @managed_databases = @client_2.managed_databases + @long_term_retention_backups = @client_2.long_term_retention_backups + @server_dns_aliases = @client_2.server_dns_aliases + @managed_database_security_alert_policies = @client_2.managed_database_security_alert_policies + @managed_server_security_alert_policies = @client_2.managed_server_security_alert_policies + @server_security_alert_policies = @client_2.server_security_alert_policies + @restore_points = @client_2.restore_points @extended_database_blob_auditing_policies = @client_2.extended_database_blob_auditing_policies @extended_server_blob_auditing_policies = @client_2.extended_server_blob_auditing_policies @server_blob_auditing_policies = @client_2.server_blob_auditing_policies @database_blob_auditing_policies = @client_2.database_blob_auditing_policies @database_vulnerability_assessment_rule_baselines = @client_2.database_vulnerability_assessment_rule_baselines @database_vulnerability_assessments = @client_2.database_vulnerability_assessments - @data_warehouse_user_activities_operations = @client_2.data_warehouse_user_activities_operations @job_agents = @client_2.job_agents @job_credentials = @client_2.job_credentials + @data_warehouse_user_activities_operations = @client_2.data_warehouse_user_activities_operations @job_executions = @client_2.job_executions - @jobs = @client_2.jobs @job_step_executions = @client_2.job_step_executions @job_steps = @client_2.job_steps @job_target_executions = @client_2.job_target_executions @job_target_groups = @client_2.job_target_groups @job_versions = @client_2.job_versions - @long_term_retention_backups = @client_2.long_term_retention_backups - @backup_long_term_retention_policies = @client_2.backup_long_term_retention_policies - @managed_databases = @client_2.managed_databases - @restore_points = @client_2.restore_points - @sensitivity_labels = @client_2.sensitivity_labels - @server_automatic_tuning_operations = @client_2.server_automatic_tuning_operations - @server_dns_aliases = @client_2.server_dns_aliases - @server_security_alert_policies = @client_2.server_security_alert_policies + @managed_backup_short_term_retention_policies = @client_2.managed_backup_short_term_retention_policies @client_3 = Azure::SQL::Mgmt::V2017_10_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_3.respond_to?(:subscription_id)) @client_3.subscription_id = configurable.subscription_id end add_telemetry(@client_3) - @database_operations = @client_3.database_operations @elastic_pool_operations = @client_3.elastic_pool_operations @database_vulnerability_assessment_scans = @client_3.database_vulnerability_assessment_scans - @capabilities = @client_3.capabilities - @databases = @client_3.databases - @elastic_pools = @client_3.elastic_pools @instance_failover_groups = @client_3.instance_failover_groups @backup_short_term_retention_policies = @client_3.backup_short_term_retention_policies + @databases = @client_3.databases @tde_certificates = @client_3.tde_certificates @managed_instance_tde_certificates = @client_3.managed_instance_tde_certificates + @elastic_pools = @client_3.elastic_pools + @database_operations = @client_3.database_operations + @capabilities = @client_3.capabilities @model_classes = ModelClasses.new end @@ -550,9 +556,129 @@ def method_missing(method, *args) end class ModelClasses + def database_table_auditing_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy + end + def server_table_auditing_policy + Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy + end + def backup_long_term_retention_policy_state + Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState + end + def check_name_availability_reason + Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason + end + def max_size_units + Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits + end + def service_objective_name + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName + end + def server_connection_type + Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType + end + def database_edition + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition + end + def recommended_index_state + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState + end + def transparent_data_encryption_status + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus + end + def recommended_index_action + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction + end + def recommended_index_type + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType + end + def read_scale + Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale + end + def security_alert_policy_use_server_default + Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault + end + def security_alert_policy_email_account_admins + Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins + end + def data_masking_function + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction + end + def data_masking_state + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState + end + def data_masking_rule_state + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState + end + def disaster_recovery_configuration_failover_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy + end + def disaster_recovery_configuration_status + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus + end + def disaster_recovery_configuration_auto_failover + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover + end + def elastic_pool_edition + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition + end + def disaster_recovery_configuration_role + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole + end + def authentication_type + Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType + end + def geo_backup_policy_state + Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState + end + def check_name_availability_request + Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest + end + def query_aggregation_function + Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction + end + def primary_aggregation_type + Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType + end + def unit_definition_type + Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType + end + def storage_key_type + Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType + end + def query_execution_type + Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType + end + def query_observed_metric_type + Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType + end + def query_metric_unit + Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit + end + def server_version + Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion + end + def replication_state + Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState + end + def server_state + Azure::SQL::Mgmt::V2014_04_01::Models::ServerState + end + def transparent_data_encryption_activity_status + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus + end + def replication_role + Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole + end def metric_value Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue end + def metric_name + Azure::SQL::Mgmt::V2014_04_01::Models::MetricName + end + def unit_type + Azure::SQL::Mgmt::V2014_04_01::Models::UnitType + end def service_objective_list_result Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveListResult end @@ -637,50 +763,38 @@ def query_text_list_result def backup_long_term_retention_vault_list_result Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVaultListResult end - def metric_name - Azure::SQL::Mgmt::V2014_04_01::Models::MetricName - end def restorable_dropped_database_list_result Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabaseListResult end - def metric - Azure::SQL::Mgmt::V2014_04_01::Models::Metric - end def elastic_pool_per_database_min_dtu_capability Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMinDtuCapability end def metric_list_result Azure::SQL::Mgmt::V2014_04_01::Models::MetricListResult end - def metric_availability - Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability - end def server_table_auditing_policy_list_result Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicyListResult end - def metric_definition - Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition - end def operation_impact Azure::SQL::Mgmt::V2014_04_01::Models::OperationImpact end def metric_definition_list_result Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult end + def metric_availability + Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability + end def backup_long_term_retention_policy_list_result Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult 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 + def metric_definition + Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition end def service_tier_advisor_list_result Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult end - def query_interval - Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval + def query_metric + Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric end def recoverable_database_list_result Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult @@ -691,26 +805,26 @@ def query_statistic 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 end + def query_interval + Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval + 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 end + def top_queries + Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries + 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 metric + Azure::SQL::Mgmt::V2014_04_01::Models::Metric end def restorable_dropped_database Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase @@ -721,8 +835,8 @@ def server_connection_policy def service_tier_advisor Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor end - def transparent_data_encryption - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption + def advisor_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult end def recommended_index Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex @@ -730,15 +844,21 @@ def recommended_index def database_security_alert_policy Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy end - def data_masking_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy + def transparent_data_encryption + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption end def data_masking_rule Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule end + def data_masking_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy + end def disaster_recovery_configuration Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration end + def recoverable_database + Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase + end def geo_backup_policy Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy end @@ -769,138 +889,72 @@ def elastic_pool_activity def elastic_pool_database_activity Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity end - def transparent_data_encryption_activity - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity - end def database_connection_policy Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy end - def database_table_auditing_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy - end - def server_table_auditing_policy - Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy - end - def backup_long_term_retention_policy_state - Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState - end - def max_size_units - Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits - end - def check_name_availability_reason - Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason - end - def server_connection_type - Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType - end - def database_edition - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition - end - def service_objective_name - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName - end - def transparent_data_encryption_status - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus - end - def recommended_index_action - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction - end - def recommended_index_state - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState - end - def recommended_index_type - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType - end - def read_scale - Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale - end - def security_alert_policy_email_account_admins - Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins - end - def security_alert_policy_use_server_default - Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault - end - def data_masking_state - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState - end - def data_masking_rule_state - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState - end - def data_masking_function - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction - end - def disaster_recovery_configuration_status - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus - end - def disaster_recovery_configuration_auto_failover - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover - end - def disaster_recovery_configuration_failover_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy + def transparent_data_encryption_activity + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity end - def disaster_recovery_configuration_role - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole + def sync_group_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState end - def elastic_pool_edition - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition + def server + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server end - def geo_backup_policy_state - Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState + def server_update + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate end - def storage_key_type - Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType + def implementation_method + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod end - def authentication_type - Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType + def is_retryable + Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable end - def unit_type - Azure::SQL::Mgmt::V2014_04_01::Models::UnitType + def advisor_status + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus end - def primary_aggregation_type - Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType + def auto_execute_status + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus end - def unit_definition_type - Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType + def virtual_network_rule_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState end - def query_aggregation_function - Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction + def sync_direction + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection end - def query_execution_type - Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType + def sync_member_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState end - def query_observed_metric_type - Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType + def operation_display + Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay end - def query_metric_unit - Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit + def operation + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation end - def replication_role - Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole + def operation_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult end - def replication_state - Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState + def firewall_rule_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult end - def server_version - Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion + def firewall_rule + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule end - def server_state - Azure::SQL::Mgmt::V2014_04_01::Models::ServerState + def operation_origin + Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin end - def transparent_data_encryption_activity_status - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus + def server_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult end - def operation_display - Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay + def virtual_network_rule_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult end - def operation - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation + def virtual_network_rule + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule end def recommended_action_implementation_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo end - def operation_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult - end def recommended_action_impact_record Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord end @@ -958,27 +1012,15 @@ def recommended_action_metric_info def sync_full_schema_properties_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult end - def firewall_rule_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult - end def server_key_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult end - def virtual_network_rule_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult - end def sync_group_log_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult end - def server_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult - end def partner_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo end - def server_update - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate - end def resource_with_writable_name Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceWithWritableName end @@ -1018,9 +1060,6 @@ def sync_database_id_properties def recommended_action Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction end - def advisor - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor - end def database_automatic_tuning Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning end @@ -1030,11 +1069,8 @@ def encryption_protector def failover_group Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup end - def proxy_resource_with_writable_name - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName - end - def firewall_rule - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule + def advisor + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor end def managed_instance Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance @@ -1042,15 +1078,12 @@ def managed_instance def server_key Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey end - def server - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + def proxy_resource_with_writable_name + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName end def sync_agent Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent end - def sync_agent_linked_database - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase - end def sync_group Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup end @@ -1060,29 +1093,17 @@ def sync_member def subscription_usage Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage end - def virtual_network_rule - Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule - end - def advisor_status - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus - end - def auto_execute_status - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus - end def auto_execute_status_inherited_from Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom end - def recommended_action_current_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState + def sync_agent_linked_database + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase end def recommended_action_initiated_by Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy end - def implementation_method - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod - end - def is_retryable - Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable + def recommended_action_current_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState end def automatic_tuning_mode Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode @@ -1099,9 +1120,6 @@ def failover_group_replication_role def identity_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType end - def operation_origin - Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin - end def sync_agent_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState end @@ -1114,107 +1132,98 @@ def sync_group_log_type def sync_conflict_resolution_policy Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy end - def sync_group_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState - end - def sync_direction - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection - end - def sync_member_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState - end - def virtual_network_rule_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState + def security_alert_policy_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState end - def job_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult + def job + Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job end def job_step_action Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction end - def managed_database_update - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate + def job_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult end def managed_database_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult end - def server_dns_alias_acquisition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition + def server_dns_alias_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult end def complete_database_restore_definition Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition end - def automatic_tuning_server_options - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions - end + def job_step_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult + end + def database_vulnerability_assessment_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentListResult + end def job_agent_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentListResult end - def sensitivity_label_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelListResult + 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 create_database_restore_point_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition + def managed_backup_short_term_retention_policy_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicyListResult end - def long_term_retention_backup_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult + def job_execution_target + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget end def job_credential_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredentialListResult end - def restore_point_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult - end - def job_execution_target - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget + def managed_database_update + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate end - def job_version_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult + def automatic_tuning_server_options + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions end def job_execution_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult end + def long_term_retention_backup_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult + end def job_schedule Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule end - def job_target_group_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult + def job_version_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult end def database_vulnerability_assessment_rule_baseline_item Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem end - def job_step_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult - end def job_target Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget end - def server_dns_alias_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult + def server_dns_alias_acquisition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition end - def job_step_output - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput + def job_target_group_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult end def import_export_database_definition Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition end - def job_step_execution_options - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions + def job_step_output + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput 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 + def job_step_execution_options + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions end def server_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy end - def database_blob_auditing_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy + def extended_server_blob_auditing_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy end def import_export_operation_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult @@ -1222,45 +1231,39 @@ def import_export_operation_result def database_vulnerability_assessment_rule_baseline Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline end - def data_warehouse_user_activities - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities - end def job_agent Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent end - def job_credential - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential + def data_warehouse_user_activities + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities end def job_execution Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution end - def job - Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job + def job_credential + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential + end + def job_target_group + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup end def job_step Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep end - def job_target_group - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup + def long_term_retention_backup + Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup end def job_version Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion end - def long_term_retention_backup - Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup + def restore_point_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult end - def backup_long_term_retention_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy + def managed_backup_short_term_retention_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy end def managed_database Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase end - def restore_point - Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint - end - def sensitivity_label - Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabel - end def server_automatic_tuning Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning end @@ -1270,8 +1273,11 @@ def server_dns_alias def server_security_alert_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy end - def blob_auditing_policy_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState + def managed_database_security_alert_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseSecurityAlertPolicy + end + def managed_server_security_alert_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedServerSecurityAlertPolicy end def job_agent_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState @@ -1279,50 +1285,35 @@ def job_agent_state def job_execution_lifecycle Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle end - def provisioning_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState - end def job_target_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType end - def job_schedule_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType + 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_step_action_source - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource + def managed_database_status + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus 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 - end def managed_database_create_mode Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode end - def restore_point_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType - end def automatic_tuning_server_mode Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode end - def automatic_tuning_option_mode_desired - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired - end - def automatic_tuning_option_mode_actual - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual - end def automatic_tuning_server_reason Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason end - def security_alert_policy_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState + def job_schedule_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType + end + def provisioning_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState end def long_term_retention_database_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState @@ -1330,21 +1321,81 @@ def long_term_retention_database_state def vulnerability_assessment_policy_baseline_name Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName end - def sensitivity_label_source - Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelSource + def job_target_group_membership_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType end - def elastic_pool_edition_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolEditionCapability + def restore_point_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType end - def service_objective_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability + def backup_long_term_retention_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy + end + def database_blob_auditing_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy + end + def restore_point + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint + end + def blob_auditing_policy_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState + end + def automatic_tuning_option_mode_desired + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired + end + def automatic_tuning_option_mode_actual + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual + end + def capability_status + Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus + end + def performance_level_unit + Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelUnit end def database_operation_list_result Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult end + def sample_name + Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName + end + def resource_move_definition + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition + end + def elastic_pool_state + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState + end + def vulnerability_assessment_recurring_scans_properties + Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties + end + def database_operation + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation + end + def database_vulnerability_assessment + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment + end + def max_size_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability + end def edition_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::EditionCapability end + def elastic_pool_list_result + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolListResult + end + def elastic_pool_edition_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolEditionCapability + end + def location_capabilities + Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities + end + def management_operation_state + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagementOperationState + end + def database_status + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseStatus + end + def catalog_collation_type + Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType + end def resource Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource end @@ -1357,9 +1408,6 @@ def backup_short_term_retention_policy_list_result def elastic_pool_per_database_max_performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMaxPerformanceLevelCapability end - def vulnerability_assessment_recurring_scans_properties - Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties - end def elastic_pool_performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerformanceLevelCapability end @@ -1372,167 +1420,131 @@ def instance_failover_group_read_only_endpoint def vulnerability_assessment_scan_record_list_result Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecordListResult end - def server_version_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability - end - def max_size_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability + def service_objective_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability end def managed_instance_vcores_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVcoresCapability end - def max_size_range_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeRangeCapability - end def managed_instance_family_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceFamilyCapability end - def sku - Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku - end def managed_instance_edition_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceEditionCapability end + def server_version_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability + end def managed_instance_version_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVersionCapability end def elastic_pool_operation_list_result Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult end - def location_capabilities - Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities - end - def managed_instance_pair_info - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo + def max_size_range_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeRangeCapability end def instance_failover_group_read_write_endpoint Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadWriteEndpoint end - def log_size_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability - end - def database_list_result - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult + def managed_instance_pair_info + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo end def license_type_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability end - def database_update - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate - end - def instance_failover_group_list_result - Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupListResult - end - def resource_move_definition - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition + def log_size_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability end def performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability end + def database_list_result + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult + end + def elastic_pool_operation + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation + end def elastic_pool_per_database_settings Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings end def partner_region_info Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo end - def elastic_pool_update - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate - end - def elastic_pool_list_result - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolListResult - end - def proxy_resource - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource - end - def database_operation - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation - end - def tracked_resource - Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource - end - def elastic_pool_operation - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation - end - def database_vulnerability_assessment - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment + def database_vulnerability_assessment_scans_export + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport end def vulnerability_assessment_scan_record Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecord end - def database_vulnerability_assessment_scans_export - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport + def backup_short_term_retention_policy + Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicy + end + def instance_failover_group_list_result + Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupListResult end def database Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database end - def elastic_pool - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool + def database_update + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate end def instance_failover_group Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroup end - def backup_short_term_retention_policy - Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicy + def vulnerability_assessment_scan_state + Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState end def tde_certificate Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate end - def management_operation_state - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagementOperationState - end def vulnerability_assessment_scan_trigger_type Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType end - def vulnerability_assessment_scan_state - Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState - end - def max_size_unit - Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit + def elastic_pool + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool end - def log_size_unit - Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeUnit + def sku + Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku end - def capability_status - Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus + def elastic_pool_update + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate end - def performance_level_unit - Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelUnit + def database_license_type + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType end def create_mode Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode end - def sample_name - Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName - end - def database_status - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseStatus + def max_size_unit + Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit end - def catalog_collation_type - Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType + def log_size_unit + Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeUnit end - def database_license_type - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType + def capability_group + Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup end def database_read_scale Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale end - def elastic_pool_state - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState - end def elastic_pool_license_type Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType end + def instance_failover_group_replication_role + Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole + end def read_write_endpoint_failover_policy Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy end def read_only_endpoint_failover_policy Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy end - def instance_failover_group_replication_role - Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole + def tracked_resource + Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource end - def capability_group - Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup + def proxy_resource + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource 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 624ac06d55..b0b0f6e146 100644 --- a/azure_sdk/lib/latest/modules/storage_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storage_profile_module.rb @@ -7,94 +7,94 @@ module Azure::Profiles::Latest module Storage module Mgmt - Operations = Azure::Storage::Mgmt::V2018_07_01::Operations - Skus = Azure::Storage::Mgmt::V2018_07_01::Skus StorageAccounts = Azure::Storage::Mgmt::V2018_07_01::StorageAccounts Usages = Azure::Storage::Mgmt::V2018_07_01::Usages + Operations = Azure::Storage::Mgmt::V2018_07_01::Operations + Skus = Azure::Storage::Mgmt::V2018_07_01::Skus BlobContainers = Azure::Storage::Mgmt::V2018_07_01::BlobContainers module Models ManagementPoliciesRulesSetParameter = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ManagementPoliciesRulesSetParameter StorageAccountManagementPolicies = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies + AzureEntityResource = Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource + ProxyResource = Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource + ProvisioningState = Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState + State = Azure::Storage::Mgmt::V2018_07_01::Models::State + StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCheckNameAvailabilityParameters StorageAccountKey = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountKey StorageAccountListResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListResult - Dimension = Azure::Storage::Mgmt::V2018_07_01::Models::Dimension + EncryptionService = Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionService StorageAccountListKeysResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListKeysResult - ServiceSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification + Encryption = Azure::Storage::Mgmt::V2018_07_01::Models::Encryption StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountRegenerateKeyParameters - OperationListResult = Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult + Endpoints = Azure::Storage::Mgmt::V2018_07_01::Models::Endpoints + CustomDomain = Azure::Storage::Mgmt::V2018_07_01::Models::CustomDomain + Identity = Azure::Storage::Mgmt::V2018_07_01::Models::Identity + UsageListResult = Azure::Storage::Mgmt::V2018_07_01::Models::UsageListResult + UsageName = Azure::Storage::Mgmt::V2018_07_01::Models::UsageName + StorageAccount = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccount + SkuTier = Azure::Storage::Mgmt::V2018_07_01::Models::SkuTier + Kind = Azure::Storage::Mgmt::V2018_07_01::Models::Kind + VirtualNetworkRule = Azure::Storage::Mgmt::V2018_07_01::Models::VirtualNetworkRule + AccessTier = Azure::Storage::Mgmt::V2018_07_01::Models::AccessTier + KeyPermission = Azure::Storage::Mgmt::V2018_07_01::Models::KeyPermission + AccountStatus = Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus + EncryptionServices = Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionServices + UsageUnit = Azure::Storage::Mgmt::V2018_07_01::Models::UsageUnit + Reason = Azure::Storage::Mgmt::V2018_07_01::Models::Reason + StorageAccountCreateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCreateParameters StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountUpdateParameters + Resource = Azure::Storage::Mgmt::V2018_07_01::Models::Resource + Permissions = Azure::Storage::Mgmt::V2018_07_01::Models::Permissions + OperationDisplay = Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay + Operation = Azure::Storage::Mgmt::V2018_07_01::Models::Operation + OperationListResult = Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult SKUCapability = Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability - UsageName = Azure::Storage::Mgmt::V2018_07_01::Models::UsageName - Sku = Azure::Storage::Mgmt::V2018_07_01::Models::Sku - Usage = Azure::Storage::Mgmt::V2018_07_01::Models::Usage - CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult - UsageListResult = Azure::Storage::Mgmt::V2018_07_01::Models::UsageListResult - EncryptionService = Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionService AccountSasParameters = Azure::Storage::Mgmt::V2018_07_01::Models::AccountSasParameters KeyVaultProperties = Azure::Storage::Mgmt::V2018_07_01::Models::KeyVaultProperties - ListAccountSasResponse = Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse - VirtualNetworkRule = Azure::Storage::Mgmt::V2018_07_01::Models::VirtualNetworkRule ServiceSasParameters = Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSasParameters - NetworkRuleSet = Azure::Storage::Mgmt::V2018_07_01::Models::NetworkRuleSet + ListAccountSasResponse = Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse ListServiceSasResponse = Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse - StorageAccountCreateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCreateParameters - IPRule = Azure::Storage::Mgmt::V2018_07_01::Models::IPRule - LegalHoldProperties = Azure::Storage::Mgmt::V2018_07_01::Models::LegalHoldProperties - OperationDisplay = Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay - Identity = Azure::Storage::Mgmt::V2018_07_01::Models::Identity - Operation = Azure::Storage::Mgmt::V2018_07_01::Models::Operation - Endpoints = Azure::Storage::Mgmt::V2018_07_01::Models::Endpoints - Restriction = Azure::Storage::Mgmt::V2018_07_01::Models::Restriction - CustomDomain = Azure::Storage::Mgmt::V2018_07_01::Models::CustomDomain + CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult ListContainerItems = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems - Encryption = Azure::Storage::Mgmt::V2018_07_01::Models::Encryption - Resource = Azure::Storage::Mgmt::V2018_07_01::Models::Resource - StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCheckNameAvailabilityParameters LegalHold = Azure::Storage::Mgmt::V2018_07_01::Models::LegalHold - EncryptionServices = Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionServices + LegalHoldProperties = Azure::Storage::Mgmt::V2018_07_01::Models::LegalHoldProperties + ServiceSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification + Restriction = Azure::Storage::Mgmt::V2018_07_01::Models::Restriction UpdateHistoryProperty = Azure::Storage::Mgmt::V2018_07_01::Models::UpdateHistoryProperty - StorageSkuListResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult ImmutabilityPolicyProperties = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyProperties - MetricSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification TagProperty = Azure::Storage::Mgmt::V2018_07_01::Models::TagProperty - StorageAccount = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccount - ProxyResource = Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource - AzureEntityResource = Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource - TrackedResource = Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource BlobContainer = Azure::Storage::Mgmt::V2018_07_01::Models::BlobContainer - ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy + StorageSkuListResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult + Usage = Azure::Storage::Mgmt::V2018_07_01::Models::Usage ListContainerItem = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem - ReasonCode = Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode + ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy SkuName = Azure::Storage::Mgmt::V2018_07_01::Models::SkuName - SkuTier = Azure::Storage::Mgmt::V2018_07_01::Models::SkuTier - Kind = Azure::Storage::Mgmt::V2018_07_01::Models::Kind - Reason = Azure::Storage::Mgmt::V2018_07_01::Models::Reason + ReasonCode = Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode KeySource = Azure::Storage::Mgmt::V2018_07_01::Models::KeySource - Action = Azure::Storage::Mgmt::V2018_07_01::Models::Action - State = Azure::Storage::Mgmt::V2018_07_01::Models::State - Bypass = Azure::Storage::Mgmt::V2018_07_01::Models::Bypass + Dimension = Azure::Storage::Mgmt::V2018_07_01::Models::Dimension DefaultAction = Azure::Storage::Mgmt::V2018_07_01::Models::DefaultAction - AccessTier = Azure::Storage::Mgmt::V2018_07_01::Models::AccessTier - ProvisioningState = Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState - AccountStatus = Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus - KeyPermission = Azure::Storage::Mgmt::V2018_07_01::Models::KeyPermission - UsageUnit = Azure::Storage::Mgmt::V2018_07_01::Models::UsageUnit + MetricSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification + Sku = Azure::Storage::Mgmt::V2018_07_01::Models::Sku Services = Azure::Storage::Mgmt::V2018_07_01::Models::Services SignedResourceTypes = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes - Permissions = Azure::Storage::Mgmt::V2018_07_01::Models::Permissions - HttpProtocol = Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol - SignedResource = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource + Action = Azure::Storage::Mgmt::V2018_07_01::Models::Action + Bypass = Azure::Storage::Mgmt::V2018_07_01::Models::Bypass PublicAccess = Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess LeaseStatus = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus - LeaseState = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState - LeaseDuration = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration + HttpProtocol = Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol + SignedResource = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource ImmutabilityPolicyState = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType + LeaseState = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState + LeaseDuration = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration + TrackedResource = Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource + IPRule = Azure::Storage::Mgmt::V2018_07_01::Models::IPRule + NetworkRuleSet = Azure::Storage::Mgmt::V2018_07_01::Models::NetworkRuleSet end class StorageManagementClass - attr_reader :operations, :skus, :storage_accounts, :usages, :blob_containers, :configurable, :base_url, :options, :model_classes + attr_reader :storage_accounts, :usages, :operations, :skus, :blob_containers, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -110,10 +110,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 - @skus = @client_1.skus @storage_accounts = @client_1.storage_accounts @usages = @client_1.usages + @operations = @client_1.operations + @skus = @client_1.skus @blob_containers = @client_1.blob_containers @model_classes = ModelClasses.new @@ -141,197 +141,185 @@ def management_policies_rules_set_parameter def storage_account_management_policies Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies end + def azure_entity_resource + Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource + end + def proxy_resource + Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource + end + def provisioning_state + Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState + end + def state + Azure::Storage::Mgmt::V2018_07_01::Models::State + end + def storage_account_check_name_availability_parameters + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCheckNameAvailabilityParameters + end def storage_account_key Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountKey end def storage_account_list_result Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListResult end - def dimension - Azure::Storage::Mgmt::V2018_07_01::Models::Dimension + def encryption_service + Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionService end def storage_account_list_keys_result Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListKeysResult end - def service_specification - Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification + def encryption + Azure::Storage::Mgmt::V2018_07_01::Models::Encryption end def storage_account_regenerate_key_parameters Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountRegenerateKeyParameters end - def operation_list_result - Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult - end - def storage_account_update_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountUpdateParameters - end - def skucapability - Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability - end - def usage_name - Azure::Storage::Mgmt::V2018_07_01::Models::UsageName - end - def sku - Azure::Storage::Mgmt::V2018_07_01::Models::Sku + def endpoints + Azure::Storage::Mgmt::V2018_07_01::Models::Endpoints end - def usage - Azure::Storage::Mgmt::V2018_07_01::Models::Usage + def custom_domain + Azure::Storage::Mgmt::V2018_07_01::Models::CustomDomain end - def check_name_availability_result - Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult + def identity + Azure::Storage::Mgmt::V2018_07_01::Models::Identity end def usage_list_result Azure::Storage::Mgmt::V2018_07_01::Models::UsageListResult end - def encryption_service - Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionService + def usage_name + Azure::Storage::Mgmt::V2018_07_01::Models::UsageName end - def account_sas_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::AccountSasParameters + def storage_account + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccount end - def key_vault_properties - Azure::Storage::Mgmt::V2018_07_01::Models::KeyVaultProperties + def sku_tier + Azure::Storage::Mgmt::V2018_07_01::Models::SkuTier end - def list_account_sas_response - Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse + def kind + Azure::Storage::Mgmt::V2018_07_01::Models::Kind end def virtual_network_rule Azure::Storage::Mgmt::V2018_07_01::Models::VirtualNetworkRule end - def service_sas_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSasParameters + def access_tier + Azure::Storage::Mgmt::V2018_07_01::Models::AccessTier end - def network_rule_set - Azure::Storage::Mgmt::V2018_07_01::Models::NetworkRuleSet + def key_permission + Azure::Storage::Mgmt::V2018_07_01::Models::KeyPermission end - def list_service_sas_response - Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse + def account_status + Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus + end + def encryption_services + Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionServices + end + def usage_unit + Azure::Storage::Mgmt::V2018_07_01::Models::UsageUnit + end + def reason + Azure::Storage::Mgmt::V2018_07_01::Models::Reason end def storage_account_create_parameters Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCreateParameters end - def iprule - Azure::Storage::Mgmt::V2018_07_01::Models::IPRule + def storage_account_update_parameters + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountUpdateParameters end - def legal_hold_properties - Azure::Storage::Mgmt::V2018_07_01::Models::LegalHoldProperties + def resource + Azure::Storage::Mgmt::V2018_07_01::Models::Resource + end + def permissions + Azure::Storage::Mgmt::V2018_07_01::Models::Permissions end def operation_display Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay end - def identity - Azure::Storage::Mgmt::V2018_07_01::Models::Identity - end def operation Azure::Storage::Mgmt::V2018_07_01::Models::Operation end - def endpoints - Azure::Storage::Mgmt::V2018_07_01::Models::Endpoints + def operation_list_result + Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult end - def restriction - Azure::Storage::Mgmt::V2018_07_01::Models::Restriction + def skucapability + Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability end - def custom_domain - Azure::Storage::Mgmt::V2018_07_01::Models::CustomDomain + def account_sas_parameters + Azure::Storage::Mgmt::V2018_07_01::Models::AccountSasParameters end - def list_container_items - Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems + def key_vault_properties + Azure::Storage::Mgmt::V2018_07_01::Models::KeyVaultProperties end - def encryption - Azure::Storage::Mgmt::V2018_07_01::Models::Encryption + def service_sas_parameters + Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSasParameters end - def resource - Azure::Storage::Mgmt::V2018_07_01::Models::Resource + def list_account_sas_response + Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse end - def storage_account_check_name_availability_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCheckNameAvailabilityParameters + def list_service_sas_response + Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse + end + def check_name_availability_result + Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult + end + def list_container_items + Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems end def legal_hold Azure::Storage::Mgmt::V2018_07_01::Models::LegalHold end - def encryption_services - Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionServices + def legal_hold_properties + Azure::Storage::Mgmt::V2018_07_01::Models::LegalHoldProperties + end + def service_specification + Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification + end + def restriction + Azure::Storage::Mgmt::V2018_07_01::Models::Restriction end def update_history_property Azure::Storage::Mgmt::V2018_07_01::Models::UpdateHistoryProperty end - def storage_sku_list_result - Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult - end def immutability_policy_properties Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyProperties end - def metric_specification - Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification - end def tag_property Azure::Storage::Mgmt::V2018_07_01::Models::TagProperty end - def storage_account - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccount - end - def proxy_resource - Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource - end - def azure_entity_resource - Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource - end - def tracked_resource - Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource - end def blob_container Azure::Storage::Mgmt::V2018_07_01::Models::BlobContainer end - def immutability_policy - Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy + def storage_sku_list_result + Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult + end + def usage + Azure::Storage::Mgmt::V2018_07_01::Models::Usage end def list_container_item Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem end - def reason_code - Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode + def immutability_policy + Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy end def sku_name Azure::Storage::Mgmt::V2018_07_01::Models::SkuName end - def sku_tier - Azure::Storage::Mgmt::V2018_07_01::Models::SkuTier - end - def kind - Azure::Storage::Mgmt::V2018_07_01::Models::Kind - end - def reason - Azure::Storage::Mgmt::V2018_07_01::Models::Reason + def reason_code + Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode end def key_source Azure::Storage::Mgmt::V2018_07_01::Models::KeySource end - def action - Azure::Storage::Mgmt::V2018_07_01::Models::Action - end - def state - Azure::Storage::Mgmt::V2018_07_01::Models::State - end - def bypass - Azure::Storage::Mgmt::V2018_07_01::Models::Bypass + def dimension + Azure::Storage::Mgmt::V2018_07_01::Models::Dimension end def default_action Azure::Storage::Mgmt::V2018_07_01::Models::DefaultAction end - def access_tier - Azure::Storage::Mgmt::V2018_07_01::Models::AccessTier - end - def provisioning_state - Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState - end - def account_status - Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus - end - def key_permission - Azure::Storage::Mgmt::V2018_07_01::Models::KeyPermission + def metric_specification + Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification end - def usage_unit - Azure::Storage::Mgmt::V2018_07_01::Models::UsageUnit + def sku + Azure::Storage::Mgmt::V2018_07_01::Models::Sku end def services Azure::Storage::Mgmt::V2018_07_01::Models::Services @@ -339,8 +327,17 @@ def services def signed_resource_types Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes end - def permissions - Azure::Storage::Mgmt::V2018_07_01::Models::Permissions + def action + Azure::Storage::Mgmt::V2018_07_01::Models::Action + end + def bypass + Azure::Storage::Mgmt::V2018_07_01::Models::Bypass + end + def public_access + Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess + end + def lease_status + Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus end def http_protocol Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol @@ -348,11 +345,11 @@ def http_protocol def signed_resource Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource end - def public_access - Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess + def immutability_policy_state + Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState end - def lease_status - Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus + def immutability_policy_update_type + Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType end def lease_state Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState @@ -360,11 +357,14 @@ def lease_state def lease_duration Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration end - def immutability_policy_state - Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState + def tracked_resource + Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource end - def immutability_policy_update_type - Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType + def iprule + Azure::Storage::Mgmt::V2018_07_01::Models::IPRule + end + def network_rule_set + Azure::Storage::Mgmt::V2018_07_01::Models::NetworkRuleSet 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 4eea5339b1..6cf699a929 100644 --- a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb @@ -7,7 +7,7 @@ module Azure::Profiles::Latest module StorSimple8000Series module Mgmt - Operations = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Operations + Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs Managers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Managers AccessControlRecords = Azure::StorSimple8000Series::Mgmt::V2017_06_01::AccessControlRecords Alerts = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Alerts @@ -15,16 +15,64 @@ module Mgmt CloudAppliances = Azure::StorSimple8000Series::Mgmt::V2017_06_01::CloudAppliances Devices = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Devices DeviceSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::DeviceSettings - BackupPolicies = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupPolicies BackupSchedules = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupSchedules - Backups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Backups + Operations = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Operations HardwareComponentGroups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::HardwareComponentGroups - Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs VolumeContainers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::VolumeContainers - Volumes = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Volumes + BackupPolicies = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupPolicies StorageAccountCredentials = Azure::StorSimple8000Series::Mgmt::V2017_06_01::StorageAccountCredentials + Volumes = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Volumes + Backups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Backups module Models + BackupPolicyCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + BackupJobCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType + VolumeType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType + ScheduledBackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + ControllerId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId + RecurrenceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType + EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm + DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek + DeviceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType + Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind + DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus + ScheduleStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus + ControllerPowerStateAction = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction + VirtualMachineApiType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType + ControllerStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus + AuthorizationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus + DeviceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus + EncryptionStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus + KeyRolloverStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus + AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + TargetEligibilityResultCode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode + InEligibilityCategory = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory + HardwareComponentStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus + ManagerType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType + TargetEligibilityStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus + JobType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType + FeatureSupportStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus + JobStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus + AuthenticationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType + NetInterfaceId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId + NetInterfaceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus + ISCSIAndCloudStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus + NetworkMode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode + RemoteManagementModeConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration + SslStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus + VolumeStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus + OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + OwnerShipStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus + BackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus + MonitoringStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus + Metrics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics + Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job + Resource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource + Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert + MetricUnit = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit + MetricAggregationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType + MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName + AlertSeverity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity TargetEligibilityResult = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResult FailoverTarget = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverTarget AccessControlRecordList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecordList @@ -48,7 +96,6 @@ module Models ScheduleRecurrence = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleRecurrence SymmetricEncryptedSecret = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SymmetricEncryptedSecret NicIPv6 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv6 - Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time AcsConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AcsConfiguration StorageAccountCredentialList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredentialList AlertErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertErrorDetails @@ -64,10 +111,8 @@ 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 - Resource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource JobErrorItem = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorItem DeviceDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails - JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails RemoteManagementSettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch JobStage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStage DevicePatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch @@ -79,115 +124,70 @@ module Models Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key BackupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList ListFailoverTargetsRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest - BackupScheduleList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList ManagerIntrinsicSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings BandwidthSettingList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList + BackupScheduleList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList ManagerSku = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku - CloneRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest NetworkAdapterList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList CloudApplianceConfigurationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList + CloneRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest NetworkAdapters = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters - SecuritySettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch + Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList - DeviceRolloverDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails + SecuritySettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch ManagerPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch - DimensionFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter + DeviceRolloverDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails MetricAvailablity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity - AvailableProviderOperationDisplay = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay + DimensionFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter MetricData = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData - BackupPolicyList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList - MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName + AvailableProviderOperationDisplay = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay ChapSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings - MetricDimension = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension + BackupPolicyList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList + MetricDefinitionList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList SecondaryDNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings + MetricDimension = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension + VmImage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage MetricDefinition = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList - MetricDefinitionList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList + DataStatistics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics VolumeList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList MetricNameFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter - VmImage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage + BandwidthSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule MetricFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter AlertFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter - Metrics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics - DataStatistics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics - MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList - BandwidthSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule NicIPv4 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 - AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord - Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert + MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList 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 + AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord BandwidthSetting = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting CloudApplianceConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration - ConfigureDeviceRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest + BackupPolicy = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy ControllerPowerStateChangeRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest Device = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device - EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings - HardwareComponentGroup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup - Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job + ConfigureDeviceRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest Manager = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager + JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails + HardwareComponentGroup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup + BackupSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule ManagerExtendedInfo = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings StorageAccountCredential = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential TimeSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings - Updates = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates - Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume + EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings VolumeContainer = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer AlertScope = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope AlertSourceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType - AlertSeverity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity - AlertStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus + Updates = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates AlertEmailNotificationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus - EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm + Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType - BackupJobCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType - VolumeType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType - ScheduledBackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus - BackupPolicyCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType - RecurrenceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType - DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek - ScheduleStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus - Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind - ControllerPowerStateAction = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction - ControllerId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId - ControllerStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus - DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus - DeviceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus - DeviceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType - VirtualMachineApiType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType - AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility - AuthorizationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus - InEligibilityCategory = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory - EncryptionStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus - KeyRolloverStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus - TargetEligibilityStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus - TargetEligibilityResultCode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode - FeatureSupportStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus - HardwareComponentStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus - JobStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus - JobType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType - ManagerType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType - MetricUnit = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit - MetricAggregationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType - NetInterfaceId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId - NetInterfaceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus - ISCSIAndCloudStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus - NetworkMode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode - AuthenticationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType - RemoteManagementModeConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration - SslStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus - VolumeStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus - OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus - BackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus - MonitoringStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus - OwnerShipStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus + AlertStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus end class StorSimple8000SeriesManagementClass - attr_reader :operations, :managers, :access_control_records, :alerts, :bandwidth_settings, :cloud_appliances, :devices, :device_settings, :backup_policies, :backup_schedules, :backups, :hardware_component_groups, :jobs, :volume_containers, :volumes, :storage_account_credentials, :configurable, :base_url, :options, :model_classes + attr_reader :jobs, :managers, :access_control_records, :alerts, :bandwidth_settings, :cloud_appliances, :devices, :device_settings, :backup_schedules, :operations, :hardware_component_groups, :volume_containers, :backup_policies, :storage_account_credentials, :volumes, :backups, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -197,7 +197,7 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations + @jobs = @client_0.jobs @managers = @client_0.managers @access_control_records = @client_0.access_control_records @alerts = @client_0.alerts @@ -205,14 +205,14 @@ def initialize(configurable, base_url=nil, options=nil) @cloud_appliances = @client_0.cloud_appliances @devices = @client_0.devices @device_settings = @client_0.device_settings - @backup_policies = @client_0.backup_policies @backup_schedules = @client_0.backup_schedules - @backups = @client_0.backups + @operations = @client_0.operations @hardware_component_groups = @client_0.hardware_component_groups - @jobs = @client_0.jobs @volume_containers = @client_0.volume_containers - @volumes = @client_0.volumes + @backup_policies = @client_0.backup_policies @storage_account_credentials = @client_0.storage_account_credentials + @volumes = @client_0.volumes + @backups = @client_0.backups @model_classes = ModelClasses.new end @@ -228,9 +228,153 @@ def method_missing(method, *args) else super end - end - - class ModelClasses + end + + class ModelClasses + def backup_policy_creation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + end + def backup_job_creation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType + end + def volume_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType + end + def scheduled_backup_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + end + def controller_id + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId + end + def recurrence_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType + end + def encryption_algorithm + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm + end + def day_of_week + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek + end + def device_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType + end + def kind + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind + end + def device_configuration_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus + end + def schedule_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus + end + def controller_power_state_action + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction + end + def virtual_machine_api_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType + end + def controller_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus + end + def authorization_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus + end + def device_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus + end + def encryption_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus + end + def key_rollover_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus + end + def authorization_eligibility + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + end + def target_eligibility_result_code + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode + end + def in_eligibility_category + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory + end + def hardware_component_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus + end + def manager_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType + end + def target_eligibility_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus + end + def job_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType + end + def feature_support_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus + end + def job_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus + end + def authentication_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType + end + def net_interface_id + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId + end + def net_interface_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus + end + def iscsiand_cloud_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus + end + def network_mode + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode + end + def remote_management_mode_configuration + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration + end + def ssl_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus + end + def volume_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus + end + def operation_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + end + def owner_ship_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus + end + def backup_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus + end + def monitoring_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus + end + def metrics + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics + end + def job + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job + end + def resource + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource + end + def alert + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert + end + def metric_unit + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit + end + def metric_aggregation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType + end + def metric_name + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName + end + def alert_severity + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity + end def target_eligibility_result Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResult end @@ -300,9 +444,6 @@ def symmetric_encrypted_secret def nic_ipv6 Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv6 end - def time - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time - end def acs_configuration Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AcsConfiguration end @@ -348,18 +489,12 @@ def network_interface_data0_settings def hardware_component_group_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroupList end - def resource - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource - 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 job_error_details - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails - end def remote_management_settings_patch Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch end @@ -393,68 +528,74 @@ def backup_list def list_failover_targets_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest end - def backup_schedule_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList - end def manager_intrinsic_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings end def bandwidth_setting_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList end + def backup_schedule_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList + end def manager_sku Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku end - def clone_request - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest - end def network_adapter_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList end def cloud_appliance_configuration_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList end + def clone_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest + end def network_adapters Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters end - def security_settings_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch + def time + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time end def manager_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList end - def device_rollover_details - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails + def security_settings_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch end def manager_patch Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch end - def dimension_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter + def device_rollover_details + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails end def metric_availablity Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity end - def available_provider_operation_display - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay + def dimension_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter end def metric_data Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData end + def available_provider_operation_display + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay + end + def chap_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings + end def backup_policy_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList end - def metric_name - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName + def metric_definition_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList end - def chap_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings + def secondary_dnssettings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings end def metric_dimension Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension end - def secondary_dnssettings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings + def vm_image + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage end def metric_definition Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition @@ -462,8 +603,8 @@ def metric_definition def device_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList end - def metric_definition_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList + def data_statistics + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics end def volume_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList @@ -471,8 +612,8 @@ def volume_list def metric_name_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter end - def vm_image - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage + def bandwidth_schedule + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule end def metric_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter @@ -480,26 +621,11 @@ def metric_filter def alert_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter end - def metrics - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics - end - def data_statistics - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics - end - def metric_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList - end - def bandwidth_schedule - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule - end def nic_ipv4 Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 end - def access_control_record - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord - end - def alert - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert + def metric_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList end def alert_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings @@ -507,11 +633,8 @@ def alert_settings 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 + def access_control_record + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord end def bandwidth_setting Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting @@ -519,8 +642,8 @@ def bandwidth_setting 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 + def backup_policy + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy end def controller_power_state_change_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest @@ -528,17 +651,20 @@ def controller_power_state_change_request def device Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device end - def encryption_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings + def configure_device_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest + end + def manager + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager + end + def job_error_details + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails end def hardware_component_group Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup end - def job - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job - end - def manager - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager + def backup_schedule + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule end def manager_extended_info Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo @@ -555,11 +681,8 @@ def storage_account_credential def time_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings end - def updates - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates - end - def volume - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume + def encryption_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings end def volume_container Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer @@ -570,143 +693,20 @@ def alert_scope def alert_source_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType end - def alert_severity - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity - end - def alert_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus + def updates + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates end def alert_email_notification_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus end - def encryption_algorithm - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm + def volume + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume end def backup_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType end - def backup_job_creation_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType - end - def volume_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType - end - 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 - end - def recurrence_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType - end - def day_of_week - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek - end - def schedule_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus - end - def kind - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind - end - def controller_power_state_action - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction - end - def controller_id - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId - end - def controller_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus - end - def device_configuration_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus - end - def device_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus - end - def device_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType - end - def virtual_machine_api_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType - end - def authorization_eligibility - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility - end - def authorization_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus - end - def in_eligibility_category - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory - end - def encryption_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus - end - def key_rollover_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus - end - def target_eligibility_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus - end - def target_eligibility_result_code - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode - end - def feature_support_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus - end - def hardware_component_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus - end - def job_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus - end - def job_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType - end - def manager_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType - end - def metric_unit - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit - end - def metric_aggregation_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType - end - def net_interface_id - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId - end - def net_interface_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus - end - def iscsiand_cloud_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus - end - def network_mode - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode - end - def authentication_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType - end - def remote_management_mode_configuration - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration - end - def ssl_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus - end - def volume_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus - end - def operation_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus - end - def backup_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus - end - def monitoring_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus - end - def owner_ship_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus + def alert_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus 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 f6c5f72855..58e8c44535 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 - Operations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Operations + Subscriptions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Subscriptions + Transformations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Transformations StreamingJobs = Azure::StreamAnalytics::Mgmt::V2016_03_01::StreamingJobs + Operations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Operations Inputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Inputs Outputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Outputs - Transformations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Transformations Functions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Functions - Subscriptions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Subscriptions module Models AzureMachineLearningWebServiceInputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn - OperationDisplay = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay AzureMachineLearningWebServiceInputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputs - OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult ReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputDataSource Serialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization 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 - Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku - DiagnosticCondition = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition OutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputDataSource InputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties + DiagnosticCondition = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition FunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties ServiceBusDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusDataSourceProperties - OutputListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputListResult FunctionInput = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionInput StartStreamingJobParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters - BlobDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties + OutputListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputListResult FunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters - SubResource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource - Operation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation - StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount AzureSqlDatabaseDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties + BlobDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties StreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource - StreamingJobListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult InputListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult AzureMachineLearningWebServiceOutputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn + StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount OAuthBasedDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties ResourceTestStatus = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus - ErrorResponse = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse - SubscriptionQuotasListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult - Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource - FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + StreamingJobListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult Input = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input - Transformation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation + SubscriptionQuotasListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult Output = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output 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 AzureMachineLearningWebServiceFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding ScalarFunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties + Diagnostics = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics AvroSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization JsonSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization - CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource AzureDataLakeStoreOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource + CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult PowerBIOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource - EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties + Transformation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation 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 + OperationDisplay = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource - EventHubOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource + Operation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation + DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource + OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult + SubResource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource AzureTableOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource 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 + EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties IoTHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource EventHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource BlobStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource - StreamInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties - AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters + ReferenceInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties + EventHubOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource JavaScriptFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters SubscriptionQuota = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota + StreamInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties + AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName + CompatibilityLevel = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel OutputStartMode = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy - CompatibilityLevel = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat - Encoding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding UdfType = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType + Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku + Encoding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding + ErrorResponse = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse end class StreamAnalyticsManagementClass - attr_reader :operations, :streaming_jobs, :inputs, :outputs, :transformations, :functions, :subscriptions, :configurable, :base_url, :options, :model_classes + attr_reader :subscriptions, :transformations, :streaming_jobs, :operations, :inputs, :outputs, :functions, :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) - @operations = @client_0.operations + @subscriptions = @client_0.subscriptions + @transformations = @client_0.transformations @streaming_jobs = @client_0.streaming_jobs + @operations = @client_0.operations @inputs = @client_0.inputs @outputs = @client_0.outputs - @transformations = @client_0.transformations @functions = @client_0.functions - @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new end @@ -129,15 +129,9 @@ class ModelClasses def azure_machine_learning_web_service_input_column Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn end - def operation_display - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay - end def azure_machine_learning_web_service_inputs Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputs end - def operation_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult - end def reference_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputDataSource end @@ -147,92 +141,68 @@ def serialization 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 sku - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku - end - def diagnostic_condition - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition - end def output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputDataSource end def input_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties end + def diagnostic_condition + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition + end 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 output_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputListResult - end def function_input Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionInput end def 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 + def output_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputListResult end def function_retrieve_default_definition_parameters Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters end - def sub_resource - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource - end - def operation - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation - end - def storage_account - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount - end def azure_sql_database_data_source_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties end + def blob_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties + end def stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource 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 end def azure_machine_learning_web_service_output_column Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn end + def storage_account + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + 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 error_response - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse - end - def subscription_quotas_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult - end - def resource - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource - end - def function_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + def streaming_job_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult end def input Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input end - def transformation - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation + def subscription_quotas_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult end def output Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output @@ -252,23 +222,32 @@ def azure_machine_learning_web_service_function_binding def scalar_function_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties end + def diagnostics + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics + end def avro_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization end def json_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization end - def csv_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + def resource + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource end def azure_data_lake_store_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource end + def csv_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + end + def function_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + end 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 transformation + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation end def service_bus_topic_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource @@ -276,14 +255,23 @@ 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 operation_display + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay end def azure_sql_database_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource end - def event_hub_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource + def operation + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation + end + def document_db_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource + end + def operation_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult + end + def sub_resource + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource end def azure_table_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource @@ -294,8 +282,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 event_hub_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties end def io_thub_stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource @@ -306,11 +294,11 @@ def event_hub_stream_input_data_source def blob_stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource end - def stream_input_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties + def reference_input_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties end - def azure_machine_learning_web_service_function_retrieve_default_definition_parameters - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters + def event_hub_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource end def java_script_function_retrieve_default_definition_parameters Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters @@ -318,9 +306,18 @@ def java_script_function_retrieve_default_definition_parameters def subscription_quota Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota end + def stream_input_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties + end + def azure_machine_learning_web_service_function_retrieve_default_definition_parameters + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters + end def sku_name Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName end + def compatibility_level + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel + end def output_start_mode Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode end @@ -330,17 +327,20 @@ def events_out_of_order_policy 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 json_output_serialization_format Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat end + def udf_type + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType + end + def sku + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku + end def encoding Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding end - def udf_type - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType + def error_response + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse 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 6cbd1506c7..4930f011d1 100644 --- a/azure_sdk/lib/latest/modules/subscriptions_profile_module.rb +++ b/azure_sdk/lib/latest/modules/subscriptions_profile_module.rb @@ -8,26 +8,26 @@ module Azure::Profiles::Latest module Subscriptions module Mgmt Operations = Azure::Subscriptions::Mgmt::V2016_06_01::Operations - Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions Tenants = Azure::Subscriptions::Mgmt::V2016_06_01::Tenants + Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions module Models - TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription Location = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location - TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult - SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies OperationDisplay = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay - SubscriptionListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult Operation = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation + TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription + SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies + SubscriptionListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult Subscription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription OperationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationListResult - LocationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult SubscriptionState = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState + TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult + LocationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult SpendingLimit = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit end class SubscriptionsManagementClass - attr_reader :operations, :subscriptions, :tenants, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :tenants, :subscriptions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -38,8 +38,8 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations - @subscriptions = @client_0.subscriptions @tenants = @client_0.tenants + @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new end @@ -58,39 +58,39 @@ def method_missing(method, *args) end class ModelClasses - def tenant_id_description - Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription - end def location Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location end - def tenant_list_result - Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult + def operation_display + Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay + end + def operation + Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation + end + def tenant_id_description + Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription end def subscription_policies Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies end - def operation_display - Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay - end def subscription_list_result Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult end - def operation - Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation - end def subscription Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription end def operation_list_result Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationListResult end - def location_list_result - Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult - end def subscription_state Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState end + def tenant_list_result + Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult + end + def location_list_result + Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult + end def spending_limit Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit end diff --git a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb index 649f71fe5b..fea300a2f8 100644 --- a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb @@ -8,6 +8,7 @@ module Azure::Profiles::Latest module TextAnalytics module Models + MultiLanguageBatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput DetectedLanguage = Azure::CognitiveServices::TextAnalytics::V2_0::Models::DetectedLanguage MultiLanguageInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageInput LanguageBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResultItem @@ -15,17 +16,16 @@ module Models LanguageBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResult KeyPhraseBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResult SentimentBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResultItem - ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse SentimentBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResult BatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput MatchRecord = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MatchRecord + ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse ErrorRecord = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorRecord EntityRecord = Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntityRecord - Input = Azure::CognitiveServices::TextAnalytics::V2_0::Models::Input EntitiesBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResultItem - InternalError = Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError + Input = Azure::CognitiveServices::TextAnalytics::V2_0::Models::Input EntitiesBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResult - MultiLanguageBatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput + InternalError = Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError end class TextAnalyticsDataClass @@ -57,6 +57,9 @@ def method_missing(method, *args) end class ModelClasses + def multi_language_batch_input + Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput + end def detected_language Azure::CognitiveServices::TextAnalytics::V2_0::Models::DetectedLanguage end @@ -78,9 +81,6 @@ def key_phrase_batch_result def sentiment_batch_result_item Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResultItem end - def error_response - Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse - end def sentiment_batch_result Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResult end @@ -90,26 +90,26 @@ def batch_input def match_record Azure::CognitiveServices::TextAnalytics::V2_0::Models::MatchRecord end + def error_response + Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse + end def error_record Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorRecord end def entity_record Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntityRecord end - def input - Azure::CognitiveServices::TextAnalytics::V2_0::Models::Input - end def entities_batch_result_item Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResultItem end - def internal_error - Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError + def input + Azure::CognitiveServices::TextAnalytics::V2_0::Models::Input end def entities_batch_result Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResult end - def multi_language_batch_input - Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput + def internal_error + Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError end end end diff --git a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb index af284da9bd..d390ab18c8 100644 --- a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb +++ b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb @@ -7,13 +7,14 @@ module Azure::Profiles::Latest module TrafficManager module Mgmt - Endpoints = Azure::TrafficManager::Mgmt::V2018_04_01::Endpoints - Profiles = Azure::TrafficManager::Mgmt::V2018_04_01::Profiles GeographicHierarchies = Azure::TrafficManager::Mgmt::V2018_04_01::GeographicHierarchies HeatMap = Azure::TrafficManager::Mgmt::V2018_04_01::HeatMap TrafficManagerUserMetricsKeys = Azure::TrafficManager::Mgmt::V2018_04_01::TrafficManagerUserMetricsKeys + Endpoints = Azure::TrafficManager::Mgmt::V2018_04_01::Endpoints + Profiles = Azure::TrafficManager::Mgmt::V2018_04_01::Profiles module Models + Resource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource MonitorConfigCustomHeadersItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigCustomHeadersItem MonitorConfigExpectedStatusCodeRangesItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigExpectedStatusCodeRangesItem EndpointPropertiesSubnetsItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointPropertiesSubnetsItem @@ -26,27 +27,26 @@ module Models Region = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Region DnsConfig = Azure::TrafficManager::Mgmt::V2018_04_01::Models::DnsConfig CheckTrafficManagerRelativeDnsNameAvailabilityParameters = Azure::TrafficManager::Mgmt::V2018_04_01::Models::CheckTrafficManagerRelativeDnsNameAvailabilityParameters - ProfileListResult = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileListResult - Resource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource TrafficManagerNameAvailability = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerNameAvailability HeatMapModel = Azure::TrafficManager::Mgmt::V2018_04_01::Models::HeatMapModel UserMetricsModel = Azure::TrafficManager::Mgmt::V2018_04_01::Models::UserMetricsModel - Endpoint = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint - TrackedResource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrackedResource - Profile = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile - ProxyResource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProxyResource TrafficManagerGeographicHierarchy = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerGeographicHierarchy EndpointStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointStatus - EndpointMonitorStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointMonitorStatus + Profile = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile + Endpoint = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint ProfileMonitorStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileMonitorStatus - MonitorProtocol = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorProtocol + EndpointMonitorStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointMonitorStatus ProfileStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileStatus - TrafficRoutingMethod = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficRoutingMethod + MonitorProtocol = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorProtocol TrafficViewEnrollmentStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficViewEnrollmentStatus + TrafficRoutingMethod = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficRoutingMethod + ProfileListResult = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileListResult + TrackedResource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrackedResource + ProxyResource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProxyResource end class TrafficManagerManagementClass - attr_reader :endpoints, :profiles, :geographic_hierarchies, :heat_map, :traffic_manager_user_metrics_keys, :configurable, :base_url, :options, :model_classes + attr_reader :geographic_hierarchies, :heat_map, :traffic_manager_user_metrics_keys, :endpoints, :profiles, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -56,11 +56,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @endpoints = @client_0.endpoints - @profiles = @client_0.profiles @geographic_hierarchies = @client_0.geographic_hierarchies @heat_map = @client_0.heat_map @traffic_manager_user_metrics_keys = @client_0.traffic_manager_user_metrics_keys + @endpoints = @client_0.endpoints + @profiles = @client_0.profiles @model_classes = ModelClasses.new end @@ -79,6 +79,9 @@ def method_missing(method, *args) end class ModelClasses + def resource + Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource + end def monitor_config_custom_headers_item Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigCustomHeadersItem end @@ -115,12 +118,6 @@ def dns_config def check_traffic_manager_relative_dns_name_availability_parameters Azure::TrafficManager::Mgmt::V2018_04_01::Models::CheckTrafficManagerRelativeDnsNameAvailabilityParameters end - def profile_list_result - Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileListResult - end - def resource - Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource - end def traffic_manager_name_availability Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerNameAvailability end @@ -130,41 +127,44 @@ def heat_map_model def user_metrics_model Azure::TrafficManager::Mgmt::V2018_04_01::Models::UserMetricsModel end - def endpoint - Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint + def traffic_manager_geographic_hierarchy + Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerGeographicHierarchy end - def tracked_resource - Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrackedResource + def endpoint_status + Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointStatus end def profile Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile end - def proxy_resource - Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProxyResource - end - def traffic_manager_geographic_hierarchy - Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerGeographicHierarchy + def endpoint + Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint end - def endpoint_status - Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointStatus + def profile_monitor_status + Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileMonitorStatus end def endpoint_monitor_status Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointMonitorStatus end - def profile_monitor_status - Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileMonitorStatus + def profile_status + Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileStatus end def monitor_protocol Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorProtocol end - def profile_status - Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileStatus + def traffic_view_enrollment_status + Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficViewEnrollmentStatus end def traffic_routing_method Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficRoutingMethod end - def traffic_view_enrollment_status - Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficViewEnrollmentStatus + def profile_list_result + Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileListResult + end + def tracked_resource + Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrackedResource + end + def proxy_resource + Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProxyResource 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 20f1613c62..201932a73a 100644 --- a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb @@ -11,36 +11,36 @@ module VideoSearch module Models TrendingVideosCategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory TrendingVideosSubcategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosSubcategory - Error = Azure::CognitiveServices::VideoSearch::V1_0::Models::Error - PivotSuggestions = Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions - QueryContext = Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext - Query = Azure::CognitiveServices::VideoSearch::V1_0::Models::Query VideosModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideosModule TrendingVideosTile = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosTile - ResponseBase = Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase - ImageObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject - VideoObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject Videos = Azure::CognitiveServices::VideoSearch::V1_0::Models::Videos - Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response - Answer = Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer - SearchResultsAnswer = Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer - Thing = Azure::CognitiveServices::VideoSearch::V1_0::Models::Thing - CreativeWork = Azure::CognitiveServices::VideoSearch::V1_0::Models::CreativeWork - MediaObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject - Identifiable = Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable - ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse TrendingVideos = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideos VideoDetails = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoDetails VideoQueryScenario = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoQueryScenario - ErrorCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode - Freshness = Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness VideoLength = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoLength VideoPricing = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoPricing VideoResolution = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoResolution + Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response + VideoInsightModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule + ResponseBase = Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase + QueryContext = Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext + VideoObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject + Query = Azure::CognitiveServices::VideoSearch::V1_0::Models::Query + 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 + ErrorSubCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode SafeSearch = Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch TextFormat = Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat - VideoInsightModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule + Freshness = Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness + ImageObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject + ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + Error = Azure::CognitiveServices::VideoSearch::V1_0::Models::Error + MediaObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject end class VideoSearchDataClass @@ -79,68 +79,68 @@ def trending_videos_category def trending_videos_subcategory Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosSubcategory end - def error - Azure::CognitiveServices::VideoSearch::V1_0::Models::Error - end - def pivot_suggestions - Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions - end - def query_context - Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext - end - def query - Azure::CognitiveServices::VideoSearch::V1_0::Models::Query - end def videos_module Azure::CognitiveServices::VideoSearch::V1_0::Models::VideosModule end def trending_videos_tile Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosTile end - def response_base - Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase + def videos + Azure::CognitiveServices::VideoSearch::V1_0::Models::Videos end - def image_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject + def trending_videos + Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideos end - def video_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject + def video_details + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoDetails end - def videos - Azure::CognitiveServices::VideoSearch::V1_0::Models::Videos + def video_query_scenario + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoQueryScenario + end + def video_length + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoLength + end + def video_pricing + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoPricing + end + def video_resolution + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoResolution end def response Azure::CognitiveServices::VideoSearch::V1_0::Models::Response end - def answer - Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer + def video_insight_module + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule end - def search_results_answer - Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer + def response_base + Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase end - def thing - Azure::CognitiveServices::VideoSearch::V1_0::Models::Thing + def query_context + Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext end - def creative_work - Azure::CognitiveServices::VideoSearch::V1_0::Models::CreativeWork + def video_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject end - def media_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject + def query + Azure::CognitiveServices::VideoSearch::V1_0::Models::Query + 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 error_response - Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse - end - def trending_videos - Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideos + def answer + Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer end - def video_details - Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoDetails + def thing + Azure::CognitiveServices::VideoSearch::V1_0::Models::Thing end - def video_query_scenario - Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoQueryScenario + def creative_work + Azure::CognitiveServices::VideoSearch::V1_0::Models::CreativeWork end def error_code Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode @@ -148,26 +148,26 @@ def error_code def error_sub_code Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode end - def freshness - Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness - end - def video_length - Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoLength - end - def video_pricing - Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoPricing - end - def video_resolution - Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoResolution - end def safe_search Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch end def text_format Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat end - def video_insight_module - Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule + def freshness + Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness + end + def image_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject + end + def error_response + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + end + def error + Azure::CognitiveServices::VideoSearch::V1_0::Models::Error + end + def media_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject 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 19ce641330..9195584b00 100644 --- a/azure_sdk/lib/latest/modules/web_profile_module.rb +++ b/azure_sdk/lib/latest/modules/web_profile_module.rb @@ -7,249 +7,268 @@ module Azure::Profiles::Latest module Web module Mgmt + DeletedWebApps = Azure::Web::Mgmt::V2018_02_01::DeletedWebApps + Diagnostics = Azure::Web::Mgmt::V2018_02_01::Diagnostics + Recommendations = Azure::Web::Mgmt::V2018_02_01::Recommendations + ResourceHealthMetadataOperations = Azure::Web::Mgmt::V2018_02_01::ResourceHealthMetadataOperations + Provider = Azure::Web::Mgmt::V2018_02_01::Provider AppServiceCertificateOrders = Azure::Web::Mgmt::V2018_02_01::AppServiceCertificateOrders CertificateRegistrationProvider = Azure::Web::Mgmt::V2018_02_01::CertificateRegistrationProvider Domains = Azure::Web::Mgmt::V2018_02_01::Domains TopLevelDomains = Azure::Web::Mgmt::V2018_02_01::TopLevelDomains DomainRegistrationProvider = Azure::Web::Mgmt::V2018_02_01::DomainRegistrationProvider - Certificates = Azure::Web::Mgmt::V2018_02_01::Certificates - DeletedWebApps = Azure::Web::Mgmt::V2018_02_01::DeletedWebApps - Diagnostics = Azure::Web::Mgmt::V2018_02_01::Diagnostics - Provider = Azure::Web::Mgmt::V2018_02_01::Provider - Recommendations = Azure::Web::Mgmt::V2018_02_01::Recommendations - WebApps = Azure::Web::Mgmt::V2018_02_01::WebApps AppServiceEnvironments = Azure::Web::Mgmt::V2018_02_01::AppServiceEnvironments AppServicePlans = Azure::Web::Mgmt::V2018_02_01::AppServicePlans - ResourceHealthMetadataOperations = Azure::Web::Mgmt::V2018_02_01::ResourceHealthMetadataOperations + WebApps = Azure::Web::Mgmt::V2018_02_01::WebApps + Certificates = Azure::Web::Mgmt::V2018_02_01::Certificates module Models - IdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection - Operation = Azure::Web::Mgmt::V2018_02_01::Models::Operation - TopLevelDomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection - DeploymentCollection = Azure::Web::Mgmt::V2018_02_01::Models::DeploymentCollection - CertificateDetails = Azure::Web::Mgmt::V2018_02_01::Models::CertificateDetails - CertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection - AppServiceCertificateOrderCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection - SnapshotRecoverySource = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRecoverySource - ProcessInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfoCollection - VirtualNetworkProfile = Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile - PerfMonResponse = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonResponse - WorkerPool = Azure::Web::Mgmt::V2018_02_01::Models::WorkerPool - PerfMonSample = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSample - VirtualIPMapping = Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping - SiteSealRequest = Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest - StampCapacity = Azure::Web::Mgmt::V2018_02_01::Models::StampCapacity - ProcessModuleInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfoCollection - NetworkAccessControlEntry = Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry - PublicCertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateCollection - AppServiceEnvironment = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironment - ResourceMetricAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability - AppServicePlanCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection - SiteConfigResourceCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResourceCollection - LocalizableString = Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString - SiteConfigurationSnapshotInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfoCollection - CsmUsageQuota = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota - HostNameBindingCollection = Azure::Web::Mgmt::V2018_02_01::Models::HostNameBindingCollection - CsmUsageQuotaCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection - ManagedServiceIdentity = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity - ErrorEntity = Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity - CloningInfo = Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo - AppServiceCertificate = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate - IpSecurityRestriction = Azure::Web::Mgmt::V2018_02_01::Models::IpSecurityRestriction - TriggeredJobHistoryCollection = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistoryCollection + SlotSwapStatus = Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus + HostingEnvironmentDeploymentInfo = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo CorsSettings = Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings - ResourceMetricName = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName - AutoHealActions = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActions - ResourceMetricProperty = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty - StatusCodesBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger - ResourceMetricValue = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue - AutoHealTriggers = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers - ResourceMetric = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric - SiteLimits = Azure::Web::Mgmt::V2018_02_01::Models::SiteLimits - ResourceMetricCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection - Experiments = Azure::Web::Mgmt::V2018_02_01::Models::Experiments - ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection - VirtualApplication = Azure::Web::Mgmt::V2018_02_01::Models::VirtualApplication - WebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection - SiteMachineKey = Azure::Web::Mgmt::V2018_02_01::Models::SiteMachineKey - DeletedWebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection - AzureStorageInfoValue = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue - Solution = Azure::Web::Mgmt::V2018_02_01::Models::Solution - SiteConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig - DetectorAbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod - SiteExtensionInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection - AbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod - SkuCapacity = Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity - TriggeredWebJobCollection = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobCollection - SlotDifferenceCollection = Azure::Web::Mgmt::V2018_02_01::Models::SlotDifferenceCollection DiagnosticMetricSample = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSample - DefaultErrorResponseErrorDetailsItem = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem + AutoHealTriggers = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers DiagnosticMetricSet = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet - DefaultErrorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse + Experiments = Azure::Web::Mgmt::V2018_02_01::Models::Experiments DataSource = Azure::Web::Mgmt::V2018_02_01::Models::DataSource - LogSpecification = Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification + SiteMachineKey = Azure::Web::Mgmt::V2018_02_01::Models::SiteMachineKey ResponseMetaData = Azure::Web::Mgmt::V2018_02_01::Models::ResponseMetaData - Dimension = Azure::Web::Mgmt::V2018_02_01::Models::Dimension + HostNameSslState = Azure::Web::Mgmt::V2018_02_01::Models::HostNameSslState AnalysisData = Azure::Web::Mgmt::V2018_02_01::Models::AnalysisData - ServiceSpecification = Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification - CsmSlotEntity = Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity - CsmOperationDisplay = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay + SkuDescription = Azure::Web::Mgmt::V2018_02_01::Models::SkuDescription + CsmMoveResourceEnvelope = Azure::Web::Mgmt::V2018_02_01::Models::CsmMoveResourceEnvelope + WorkerPool = Azure::Web::Mgmt::V2018_02_01::Models::WorkerPool DataTableResponseColumn = Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseColumn - CsmOperationCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection + AppServiceEnvironment = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironment DataTableResponseObject = Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseObject - Contact = Azure::Web::Mgmt::V2018_02_01::Models::Contact + ValidateRequest = Azure::Web::Mgmt::V2018_02_01::Models::ValidateRequest DetectorInfo = Azure::Web::Mgmt::V2018_02_01::Models::DetectorInfo - DomainPurchaseConsent = Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent + ProxyOnlyResource = Azure::Web::Mgmt::V2018_02_01::Models::ProxyOnlyResource Rendering = Azure::Web::Mgmt::V2018_02_01::Models::Rendering - DomainAvailablilityCheckResult = Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult + AutoHealActions = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActions DiagnosticData = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticData - DomainControlCenterSsoRequest = Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest - CsmPublishingProfileOptions = Azure::Web::Mgmt::V2018_02_01::Models::CsmPublishingProfileOptions - DomainOwnershipIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection + VirtualApplication = Azure::Web::Mgmt::V2018_02_01::Models::VirtualApplication + BillingMeterCollection = Azure::Web::Mgmt::V2018_02_01::Models::BillingMeterCollection + Capability = Azure::Web::Mgmt::V2018_02_01::Models::Capability DetectorResponseCollection = Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponseCollection - DomainRecommendationSearchParameters = Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters - ContinuousWebJobCollection = Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobCollection - TldLegalAgreement = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement + StampCapacity = Azure::Web::Mgmt::V2018_02_01::Models::StampCapacity + ResourceHealthMetadataCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadataCollection + SkuInfos = Azure::Web::Mgmt::V2018_02_01::Models::SkuInfos DiagnosticAnalysisCollection = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysisCollection - EnabledConfig = Azure::Web::Mgmt::V2018_02_01::Models::EnabledConfig - WebAppInstanceCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebAppInstanceCollection - AppServiceCertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection + SiteLimits = Azure::Web::Mgmt::V2018_02_01::Models::SiteLimits + RecommendationCollection = Azure::Web::Mgmt::V2018_02_01::Models::RecommendationCollection DiagnosticCategoryCollection = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategoryCollection - PrivateAccessVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork + IpSecurityRestriction = Azure::Web::Mgmt::V2018_02_01::Models::IpSecurityRestriction DiagnosticDetectorCollection = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorCollection - PerfMonSet = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSet - NetworkTrace = Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace - StackMinorVersion = Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion - SiteCloneabilityCriterion = Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneabilityCriterion - StackMajorVersion = Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion - MSDeployLogEntry = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntry - ApplicationStack = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack - ProxyOnlyResource = Azure::Web::Mgmt::V2018_02_01::Models::ProxyOnlyResource ApplicationStackCollection = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStackCollection - HostingEnvironmentProfile = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile - ResourceHealthMetadataCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadataCollection - AutoHealCustomAction = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction - RecommendationCollection = Azure::Web::Mgmt::V2018_02_01::Models::RecommendationCollection - RequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger - ResourceCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceCollection - RampUpRule = Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule - HybridConnectionCollection = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionCollection - HandlerMapping = Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping - BillingMeterCollection = Azure::Web::Mgmt::V2018_02_01::Models::BillingMeterCollection NameValuePair = Azure::Web::Mgmt::V2018_02_01::Models::NameValuePair - CsmMoveResourceEnvelope = Azure::Web::Mgmt::V2018_02_01::Models::CsmMoveResourceEnvelope - Capability = Azure::Web::Mgmt::V2018_02_01::Models::Capability - WorkerPoolCollection = Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolCollection - Resource = Azure::Web::Mgmt::V2018_02_01::Models::Resource - HostingEnvironmentDeploymentInfo = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo - NameIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier - DeploymentLocations = Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations - MetricSpecification = Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification - GeoRegionCollection = Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection - CsmOperationDescription = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription - GlobalCsmSkuDescription = Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription - HostName = Azure::Web::Mgmt::V2018_02_01::Models::HostName - UsageCollection = Azure::Web::Mgmt::V2018_02_01::Models::UsageCollection - DomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection - PremierAddOnOfferCollection = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection - FileSystemHttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::FileSystemHttpLogsConfig - ResourceNameAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability - TldLegalAgreementCollection = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection - ResourceNameAvailabilityRequest = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest - PrivateAccessSubnet = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet - SkuInfos = Azure::Web::Mgmt::V2018_02_01::Models::SkuInfos - SiteSeal = Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal - StampCapacityCollection = Azure::Web::Mgmt::V2018_02_01::Models::StampCapacityCollection - SiteCloneability = Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneability - SourceControlCollection = Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection - SlotSwapStatus = Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus - ValidateRequest = Azure::Web::Mgmt::V2018_02_01::Models::ValidateRequest - SlowRequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger - ValidateResponseError = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError - VirtualDirectory = Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory - ValidateResponse = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse - HostNameSslState = Azure::Web::Mgmt::V2018_02_01::Models::HostNameSslState - SkuInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SkuInfoCollection - DefaultErrorResponseError = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError - SkuInfo = Azure::Web::Mgmt::V2018_02_01::Models::SkuInfo - CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties - MetricAvailabilily = Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailabilily - FunctionEnvelopeCollection = Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelopeCollection - FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::FileSystemApplicationLogsConfig - NameIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection - AzureTableStorageApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::AzureTableStorageApplicationLogsConfig - PerfMonCounterCollection = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonCounterCollection - AzureBlobStorageApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageApplicationLogsConfig - HttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig - ApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationLogsConfig - AutoHealRules = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules - AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageHttpLogsConfig - SkuDescription = Azure::Web::Mgmt::V2018_02_01::Models::SkuDescription - HostingEnvironmentDiagnostics = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics - Address = Azure::Web::Mgmt::V2018_02_01::Models::Address - DatabaseBackupSetting = Azure::Web::Mgmt::V2018_02_01::Models::DatabaseBackupSetting - TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption - AppServiceEnvironmentCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection - ApiDefinitionInfo = Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo - BackupItemCollection = Azure::Web::Mgmt::V2018_02_01::Models::BackupItemCollection - MetricAvailability = Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability - BackupSchedule = Azure::Web::Mgmt::V2018_02_01::Models::BackupSchedule - ProcessThreadInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfoCollection - AddressResponse = Azure::Web::Mgmt::V2018_02_01::Models::AddressResponse - SnapshotCollection = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotCollection - ConnStringValueTypePair = Azure::Web::Mgmt::V2018_02_01::Models::ConnStringValueTypePair - ConnStringInfo = Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo - WebJobCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebJobCollection - AppServiceCertificateResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource - AppServiceCertificateOrder = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder - AppServiceCertificateOrderPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource + StackMinorVersion = Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion + Solution = Azure::Web::Mgmt::V2018_02_01::Models::Solution AppServiceCertificatePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource - CertificateEmail = Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail - CertificateOrderAction = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction - ReissueCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest + DetectorAbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod + ResourceNameAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability + AbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod RenewCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest + VnetGateway = Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway VnetRoute = Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute VnetInfo = Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo - VnetGateway = Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway - User = Azure::Web::Mgmt::V2018_02_01::Models::User - Snapshot = Azure::Web::Mgmt::V2018_02_01::Models::Snapshot ResourceMetricDefinition = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinition - PushSettings = Azure::Web::Mgmt::V2018_02_01::Models::PushSettings - Identifier = Azure::Web::Mgmt::V2018_02_01::Models::Identifier + User = Azure::Web::Mgmt::V2018_02_01::Models::User HybridConnectionKey = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey HybridConnection = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection - DeletedSite = Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite + AppServiceCertificateOrder = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder + AppServiceCertificateOrderPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource + ConnStringInfo = Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo + CertificateEmail = Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail + CertificateOrderAction = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction + ReissueCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest + AnalysisDefinition = Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition Site = Azure::Web::Mgmt::V2018_02_01::Models::Site AppServicePlan = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan - Domain = Azure::Web::Mgmt::V2018_02_01::Models::Domain - DomainOwnershipIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier - DomainPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource - TopLevelDomain = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain - Certificate = Azure::Web::Mgmt::V2018_02_01::Models::Certificate - CertificatePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource - DetectorDefinition = Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition - AnalysisDefinition = Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition + PushSettings = Azure::Web::Mgmt::V2018_02_01::Models::PushSettings + DiagnosticDetectorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse DetectorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse - DiagnosticAnalysis = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis + Identifier = Azure::Web::Mgmt::V2018_02_01::Models::Identifier DiagnosticCategory = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory - DiagnosticDetectorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse - Recommendation = Azure::Web::Mgmt::V2018_02_01::Models::Recommendation - RecommendationRule = Azure::Web::Mgmt::V2018_02_01::Models::RecommendationRule + DetectorDefinition = Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition + CertificatePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource + DeletedSite = Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite + DiagnosticAnalysis = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis BillingMeter = Azure::Web::Mgmt::V2018_02_01::Models::BillingMeter GeoRegion = Azure::Web::Mgmt::V2018_02_01::Models::GeoRegion - PremierAddOnOffer = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer + Recommendation = Azure::Web::Mgmt::V2018_02_01::Models::Recommendation + RecommendationRule = Azure::Web::Mgmt::V2018_02_01::Models::RecommendationRule + DomainOwnershipIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier + DomainPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource + TopLevelDomain = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain + Operation = Azure::Web::Mgmt::V2018_02_01::Models::Operation SourceControl = Azure::Web::Mgmt::V2018_02_01::Models::SourceControl VnetParameters = Azure::Web::Mgmt::V2018_02_01::Models::VnetParameters VnetValidationTestFailure = Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure VnetValidationFailureDetails = Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationFailureDetails + SiteExtensionInfo = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo + PremierAddOnOffer = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer + SiteLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig + SitePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource + SitePhpErrorLogFlag = Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag + SiteSourceControl = Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl + LogSpecification = Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification + SlotDifference = Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference + ServiceSpecification = Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification + StorageMigrationResponse = Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse + StringDictionary = Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary AzureStoragePropertyDictionaryResource = Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource + DeletedAppRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest + PremierAddOnPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource + PrivateAccess = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess + SiteAuthSettings = Azure::Web::Mgmt::V2018_02_01::Models::SiteAuthSettings + SiteConfigResource = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource + SiteConfigurationSnapshotInfo = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo + CertificateOrderStatus = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus + SiteInstance = Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance + IpFilterTag = Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag + KeyVaultSecretStatus = Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus + ResourceHealthMetadata = Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata + ManagedServiceIdentityType = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentityType + SlotConfigNamesResource = Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource + ConnectionStringType = Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType + StorageMigrationOptions = Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions + ManagedPipelineMode = Azure::Web::Mgmt::V2018_02_01::Models::ManagedPipelineMode + SiteLoadBalancing = Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing + TriggeredJobRun = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun + ProcessInfo = Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfo + PublicCertificate = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificate + RestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::RestoreRequest + SwiftVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork + CertificateProductType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType + ScmType = Azure::Web::Mgmt::V2018_02_01::Models::ScmType + Certificate = Azure::Web::Mgmt::V2018_02_01::Models::Certificate + ProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState + AzureStorageType = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType + AzureStorageState = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState + FtpsState = Azure::Web::Mgmt::V2018_02_01::Models::FtpsState + RouteType = Azure::Web::Mgmt::V2018_02_01::Models::RouteType + SiteAvailabilityState = Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState + AutoHealActionType = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType + HostNameType = Azure::Web::Mgmt::V2018_02_01::Models::HostNameType + InternalLoadBalancingMode = Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode + ComputeModeOptions = Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions + WorkerSizeOptions = Azure::Web::Mgmt::V2018_02_01::Models::WorkerSizeOptions + SupportedTlsVersions = Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions + TriggeredJobHistory = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory + SnapshotRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest + WebJob = Azure::Web::Mgmt::V2018_02_01::Models::WebJob + NotificationLevel = Azure::Web::Mgmt::V2018_02_01::Models::NotificationLevel + StatusOptions = Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions + CertificateOrderActionType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType + InAvailabilityReasonType = Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType + CheckNameResourceTypes = Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes + ValidateResourceTypes = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes + AccessControlEntryAction = Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction + DomainStatus = Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus + SslState = Azure::Web::Mgmt::V2018_02_01::Models::SslState + HostType = Azure::Web::Mgmt::V2018_02_01::Models::HostType + UsageState = Azure::Web::Mgmt::V2018_02_01::Models::UsageState + Channels = Azure::Web::Mgmt::V2018_02_01::Models::Channels + AppServicePlanRestrictions = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions + HostingEnvironmentStatus = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus + MySqlMigrationType = Azure::Web::Mgmt::V2018_02_01::Models::MySqlMigrationType + IssueType = Azure::Web::Mgmt::V2018_02_01::Models::IssueType + AppServiceEnvironmentCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection + HostingEnvironmentDiagnostics = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics + AddressResponse = Azure::Web::Mgmt::V2018_02_01::Models::AddressResponse + SkuInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SkuInfoCollection + ResourceCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceCollection + WorkerPoolCollection = Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolCollection + HybridConnectionCollection = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionCollection + MetricAvailabilily = Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailabilily + SkuInfo = Azure::Web::Mgmt::V2018_02_01::Models::SkuInfo + UsageCollection = Azure::Web::Mgmt::V2018_02_01::Models::UsageCollection + StampCapacityCollection = Azure::Web::Mgmt::V2018_02_01::Models::StampCapacityCollection + AppServiceEnvironmentResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentResource + AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentPatchResource + MetricDefinition = Azure::Web::Mgmt::V2018_02_01::Models::MetricDefinition + WorkerPoolResource = Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolResource + AppServicePlanPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanPatchResource + HybridConnectionLimits = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionLimits + MSDeployProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployProvisioningState + PublicCertificateLocation = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation + UnauthenticatedClientAction = Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction + BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider + CloneAbilityResult = Azure::Web::Mgmt::V2018_02_01::Models::CloneAbilityResult + TriggeredWebJob = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob + TriggeredWebJobStatus = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobStatus + LogLevel = Azure::Web::Mgmt::V2018_02_01::Models::LogLevel + BackupItemStatus = Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus + SolutionType = Azure::Web::Mgmt::V2018_02_01::Models::SolutionType + RenderingType = Azure::Web::Mgmt::V2018_02_01::Models::RenderingType + ResourceScopeType = Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType + Contact = Azure::Web::Mgmt::V2018_02_01::Models::Contact + DnsType = Azure::Web::Mgmt::V2018_02_01::Models::DnsType + DomainType = Azure::Web::Mgmt::V2018_02_01::Models::DomainType + DnsVerificationTestResult = Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult + AzureResourceType = Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType + CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType + MSDeployLogEntryType = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntryType + SiteExtensionType = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType + DatabaseType = Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType + FrequencyUnit = Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit + BackupRestoreOperationType = Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType + ContinuousWebJobStatus = Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus + WebJobType = Azure::Web::Mgmt::V2018_02_01::Models::WebJobType + PublishingProfileFormat = Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat + SkuName = Azure::Web::Mgmt::V2018_02_01::Models::SkuName + Usage = Azure::Web::Mgmt::V2018_02_01::Models::Usage + Dimension = Azure::Web::Mgmt::V2018_02_01::Models::Dimension + MetricSpecification = Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification + OperationStatus = Azure::Web::Mgmt::V2018_02_01::Models::OperationStatus + Deployment = Azure::Web::Mgmt::V2018_02_01::Models::Deployment + Domain = Azure::Web::Mgmt::V2018_02_01::Models::Domain + Resource = Azure::Web::Mgmt::V2018_02_01::Models::Resource + Snapshot = Azure::Web::Mgmt::V2018_02_01::Models::Snapshot + AzureTableStorageApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::AzureTableStorageApplicationLogsConfig + ApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationLogsConfig + DatabaseBackupSetting = Azure::Web::Mgmt::V2018_02_01::Models::DatabaseBackupSetting + BackupItemCollection = Azure::Web::Mgmt::V2018_02_01::Models::BackupItemCollection + ProcessInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfoCollection + ConnStringValueTypePair = Azure::Web::Mgmt::V2018_02_01::Models::ConnStringValueTypePair + ProcessModuleInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfoCollection + ProcessThreadInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfoCollection + CsmPublishingProfileOptions = Azure::Web::Mgmt::V2018_02_01::Models::CsmPublishingProfileOptions + WebAppInstanceCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebAppInstanceCollection + PublicCertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateCollection + TriggeredWebJobCollection = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobCollection + EnabledConfig = Azure::Web::Mgmt::V2018_02_01::Models::EnabledConfig + TriggeredJobHistoryCollection = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistoryCollection + SnapshotCollection = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotCollection + SiteCloneabilityCriterion = Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneabilityCriterion + HostNameBindingCollection = Azure::Web::Mgmt::V2018_02_01::Models::HostNameBindingCollection + SiteCloneability = Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneability + PerfMonSet = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSet + PerfMonCounterCollection = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonCounterCollection + WebJobCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebJobCollection + ContinuousWebJobCollection = Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobCollection + FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::FileSystemApplicationLogsConfig + FileSystemHttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::FileSystemHttpLogsConfig + AzureBlobStorageApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageApplicationLogsConfig + AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageHttpLogsConfig + MSDeployLogEntry = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntry + BackupSchedule = Azure::Web::Mgmt::V2018_02_01::Models::BackupSchedule + PerfMonSample = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSample + SlotDifferenceCollection = Azure::Web::Mgmt::V2018_02_01::Models::SlotDifferenceCollection + DeploymentCollection = Azure::Web::Mgmt::V2018_02_01::Models::DeploymentCollection + HttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig + SiteConfigResourceCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResourceCollection + FunctionEnvelopeCollection = Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelopeCollection + PerfMonResponse = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonResponse + SiteConfigurationSnapshotInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfoCollection + CsmSlotEntity = Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity + SiteExtensionInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection BackupItem = Azure::Web::Mgmt::V2018_02_01::Models::BackupItem BackupRequest = Azure::Web::Mgmt::V2018_02_01::Models::BackupRequest ConnectionStringDictionary = Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringDictionary ContinuousWebJob = Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJob CustomHostnameAnalysisResult = Azure::Web::Mgmt::V2018_02_01::Models::CustomHostnameAnalysisResult - DeletedAppRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest - Deployment = Azure::Web::Mgmt::V2018_02_01::Models::Deployment FunctionEnvelope = Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelope FunctionSecrets = Azure::Web::Mgmt::V2018_02_01::Models::FunctionSecrets HostNameBinding = Azure::Web::Mgmt::V2018_02_01::Models::HostNameBinding @@ -261,108 +280,89 @@ module Models RelayServiceConnectionEntity = Azure::Web::Mgmt::V2018_02_01::Models::RelayServiceConnectionEntity NetworkFeatures = Azure::Web::Mgmt::V2018_02_01::Models::NetworkFeatures PremierAddOn = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOn - PremierAddOnPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource - PrivateAccess = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess ProcessThreadInfo = Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfo ProcessModuleInfo = Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfo - ProcessInfo = Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfo - PublicCertificate = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificate - RestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::RestoreRequest - SiteAuthSettings = Azure::Web::Mgmt::V2018_02_01::Models::SiteAuthSettings - SiteConfigResource = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource - SiteConfigurationSnapshotInfo = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo - SiteExtensionInfo = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo - SiteInstance = Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance - SiteLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig - SitePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource - SitePhpErrorLogFlag = Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag - SiteSourceControl = Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl - SlotConfigNamesResource = Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource - SlotDifference = Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference - SnapshotRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest - StorageMigrationOptions = Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions - StorageMigrationResponse = Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse - StringDictionary = Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary - SwiftVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork - TriggeredJobRun = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun - TriggeredJobHistory = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory - TriggeredWebJob = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob - WebJob = Azure::Web::Mgmt::V2018_02_01::Models::WebJob - AppServiceEnvironmentResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentResource - AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentPatchResource - MetricDefinition = Azure::Web::Mgmt::V2018_02_01::Models::MetricDefinition - Usage = Azure::Web::Mgmt::V2018_02_01::Models::Usage - WorkerPoolResource = Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolResource - AppServicePlanPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanPatchResource - HybridConnectionLimits = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionLimits - ResourceHealthMetadata = Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata - KeyVaultSecretStatus = Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus - CertificateProductType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType - ProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState - CertificateOrderStatus = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus - CertificateOrderActionType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType - RouteType = Azure::Web::Mgmt::V2018_02_01::Models::RouteType - ManagedServiceIdentityType = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentityType - IpFilterTag = Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag - AutoHealActionType = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType - ConnectionStringType = Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType - AzureStorageType = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType - AzureStorageState = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState - ScmType = Azure::Web::Mgmt::V2018_02_01::Models::ScmType - ManagedPipelineMode = Azure::Web::Mgmt::V2018_02_01::Models::ManagedPipelineMode - SiteLoadBalancing = Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing - SupportedTlsVersions = Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions - FtpsState = Azure::Web::Mgmt::V2018_02_01::Models::FtpsState - SslState = Azure::Web::Mgmt::V2018_02_01::Models::SslState - HostType = Azure::Web::Mgmt::V2018_02_01::Models::HostType - UsageState = Azure::Web::Mgmt::V2018_02_01::Models::UsageState - SiteAvailabilityState = Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState - StatusOptions = Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions - DomainStatus = Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus - AzureResourceType = Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType - CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType - HostNameType = Azure::Web::Mgmt::V2018_02_01::Models::HostNameType - DnsType = Azure::Web::Mgmt::V2018_02_01::Models::DnsType - DomainType = Azure::Web::Mgmt::V2018_02_01::Models::DomainType - HostingEnvironmentStatus = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus - InternalLoadBalancingMode = Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode - ComputeModeOptions = Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions - WorkerSizeOptions = Azure::Web::Mgmt::V2018_02_01::Models::WorkerSizeOptions - AccessControlEntryAction = Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction - OperationStatus = Azure::Web::Mgmt::V2018_02_01::Models::OperationStatus - IssueType = Azure::Web::Mgmt::V2018_02_01::Models::IssueType - SolutionType = Azure::Web::Mgmt::V2018_02_01::Models::SolutionType - RenderingType = Azure::Web::Mgmt::V2018_02_01::Models::RenderingType - ResourceScopeType = Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType - NotificationLevel = Azure::Web::Mgmt::V2018_02_01::Models::NotificationLevel - Channels = Azure::Web::Mgmt::V2018_02_01::Models::Channels - AppServicePlanRestrictions = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions - InAvailabilityReasonType = Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType - CheckNameResourceTypes = Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes - ValidateResourceTypes = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes - LogLevel = Azure::Web::Mgmt::V2018_02_01::Models::LogLevel - BackupItemStatus = Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus - DatabaseType = Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType - FrequencyUnit = Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit - ContinuousWebJobStatus = Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus - WebJobType = Azure::Web::Mgmt::V2018_02_01::Models::WebJobType - PublishingProfileFormat = Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat - DnsVerificationTestResult = Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult - MSDeployLogEntryType = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntryType - MSDeployProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployProvisioningState - MySqlMigrationType = Azure::Web::Mgmt::V2018_02_01::Models::MySqlMigrationType - PublicCertificateLocation = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation - BackupRestoreOperationType = Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType - UnauthenticatedClientAction = Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction - BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider - CloneAbilityResult = Azure::Web::Mgmt::V2018_02_01::Models::CloneAbilityResult - SiteExtensionType = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType - TriggeredWebJobStatus = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobStatus - SkuName = Azure::Web::Mgmt::V2018_02_01::Models::SkuName + TopLevelDomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection + CertificateDetails = Azure::Web::Mgmt::V2018_02_01::Models::CertificateDetails + AppServiceCertificateOrderCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection + SnapshotRecoverySource = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRecoverySource + SiteSealRequest = Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest + AppServiceCertificate = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate + ManagedServiceIdentity = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity + AzureStorageInfoValue = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue + DomainAvailablilityCheckResult = Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult + DomainControlCenterSsoRequest = Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest + DomainPurchaseConsent = Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent + DomainOwnershipIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection + TldLegalAgreement = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement + AppServiceCertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection + DomainRecommendationSearchParameters = Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters + PrivateAccessVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork + HostName = Azure::Web::Mgmt::V2018_02_01::Models::HostName + DomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection + NetworkTrace = Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace + DefaultErrorResponseErrorDetailsItem = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem + HostingEnvironmentProfile = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile + DefaultErrorResponseError = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError + Address = Azure::Web::Mgmt::V2018_02_01::Models::Address + CertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection + NameIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection + CsmOperationDisplay = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay + MetricAvailability = Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability + AppServiceCertificateResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource + TldLegalAgreementCollection = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection + DefaultErrorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse + SiteSeal = Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal + ResourceMetricAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability + SourceControlCollection = Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection + CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties + PrivateAccessSubnet = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet + CsmOperationDescription = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription + PremierAddOnOfferCollection = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection + ResourceNameAvailabilityRequest = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest + ApiDefinitionInfo = Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo + CloningInfo = Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo + CsmOperationCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection + LocalizableString = Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString + CsmUsageQuotaCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection + CsmUsageQuota = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota + TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption + SlowRequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger + AutoHealRules = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules + ErrorEntity = Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity + ApplicationStack = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack + StatusCodesBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger + AutoHealCustomAction = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction + RampUpRule = Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule + DeploymentLocations = Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations + ValidateResponse = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse + RequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger + HandlerMapping = Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping + VirtualDirectory = Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory + StackMajorVersion = Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion + SiteConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig + NameIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier + GlobalCsmSkuDescription = Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription + IdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection + ResourceMetricProperty = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty + ResourceMetric = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric + ResourceMetricValue = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue + SkuCapacity = Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity + VirtualNetworkProfile = Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile + ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection + ResourceMetricCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection + WebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection + NetworkAccessControlEntry = Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry + ValidateResponseError = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError + AppServicePlanCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection + DeletedWebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection + ResourceMetricName = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName + VirtualIPMapping = Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping + GeoRegionCollection = Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection end class WebManagementClass - attr_reader :app_service_certificate_orders, :certificate_registration_provider, :domains, :top_level_domains, :domain_registration_provider, :certificates, :deleted_web_apps, :diagnostics, :provider, :recommendations, :web_apps, :app_service_environments, :app_service_plans, :resource_health_metadata_operations, :configurable, :base_url, :options, :model_classes + attr_reader :deleted_web_apps, :diagnostics, :recommendations, :resource_health_metadata_operations, :provider, :app_service_certificate_orders, :certificate_registration_provider, :domains, :top_level_domains, :domain_registration_provider, :app_service_environments, :app_service_plans, :web_apps, :certificates, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -372,20 +372,20 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @deleted_web_apps = @client_0.deleted_web_apps + @diagnostics = @client_0.diagnostics + @recommendations = @client_0.recommendations + @resource_health_metadata_operations = @client_0.resource_health_metadata_operations + @provider = @client_0.provider @app_service_certificate_orders = @client_0.app_service_certificate_orders @certificate_registration_provider = @client_0.certificate_registration_provider @domains = @client_0.domains @top_level_domains = @client_0.top_level_domains @domain_registration_provider = @client_0.domain_registration_provider - @certificates = @client_0.certificates - @deleted_web_apps = @client_0.deleted_web_apps - @diagnostics = @client_0.diagnostics - @provider = @client_0.provider - @recommendations = @client_0.recommendations - @web_apps = @client_0.web_apps @app_service_environments = @client_0.app_service_environments @app_service_plans = @client_0.app_service_plans - @resource_health_metadata_operations = @client_0.resource_health_metadata_operations + @web_apps = @client_0.web_apps + @certificates = @client_0.certificates @model_classes = ModelClasses.new end @@ -401,668 +401,731 @@ def method_missing(method, *args) else super end - end - - class ModelClasses - def identifier_collection - Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection + end + + class ModelClasses + def slot_swap_status + Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus + end + def hosting_environment_deployment_info + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo + end + def cors_settings + Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings + end + def diagnostic_metric_sample + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSample + end + def auto_heal_triggers + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers + end + def diagnostic_metric_set + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet + end + def experiments + Azure::Web::Mgmt::V2018_02_01::Models::Experiments + end + def data_source + Azure::Web::Mgmt::V2018_02_01::Models::DataSource + end + def site_machine_key + Azure::Web::Mgmt::V2018_02_01::Models::SiteMachineKey + end + def response_meta_data + Azure::Web::Mgmt::V2018_02_01::Models::ResponseMetaData + end + def host_name_ssl_state + Azure::Web::Mgmt::V2018_02_01::Models::HostNameSslState + end + def analysis_data + Azure::Web::Mgmt::V2018_02_01::Models::AnalysisData end - def operation - Azure::Web::Mgmt::V2018_02_01::Models::Operation + def sku_description + Azure::Web::Mgmt::V2018_02_01::Models::SkuDescription end - def top_level_domain_collection - Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection + def csm_move_resource_envelope + Azure::Web::Mgmt::V2018_02_01::Models::CsmMoveResourceEnvelope end - def deployment_collection - Azure::Web::Mgmt::V2018_02_01::Models::DeploymentCollection + def worker_pool + Azure::Web::Mgmt::V2018_02_01::Models::WorkerPool end - def certificate_details - Azure::Web::Mgmt::V2018_02_01::Models::CertificateDetails + def data_table_response_column + Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseColumn end - def certificate_collection - Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection + def app_service_environment + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironment end - def app_service_certificate_order_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection + def data_table_response_object + Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseObject end - def snapshot_recovery_source - Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRecoverySource + def validate_request + Azure::Web::Mgmt::V2018_02_01::Models::ValidateRequest end - def process_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfoCollection + def detector_info + Azure::Web::Mgmt::V2018_02_01::Models::DetectorInfo end - def virtual_network_profile - Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile + def proxy_only_resource + Azure::Web::Mgmt::V2018_02_01::Models::ProxyOnlyResource end - def perf_mon_response - Azure::Web::Mgmt::V2018_02_01::Models::PerfMonResponse + def rendering + Azure::Web::Mgmt::V2018_02_01::Models::Rendering end - def worker_pool - Azure::Web::Mgmt::V2018_02_01::Models::WorkerPool + def auto_heal_actions + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActions end - def perf_mon_sample - Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSample + def diagnostic_data + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticData end - def virtual_ipmapping - Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping + def virtual_application + Azure::Web::Mgmt::V2018_02_01::Models::VirtualApplication end - def site_seal_request - Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest + def billing_meter_collection + Azure::Web::Mgmt::V2018_02_01::Models::BillingMeterCollection + end + def capability + Azure::Web::Mgmt::V2018_02_01::Models::Capability + end + def detector_response_collection + Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponseCollection end def stamp_capacity Azure::Web::Mgmt::V2018_02_01::Models::StampCapacity end - def process_module_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfoCollection + def resource_health_metadata_collection + Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadataCollection end - def network_access_control_entry - Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry + def sku_infos + Azure::Web::Mgmt::V2018_02_01::Models::SkuInfos end - def public_certificate_collection - Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateCollection + def diagnostic_analysis_collection + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysisCollection end - def app_service_environment - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironment + def site_limits + Azure::Web::Mgmt::V2018_02_01::Models::SiteLimits end - def resource_metric_availability - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability + def recommendation_collection + Azure::Web::Mgmt::V2018_02_01::Models::RecommendationCollection end - def app_service_plan_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection + def diagnostic_category_collection + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategoryCollection end - def site_config_resource_collection - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResourceCollection + def ip_security_restriction + Azure::Web::Mgmt::V2018_02_01::Models::IpSecurityRestriction end - def localizable_string - Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString + def diagnostic_detector_collection + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorCollection end - def site_configuration_snapshot_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfoCollection + def application_stack_collection + Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStackCollection end - def csm_usage_quota - Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota + def name_value_pair + Azure::Web::Mgmt::V2018_02_01::Models::NameValuePair end - def host_name_binding_collection - Azure::Web::Mgmt::V2018_02_01::Models::HostNameBindingCollection + def stack_minor_version + Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion end - def csm_usage_quota_collection - Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection + def solution + Azure::Web::Mgmt::V2018_02_01::Models::Solution end - def managed_service_identity - Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity + def app_service_certificate_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource end - def error_entity - Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity + def detector_abnormal_time_period + Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod end - def cloning_info - Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo + def resource_name_availability + Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability end - def app_service_certificate - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate + def abnormal_time_period + Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod end - def ip_security_restriction - Azure::Web::Mgmt::V2018_02_01::Models::IpSecurityRestriction + def renew_certificate_order_request + Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest end - def triggered_job_history_collection - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistoryCollection + def vnet_gateway + Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway end - def cors_settings - Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings + def vnet_route + Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute end - def resource_metric_name - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName + def vnet_info + Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo end - def auto_heal_actions - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActions + def resource_metric_definition + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinition end - def resource_metric_property - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty + def user + Azure::Web::Mgmt::V2018_02_01::Models::User end - def status_codes_based_trigger - Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger + def hybrid_connection_key + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey end - def resource_metric_value - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue + def hybrid_connection + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection end - def auto_heal_triggers - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers + def app_service_certificate_order + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder end - def resource_metric - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric + def app_service_certificate_order_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource end - def site_limits - Azure::Web::Mgmt::V2018_02_01::Models::SiteLimits + def conn_string_info + Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo end - def resource_metric_collection - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection + def certificate_email + Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail end - def experiments - Azure::Web::Mgmt::V2018_02_01::Models::Experiments + def certificate_order_action + Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction end - def resource_metric_definition_collection - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection + def reissue_certificate_order_request + Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest end - def virtual_application - Azure::Web::Mgmt::V2018_02_01::Models::VirtualApplication + def analysis_definition + Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition end - def web_app_collection - Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection + def site + Azure::Web::Mgmt::V2018_02_01::Models::Site end - def site_machine_key - Azure::Web::Mgmt::V2018_02_01::Models::SiteMachineKey + def app_service_plan + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan end - def deleted_web_app_collection - Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection + def push_settings + Azure::Web::Mgmt::V2018_02_01::Models::PushSettings end - def azure_storage_info_value - Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue + def diagnostic_detector_response + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse end - def solution - Azure::Web::Mgmt::V2018_02_01::Models::Solution + def detector_response + Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse end - def site_config - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig + def identifier + Azure::Web::Mgmt::V2018_02_01::Models::Identifier end - def detector_abnormal_time_period - Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod + def diagnostic_category + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory + end + def detector_definition + Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition + end + def certificate_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource + end + def deleted_site + Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite + end + def diagnostic_analysis + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis + end + def billing_meter + Azure::Web::Mgmt::V2018_02_01::Models::BillingMeter + end + def geo_region + Azure::Web::Mgmt::V2018_02_01::Models::GeoRegion + end + def recommendation + Azure::Web::Mgmt::V2018_02_01::Models::Recommendation + end + def recommendation_rule + Azure::Web::Mgmt::V2018_02_01::Models::RecommendationRule + end + def domain_ownership_identifier + Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier + end + def domain_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource + end + def top_level_domain + Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain + end + def operation + Azure::Web::Mgmt::V2018_02_01::Models::Operation end - def site_extension_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection + def source_control + Azure::Web::Mgmt::V2018_02_01::Models::SourceControl end - def abnormal_time_period - Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod + def vnet_parameters + Azure::Web::Mgmt::V2018_02_01::Models::VnetParameters end - def sku_capacity - Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity + def vnet_validation_test_failure + Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure end - def triggered_web_job_collection - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobCollection + def vnet_validation_failure_details + Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationFailureDetails end - def slot_difference_collection - Azure::Web::Mgmt::V2018_02_01::Models::SlotDifferenceCollection + def site_extension_info + Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo end - def diagnostic_metric_sample - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSample + def premier_add_on_offer + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer end - def default_error_response_error_details_item - Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem + def site_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig end - def diagnostic_metric_set - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet + def site_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource end - def default_error_response - Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse + def site_php_error_log_flag + Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag end - def data_source - Azure::Web::Mgmt::V2018_02_01::Models::DataSource + def site_source_control + Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl end def log_specification Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification end - def response_meta_data - Azure::Web::Mgmt::V2018_02_01::Models::ResponseMetaData - end - def dimension - Azure::Web::Mgmt::V2018_02_01::Models::Dimension - end - def analysis_data - Azure::Web::Mgmt::V2018_02_01::Models::AnalysisData + def slot_difference + Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference end def service_specification Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification end - def csm_slot_entity - Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity - end - def csm_operation_display - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay - end - def data_table_response_column - Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseColumn + def storage_migration_response + Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse end - def csm_operation_collection - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection + def string_dictionary + Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary end - def data_table_response_object - Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseObject + def azure_storage_property_dictionary_resource + Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource end - def contact - Azure::Web::Mgmt::V2018_02_01::Models::Contact + def deleted_app_restore_request + Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest end - def detector_info - Azure::Web::Mgmt::V2018_02_01::Models::DetectorInfo + def premier_add_on_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource end - def domain_purchase_consent - Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent + def private_access + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess end - def rendering - Azure::Web::Mgmt::V2018_02_01::Models::Rendering + def site_auth_settings + Azure::Web::Mgmt::V2018_02_01::Models::SiteAuthSettings end - def domain_availablility_check_result - Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult + def site_config_resource + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource end - def diagnostic_data - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticData + def site_configuration_snapshot_info + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo end - def domain_control_center_sso_request - Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest + def certificate_order_status + Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus end - def csm_publishing_profile_options - Azure::Web::Mgmt::V2018_02_01::Models::CsmPublishingProfileOptions + def site_instance + Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance end - def domain_ownership_identifier_collection - Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection + def ip_filter_tag + Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag end - def detector_response_collection - Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponseCollection + def key_vault_secret_status + Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus end - def domain_recommendation_search_parameters - Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters + def resource_health_metadata + Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata end - def continuous_web_job_collection - Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobCollection + def managed_service_identity_type + Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentityType end - def tld_legal_agreement - Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement + def slot_config_names_resource + Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource end - def diagnostic_analysis_collection - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysisCollection + def connection_string_type + Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType end - def enabled_config - Azure::Web::Mgmt::V2018_02_01::Models::EnabledConfig + def storage_migration_options + Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions end - def web_app_instance_collection - Azure::Web::Mgmt::V2018_02_01::Models::WebAppInstanceCollection + def managed_pipeline_mode + Azure::Web::Mgmt::V2018_02_01::Models::ManagedPipelineMode end - def app_service_certificate_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection + def site_load_balancing + Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing end - def diagnostic_category_collection - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategoryCollection + def triggered_job_run + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun end - def private_access_virtual_network - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork + def process_info + Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfo end - def diagnostic_detector_collection - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorCollection + def public_certificate + Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificate end - def perf_mon_set - Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSet + def restore_request + Azure::Web::Mgmt::V2018_02_01::Models::RestoreRequest end - def network_trace - Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace + def swift_virtual_network + Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork end - def stack_minor_version - Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion + def certificate_product_type + Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType end - def site_cloneability_criterion - Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneabilityCriterion + def scm_type + Azure::Web::Mgmt::V2018_02_01::Models::ScmType end - def stack_major_version - Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion + def certificate + Azure::Web::Mgmt::V2018_02_01::Models::Certificate end - def msdeploy_log_entry - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntry + def provisioning_state + Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState end - def application_stack - Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack + def azure_storage_type + Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType end - def proxy_only_resource - Azure::Web::Mgmt::V2018_02_01::Models::ProxyOnlyResource + def azure_storage_state + Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState end - def application_stack_collection - Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStackCollection + def ftps_state + Azure::Web::Mgmt::V2018_02_01::Models::FtpsState end - def hosting_environment_profile - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile + def route_type + Azure::Web::Mgmt::V2018_02_01::Models::RouteType end - def resource_health_metadata_collection - Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadataCollection + def site_availability_state + Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState end - def auto_heal_custom_action - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction + def auto_heal_action_type + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType end - def recommendation_collection - Azure::Web::Mgmt::V2018_02_01::Models::RecommendationCollection + def host_name_type + Azure::Web::Mgmt::V2018_02_01::Models::HostNameType end - def requests_based_trigger - Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger + def internal_load_balancing_mode + Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode end - def resource_collection - Azure::Web::Mgmt::V2018_02_01::Models::ResourceCollection + def compute_mode_options + Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions end - def ramp_up_rule - Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule + def worker_size_options + Azure::Web::Mgmt::V2018_02_01::Models::WorkerSizeOptions end - def hybrid_connection_collection - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionCollection + def supported_tls_versions + Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions end - def handler_mapping - Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping + def triggered_job_history + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory end - def billing_meter_collection - Azure::Web::Mgmt::V2018_02_01::Models::BillingMeterCollection + def snapshot_restore_request + Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest end - def name_value_pair - Azure::Web::Mgmt::V2018_02_01::Models::NameValuePair + def web_job + Azure::Web::Mgmt::V2018_02_01::Models::WebJob end - def csm_move_resource_envelope - Azure::Web::Mgmt::V2018_02_01::Models::CsmMoveResourceEnvelope + def notification_level + Azure::Web::Mgmt::V2018_02_01::Models::NotificationLevel end - def capability - Azure::Web::Mgmt::V2018_02_01::Models::Capability + def status_options + Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions end - def worker_pool_collection - Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolCollection + def certificate_order_action_type + Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType end - def resource - Azure::Web::Mgmt::V2018_02_01::Models::Resource + def in_availability_reason_type + Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType end - def hosting_environment_deployment_info - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo + def check_name_resource_types + Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes end - def name_identifier - Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier + def validate_resource_types + Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes end - def deployment_locations - Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations + def access_control_entry_action + Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction end - def metric_specification - Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification + def domain_status + Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus end - def geo_region_collection - Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection + def ssl_state + Azure::Web::Mgmt::V2018_02_01::Models::SslState end - def csm_operation_description - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription + def host_type + Azure::Web::Mgmt::V2018_02_01::Models::HostType end - def global_csm_sku_description - Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription + def usage_state + Azure::Web::Mgmt::V2018_02_01::Models::UsageState end - def host_name - Azure::Web::Mgmt::V2018_02_01::Models::HostName + def channels + Azure::Web::Mgmt::V2018_02_01::Models::Channels end - def usage_collection - Azure::Web::Mgmt::V2018_02_01::Models::UsageCollection + def app_service_plan_restrictions + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions end - def domain_collection - Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection + def hosting_environment_status + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus end - def premier_add_on_offer_collection - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection + def my_sql_migration_type + Azure::Web::Mgmt::V2018_02_01::Models::MySqlMigrationType end - def file_system_http_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::FileSystemHttpLogsConfig + def issue_type + Azure::Web::Mgmt::V2018_02_01::Models::IssueType end - def resource_name_availability - Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability + def app_service_environment_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection end - def tld_legal_agreement_collection - Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection + def hosting_environment_diagnostics + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics end - def resource_name_availability_request - Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest + def address_response + Azure::Web::Mgmt::V2018_02_01::Models::AddressResponse end - def private_access_subnet - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet + def sku_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::SkuInfoCollection end - def sku_infos - Azure::Web::Mgmt::V2018_02_01::Models::SkuInfos + def resource_collection + Azure::Web::Mgmt::V2018_02_01::Models::ResourceCollection end - def site_seal - Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal + def worker_pool_collection + Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolCollection end - def stamp_capacity_collection - Azure::Web::Mgmt::V2018_02_01::Models::StampCapacityCollection + def hybrid_connection_collection + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionCollection end - def site_cloneability - Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneability + def metric_availabilily + Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailabilily end - def source_control_collection - Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection + def sku_info + Azure::Web::Mgmt::V2018_02_01::Models::SkuInfo end - def slot_swap_status - Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus + def usage_collection + Azure::Web::Mgmt::V2018_02_01::Models::UsageCollection end - def validate_request - Azure::Web::Mgmt::V2018_02_01::Models::ValidateRequest + def stamp_capacity_collection + Azure::Web::Mgmt::V2018_02_01::Models::StampCapacityCollection end - def slow_requests_based_trigger - Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger + def app_service_environment_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentResource end - def validate_response_error - Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError + def app_service_environment_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentPatchResource end - def virtual_directory - Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory + def metric_definition + Azure::Web::Mgmt::V2018_02_01::Models::MetricDefinition end - def validate_response - Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse + def worker_pool_resource + Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolResource end - def host_name_ssl_state - Azure::Web::Mgmt::V2018_02_01::Models::HostNameSslState + def app_service_plan_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanPatchResource end - def sku_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::SkuInfoCollection + def hybrid_connection_limits + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionLimits end - def default_error_response_error - Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError + def msdeploy_provisioning_state + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployProvisioningState end - def sku_info - Azure::Web::Mgmt::V2018_02_01::Models::SkuInfo + def public_certificate_location + Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation end - def csm_operation_description_properties - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties + def unauthenticated_client_action + Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction end - def metric_availabilily - Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailabilily + def built_in_authentication_provider + Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider end - def function_envelope_collection - Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelopeCollection + def clone_ability_result + Azure::Web::Mgmt::V2018_02_01::Models::CloneAbilityResult end - def file_system_application_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::FileSystemApplicationLogsConfig + def triggered_web_job + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob end - def name_identifier_collection - Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection + def triggered_web_job_status + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobStatus end - def azure_table_storage_application_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::AzureTableStorageApplicationLogsConfig + def log_level + Azure::Web::Mgmt::V2018_02_01::Models::LogLevel end - def perf_mon_counter_collection - Azure::Web::Mgmt::V2018_02_01::Models::PerfMonCounterCollection + def backup_item_status + Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus end - def azure_blob_storage_application_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageApplicationLogsConfig + def solution_type + Azure::Web::Mgmt::V2018_02_01::Models::SolutionType end - def http_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig + def rendering_type + Azure::Web::Mgmt::V2018_02_01::Models::RenderingType end - def application_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::ApplicationLogsConfig + def resource_scope_type + Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType end - def auto_heal_rules - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules + def contact + Azure::Web::Mgmt::V2018_02_01::Models::Contact end - def azure_blob_storage_http_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageHttpLogsConfig + def dns_type + Azure::Web::Mgmt::V2018_02_01::Models::DnsType end - def sku_description - Azure::Web::Mgmt::V2018_02_01::Models::SkuDescription + def domain_type + Azure::Web::Mgmt::V2018_02_01::Models::DomainType end - def hosting_environment_diagnostics - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics + def dns_verification_test_result + Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult end - def address - Azure::Web::Mgmt::V2018_02_01::Models::Address + def azure_resource_type + Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType end - def database_backup_setting - Azure::Web::Mgmt::V2018_02_01::Models::DatabaseBackupSetting + def custom_host_name_dns_record_type + Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType end - def top_level_domain_agreement_option - Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption + def msdeploy_log_entry_type + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntryType end - def app_service_environment_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection + def site_extension_type + Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType end - def api_definition_info - Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo + def database_type + Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType end - def backup_item_collection - Azure::Web::Mgmt::V2018_02_01::Models::BackupItemCollection + def frequency_unit + Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit end - def metric_availability - Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability + def backup_restore_operation_type + Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType end - def backup_schedule - Azure::Web::Mgmt::V2018_02_01::Models::BackupSchedule + def continuous_web_job_status + Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus end - def process_thread_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfoCollection + def web_job_type + Azure::Web::Mgmt::V2018_02_01::Models::WebJobType end - def address_response - Azure::Web::Mgmt::V2018_02_01::Models::AddressResponse + def publishing_profile_format + Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat end - def snapshot_collection - Azure::Web::Mgmt::V2018_02_01::Models::SnapshotCollection + def sku_name + Azure::Web::Mgmt::V2018_02_01::Models::SkuName end - def conn_string_value_type_pair - Azure::Web::Mgmt::V2018_02_01::Models::ConnStringValueTypePair + def usage + Azure::Web::Mgmt::V2018_02_01::Models::Usage end - def conn_string_info - Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo + def dimension + Azure::Web::Mgmt::V2018_02_01::Models::Dimension end - def web_job_collection - Azure::Web::Mgmt::V2018_02_01::Models::WebJobCollection + def metric_specification + Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification end - def app_service_certificate_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource + def operation_status + Azure::Web::Mgmt::V2018_02_01::Models::OperationStatus end - def app_service_certificate_order - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder + def deployment + Azure::Web::Mgmt::V2018_02_01::Models::Deployment end - def app_service_certificate_order_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource + def domain + Azure::Web::Mgmt::V2018_02_01::Models::Domain end - def app_service_certificate_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource + def resource + Azure::Web::Mgmt::V2018_02_01::Models::Resource end - def certificate_email - Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail + def snapshot + Azure::Web::Mgmt::V2018_02_01::Models::Snapshot end - def certificate_order_action - Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction + def azure_table_storage_application_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::AzureTableStorageApplicationLogsConfig end - def reissue_certificate_order_request - Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest + def application_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::ApplicationLogsConfig end - def renew_certificate_order_request - Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest + def database_backup_setting + Azure::Web::Mgmt::V2018_02_01::Models::DatabaseBackupSetting end - def vnet_route - Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute + def backup_item_collection + Azure::Web::Mgmt::V2018_02_01::Models::BackupItemCollection end - def vnet_info - Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo + def process_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfoCollection end - def vnet_gateway - Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway + def conn_string_value_type_pair + Azure::Web::Mgmt::V2018_02_01::Models::ConnStringValueTypePair end - def user - Azure::Web::Mgmt::V2018_02_01::Models::User + def process_module_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfoCollection end - def snapshot - Azure::Web::Mgmt::V2018_02_01::Models::Snapshot + def process_thread_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfoCollection end - def resource_metric_definition - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinition + def csm_publishing_profile_options + Azure::Web::Mgmt::V2018_02_01::Models::CsmPublishingProfileOptions end - def push_settings - Azure::Web::Mgmt::V2018_02_01::Models::PushSettings + def web_app_instance_collection + Azure::Web::Mgmt::V2018_02_01::Models::WebAppInstanceCollection end - def identifier - Azure::Web::Mgmt::V2018_02_01::Models::Identifier + def public_certificate_collection + Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateCollection end - def hybrid_connection_key - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey + def triggered_web_job_collection + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobCollection end - def hybrid_connection - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection + def enabled_config + Azure::Web::Mgmt::V2018_02_01::Models::EnabledConfig end - def deleted_site - Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite + def triggered_job_history_collection + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistoryCollection end - def site - Azure::Web::Mgmt::V2018_02_01::Models::Site + def snapshot_collection + Azure::Web::Mgmt::V2018_02_01::Models::SnapshotCollection end - def app_service_plan - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan + def site_cloneability_criterion + Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneabilityCriterion end - def domain - Azure::Web::Mgmt::V2018_02_01::Models::Domain + def host_name_binding_collection + Azure::Web::Mgmt::V2018_02_01::Models::HostNameBindingCollection end - def domain_ownership_identifier - Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier + def site_cloneability + Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneability end - def domain_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource + def perf_mon_set + Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSet end - def top_level_domain - Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain + def perf_mon_counter_collection + Azure::Web::Mgmt::V2018_02_01::Models::PerfMonCounterCollection end - def certificate - Azure::Web::Mgmt::V2018_02_01::Models::Certificate + def web_job_collection + Azure::Web::Mgmt::V2018_02_01::Models::WebJobCollection end - def certificate_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource + def continuous_web_job_collection + Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobCollection end - def detector_definition - Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition + def file_system_application_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::FileSystemApplicationLogsConfig end - def analysis_definition - Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition + def file_system_http_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::FileSystemHttpLogsConfig end - def detector_response - Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse + def azure_blob_storage_application_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageApplicationLogsConfig end - def diagnostic_analysis - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis + def azure_blob_storage_http_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageHttpLogsConfig end - def diagnostic_category - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory + def msdeploy_log_entry + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntry end - def diagnostic_detector_response - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse + def backup_schedule + Azure::Web::Mgmt::V2018_02_01::Models::BackupSchedule end - def recommendation - Azure::Web::Mgmt::V2018_02_01::Models::Recommendation + def perf_mon_sample + Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSample end - def recommendation_rule - Azure::Web::Mgmt::V2018_02_01::Models::RecommendationRule + def slot_difference_collection + Azure::Web::Mgmt::V2018_02_01::Models::SlotDifferenceCollection end - def billing_meter - Azure::Web::Mgmt::V2018_02_01::Models::BillingMeter + def deployment_collection + Azure::Web::Mgmt::V2018_02_01::Models::DeploymentCollection end - def geo_region - Azure::Web::Mgmt::V2018_02_01::Models::GeoRegion + def http_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig end - def premier_add_on_offer - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer + def site_config_resource_collection + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResourceCollection end - def source_control - Azure::Web::Mgmt::V2018_02_01::Models::SourceControl + def function_envelope_collection + Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelopeCollection end - def vnet_parameters - Azure::Web::Mgmt::V2018_02_01::Models::VnetParameters + def perf_mon_response + Azure::Web::Mgmt::V2018_02_01::Models::PerfMonResponse end - def vnet_validation_test_failure - Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure + def site_configuration_snapshot_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfoCollection end - def vnet_validation_failure_details - Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationFailureDetails + def csm_slot_entity + Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity end - def azure_storage_property_dictionary_resource - Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource + def site_extension_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection end def backup_item Azure::Web::Mgmt::V2018_02_01::Models::BackupItem @@ -1079,12 +1142,6 @@ def continuous_web_job def custom_hostname_analysis_result Azure::Web::Mgmt::V2018_02_01::Models::CustomHostnameAnalysisResult end - def deleted_app_restore_request - Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest - end - def deployment - Azure::Web::Mgmt::V2018_02_01::Models::Deployment - end def function_envelope Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelope end @@ -1118,299 +1175,242 @@ def network_features def premier_add_on Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOn end - def premier_add_on_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource - end - def private_access - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess - end def process_thread_info Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfo end def process_module_info Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfo end - def process_info - Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfo - end - def public_certificate - Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificate - end - def restore_request - Azure::Web::Mgmt::V2018_02_01::Models::RestoreRequest - end - def site_auth_settings - Azure::Web::Mgmt::V2018_02_01::Models::SiteAuthSettings - end - def site_config_resource - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource - end - def site_configuration_snapshot_info - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo - end - def site_extension_info - Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo - end - def site_instance - Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance - end - def site_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig - end - def site_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource - end - def site_php_error_log_flag - Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag - end - def site_source_control - Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl - end - def slot_config_names_resource - Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource - end - def slot_difference - Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference - end - def snapshot_restore_request - Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest - end - def storage_migration_options - Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions - end - def storage_migration_response - Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse - end - def string_dictionary - Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary + def top_level_domain_collection + Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection end - def swift_virtual_network - Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork + def certificate_details + Azure::Web::Mgmt::V2018_02_01::Models::CertificateDetails end - def triggered_job_run - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun + def app_service_certificate_order_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection end - def triggered_job_history - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory + def snapshot_recovery_source + Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRecoverySource end - def triggered_web_job - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob + def site_seal_request + Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest end - def web_job - Azure::Web::Mgmt::V2018_02_01::Models::WebJob + def app_service_certificate + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate end - def app_service_environment_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentResource + def managed_service_identity + Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity end - def app_service_environment_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentPatchResource + def azure_storage_info_value + Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue end - def metric_definition - Azure::Web::Mgmt::V2018_02_01::Models::MetricDefinition + def domain_availablility_check_result + Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult end - def usage - Azure::Web::Mgmt::V2018_02_01::Models::Usage + def domain_control_center_sso_request + Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest end - def worker_pool_resource - Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolResource + def domain_purchase_consent + Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent end - def app_service_plan_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanPatchResource + def domain_ownership_identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection end - def hybrid_connection_limits - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionLimits + def tld_legal_agreement + Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement end - def resource_health_metadata - Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata + def app_service_certificate_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection end - def key_vault_secret_status - Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus + def domain_recommendation_search_parameters + Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters end - def certificate_product_type - Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType + def private_access_virtual_network + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork end - def provisioning_state - Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState + def host_name + Azure::Web::Mgmt::V2018_02_01::Models::HostName end - def certificate_order_status - Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus + def domain_collection + Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection end - def certificate_order_action_type - Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType + def network_trace + Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace end - def route_type - Azure::Web::Mgmt::V2018_02_01::Models::RouteType + def default_error_response_error_details_item + Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem end - def managed_service_identity_type - Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentityType + def hosting_environment_profile + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile end - def ip_filter_tag - Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag + def default_error_response_error + Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError end - def auto_heal_action_type - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType + def address + Azure::Web::Mgmt::V2018_02_01::Models::Address end - def connection_string_type - Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType + def certificate_collection + Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection end - def azure_storage_type - Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType + def name_identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection end - def azure_storage_state - Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState + def csm_operation_display + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay end - def scm_type - Azure::Web::Mgmt::V2018_02_01::Models::ScmType + def metric_availability + Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability end - def managed_pipeline_mode - Azure::Web::Mgmt::V2018_02_01::Models::ManagedPipelineMode + def app_service_certificate_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource end - def site_load_balancing - Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing + def tld_legal_agreement_collection + Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection end - def supported_tls_versions - Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions + def default_error_response + Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse end - def ftps_state - Azure::Web::Mgmt::V2018_02_01::Models::FtpsState + def site_seal + Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal end - def ssl_state - Azure::Web::Mgmt::V2018_02_01::Models::SslState + def resource_metric_availability + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability end - def host_type - Azure::Web::Mgmt::V2018_02_01::Models::HostType + def source_control_collection + Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection end - def usage_state - Azure::Web::Mgmt::V2018_02_01::Models::UsageState + def csm_operation_description_properties + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties end - def site_availability_state - Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState + def private_access_subnet + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet end - def status_options - Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions + def csm_operation_description + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription end - def domain_status - Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus + def premier_add_on_offer_collection + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection end - def azure_resource_type - Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType + def resource_name_availability_request + Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest end - def custom_host_name_dns_record_type - Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType + def api_definition_info + Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo end - def host_name_type - Azure::Web::Mgmt::V2018_02_01::Models::HostNameType + def cloning_info + Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo end - def dns_type - Azure::Web::Mgmt::V2018_02_01::Models::DnsType + def csm_operation_collection + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection end - def domain_type - Azure::Web::Mgmt::V2018_02_01::Models::DomainType + def localizable_string + Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString end - def hosting_environment_status - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus + def csm_usage_quota_collection + Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection end - def internal_load_balancing_mode - Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode + def csm_usage_quota + Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota end - def compute_mode_options - Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions + def top_level_domain_agreement_option + Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption end - def worker_size_options - Azure::Web::Mgmt::V2018_02_01::Models::WorkerSizeOptions + def slow_requests_based_trigger + Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger end - def access_control_entry_action - Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction + def auto_heal_rules + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules end - def operation_status - Azure::Web::Mgmt::V2018_02_01::Models::OperationStatus + def error_entity + Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity end - def issue_type - Azure::Web::Mgmt::V2018_02_01::Models::IssueType + def application_stack + Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack end - def solution_type - Azure::Web::Mgmt::V2018_02_01::Models::SolutionType + def status_codes_based_trigger + Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger end - def rendering_type - Azure::Web::Mgmt::V2018_02_01::Models::RenderingType + def auto_heal_custom_action + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction end - def resource_scope_type - Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType + def ramp_up_rule + Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule end - def notification_level - Azure::Web::Mgmt::V2018_02_01::Models::NotificationLevel + def deployment_locations + Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations end - def channels - Azure::Web::Mgmt::V2018_02_01::Models::Channels + def validate_response + Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse end - def app_service_plan_restrictions - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions + def requests_based_trigger + Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger end - def in_availability_reason_type - Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType + def handler_mapping + Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping end - def check_name_resource_types - Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes + def virtual_directory + Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory end - def validate_resource_types - Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes + def stack_major_version + Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion end - def log_level - Azure::Web::Mgmt::V2018_02_01::Models::LogLevel + def site_config + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig end - def backup_item_status - Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus + def name_identifier + Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier end - def database_type - Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType + def global_csm_sku_description + Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription end - def frequency_unit - Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit + def identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection end - def continuous_web_job_status - Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus + def resource_metric_property + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty end - def web_job_type - Azure::Web::Mgmt::V2018_02_01::Models::WebJobType + def resource_metric + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric end - def publishing_profile_format - Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat + def resource_metric_value + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue end - def dns_verification_test_result - Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult + def sku_capacity + Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity end - def msdeploy_log_entry_type - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntryType + def virtual_network_profile + Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile end - def msdeploy_provisioning_state - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployProvisioningState + def resource_metric_definition_collection + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection end - def my_sql_migration_type - Azure::Web::Mgmt::V2018_02_01::Models::MySqlMigrationType + def resource_metric_collection + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection end - def public_certificate_location - Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation + def web_app_collection + Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection end - def backup_restore_operation_type - Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType + def network_access_control_entry + Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry end - def unauthenticated_client_action - Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction + def validate_response_error + Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError end - def built_in_authentication_provider - Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider + def app_service_plan_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection end - def clone_ability_result - Azure::Web::Mgmt::V2018_02_01::Models::CloneAbilityResult + def deleted_web_app_collection + Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection end - def site_extension_type - Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType + def resource_metric_name + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName end - def triggered_web_job_status - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobStatus + def virtual_ipmapping + Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping end - def sku_name - Azure::Web::Mgmt::V2018_02_01::Models::SkuName + def geo_region_collection + Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection end end end diff --git a/azure_sdk/lib/latest/modules/websearch_profile_module.rb b/azure_sdk/lib/latest/modules/websearch_profile_module.rb index 55a3a0b7ee..fa51a83f1e 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 - RankingRankingItem = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem - RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup - WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag - RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse - WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping - Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error - Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query - TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation + StructuredValue = Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images + Videos = Azure::CognitiveServices::WebSearch::V1_0::Models::Videos + AnswerType = Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType + NewsArticle = Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle + Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response + News = Azure::CognitiveServices::WebSearch::V1_0::Models::News ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext - ImageObject = Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject - CreativeWork = Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork - WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage - NewsArticle = Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle + Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject - Identifiable = Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable - Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response + WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage + RankingRankingItem = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse - Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing - Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + Identifiable = Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable + Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer + Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing + CreativeWork = Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork + TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer + RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse + WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone + SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch + RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup + SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer - Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images - News = Azure::CognitiveServices::WebSearch::V1_0::Models::News + Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article + ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer - SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions - TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone - Videos = Azure::CognitiveServices::WebSearch::V1_0::Models::Videos + WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag + TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat + ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode + Freshness = Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness + ImageObject = Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject Places = Azure::CognitiveServices::WebSearch::V1_0::Models::Places ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible + Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error MediaObject = Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject - Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article - StructuredValue = Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue - AnswerType = Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType - ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode - Freshness = Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness - SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch - TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat end class WebSearchDataClass @@ -82,29 +82,26 @@ def method_missing(method, *args) end class ModelClasses - def ranking_ranking_item - Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem - end - def ranking_ranking_group - Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup + def structured_value + Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue end - def web_meta_tag - Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag + def images + Azure::CognitiveServices::WebSearch::V1_0::Models::Images end - def ranking_ranking_response - Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse + def videos + Azure::CognitiveServices::WebSearch::V1_0::Models::Videos end - def web_web_grouping - Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + def answer_type + Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType end - def error - Azure::CognitiveServices::WebSearch::V1_0::Models::Error + def news_article + Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle end - def query - Azure::CognitiveServices::WebSearch::V1_0::Models::Query + def response + Azure::CognitiveServices::WebSearch::V1_0::Models::Response end - def time_zone_time_zone_information - Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation + def news + Azure::CognitiveServices::WebSearch::V1_0::Models::News end def response_base Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase @@ -112,98 +109,101 @@ def response_base def query_context Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext end - def image_object - Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject + def query + Azure::CognitiveServices::WebSearch::V1_0::Models::Query end - def creative_work - Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork + def video_object + Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject end def web_page Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage end - def news_article - Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle + def ranking_ranking_item + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem end - def video_object - Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject + def search_response + Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse + end + def computation + Azure::CognitiveServices::WebSearch::V1_0::Models::Computation end def identifiable Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable end - def response - Azure::CognitiveServices::WebSearch::V1_0::Models::Response - end - def search_response - Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse + def answer + Azure::CognitiveServices::WebSearch::V1_0::Models::Answer end def thing Azure::CognitiveServices::WebSearch::V1_0::Models::Thing end - def answer - Azure::CognitiveServices::WebSearch::V1_0::Models::Answer + def creative_work + Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork end - def computation - Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + def time_zone_time_zone_information + Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation end def search_results_answer Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer end - def web_web_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer - end - def images - Azure::CognitiveServices::WebSearch::V1_0::Models::Images - end - def news - Azure::CognitiveServices::WebSearch::V1_0::Models::News - end - def related_searches_related_search_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer + def ranking_ranking_response + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse end - def spell_suggestions - Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions + def web_web_grouping + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping end def time_zone Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone end - def videos - Azure::CognitiveServices::WebSearch::V1_0::Models::Videos - end - def places - Azure::CognitiveServices::WebSearch::V1_0::Models::Places + def safe_search + Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch end - def error_response - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + def ranking_ranking_group + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup end - def intangible - Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible + def spell_suggestions + Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions end - def media_object - Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + def web_web_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer end def article Azure::CognitiveServices::WebSearch::V1_0::Models::Article end - def structured_value - Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue - end - def answer_type - Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType - end def error_code Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode end + def related_searches_related_search_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer + end + def web_meta_tag + Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag + end + def text_format + Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat + end def error_sub_code Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode end def freshness Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness end - def safe_search - Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch + def image_object + Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject end - def text_format - Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat + def places + Azure::CognitiveServices::WebSearch::V1_0::Models::Places + end + def error_response + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + end + def intangible + Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible + end + def error + Azure::CognitiveServices::WebSearch::V1_0::Models::Error + end + def media_object + Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject 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 3d49eb5831..1fa9703c7e 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,8 +7,6 @@ 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 @@ -16,82 +14,57 @@ module Mgmt VirtualMachineSizes = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineSizes VirtualMachineScaleSets = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineScaleSets VirtualMachineScaleSetVMs = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineScaleSetVMs + AvailabilitySets = Azure::Compute::Mgmt::V2016_03_30::AvailabilitySets + VirtualMachineExtensionImages = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineExtensionImages module Models - DiagnosticsProfile = Azure::Compute::Mgmt::V2016_03_30::Models::DiagnosticsProfile - InstanceViewStatus = Azure::Compute::Mgmt::V2016_03_30::Models::InstanceViewStatus - VirtualMachineExtensionHandlerInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionHandlerInstanceView - VaultCertificate = Azure::Compute::Mgmt::V2016_03_30::Models::VaultCertificate - VaultSecretGroup = Azure::Compute::Mgmt::V2016_03_30::Models::VaultSecretGroup - VirtualMachineSize = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineSize - OSProfile = Azure::Compute::Mgmt::V2016_03_30::Models::OSProfile - InnerError = Azure::Compute::Mgmt::V2016_03_30::Models::InnerError - VirtualMachineExtensionInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionInstanceView - NetworkProfile = Azure::Compute::Mgmt::V2016_03_30::Models::NetworkProfile - Resource = Azure::Compute::Mgmt::V2016_03_30::Models::Resource - BootDiagnostics = Azure::Compute::Mgmt::V2016_03_30::Models::BootDiagnostics - PurchasePlan = Azure::Compute::Mgmt::V2016_03_30::Models::PurchasePlan - SubResource = Azure::Compute::Mgmt::V2016_03_30::Models::SubResource - DataDiskImage = Azure::Compute::Mgmt::V2016_03_30::Models::DataDiskImage - ApiErrorBase = Azure::Compute::Mgmt::V2016_03_30::Models::ApiErrorBase - UsageName = Azure::Compute::Mgmt::V2016_03_30::Models::UsageName VirtualMachineAgentInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineAgentInstanceView - ListUsagesResult = Azure::Compute::Mgmt::V2016_03_30::Models::ListUsagesResult - DiskInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::DiskInstanceView - ApiError = Azure::Compute::Mgmt::V2016_03_30::Models::ApiError BootDiagnosticsInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::BootDiagnosticsInstanceView - HardwareProfile = Azure::Compute::Mgmt::V2016_03_30::Models::HardwareProfile - VirtualMachineIdentity = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineIdentity - KeyVaultSecretReference = Azure::Compute::Mgmt::V2016_03_30::Models::KeyVaultSecretReference - VirtualMachineInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineInstanceView - DiskEncryptionSettings = Azure::Compute::Mgmt::V2016_03_30::Models::DiskEncryptionSettings - VirtualMachineScaleSetVMListResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMListResult - OSDisk = Azure::Compute::Mgmt::V2016_03_30::Models::OSDisk - VirtualMachineListResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineListResult - StorageProfile = Azure::Compute::Mgmt::V2016_03_30::Models::StorageProfile - Sku = Azure::Compute::Mgmt::V2016_03_30::Models::Sku - WinRMListener = Azure::Compute::Mgmt::V2016_03_30::Models::WinRMListener - UpgradePolicy = Azure::Compute::Mgmt::V2016_03_30::Models::UpgradePolicy - WindowsConfiguration = Azure::Compute::Mgmt::V2016_03_30::Models::WindowsConfiguration - VirtualMachineScaleSetIdentity = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetIdentity - SshConfiguration = Azure::Compute::Mgmt::V2016_03_30::Models::SshConfiguration - VirtualMachineScaleSetOSProfile = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetOSProfile - AvailabilitySetListResult = Azure::Compute::Mgmt::V2016_03_30::Models::AvailabilitySetListResult - VirtualMachineScaleSetOSDisk = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetOSDisk - OperationStatusResponse = Azure::Compute::Mgmt::V2016_03_30::Models::OperationStatusResponse - VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetStorageProfile - VirtualMachineExtensionsListResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionsListResult - ApiEntityReference = Azure::Compute::Mgmt::V2016_03_30::Models::ApiEntityReference - ComputeLongRunningOperationProperties = Azure::Compute::Mgmt::V2016_03_30::Models::ComputeLongRunningOperationProperties - VirtualMachineScaleSetVMInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceView - VirtualMachineCaptureParameters = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineCaptureParameters - VirtualMachineScaleSetListSkusResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetListSkusResult - ImageReference = Azure::Compute::Mgmt::V2016_03_30::Models::ImageReference VirtualMachineScaleSetNetworkProfile = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetNetworkProfile - VirtualHardDisk = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualHardDisk - VirtualMachineScaleSetSku = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSku - AdditionalUnattendContent = Azure::Compute::Mgmt::V2016_03_30::Models::AdditionalUnattendContent VirtualMachineScaleSetExtensionProfile = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetExtensionProfile - SshPublicKey = Azure::Compute::Mgmt::V2016_03_30::Models::SshPublicKey VirtualMachineScaleSetVMProfile = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMProfile - VirtualMachineSizeListResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineSizeListResult - VirtualMachineScaleSetSkuCapacity = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSkuCapacity - OSDiskImage = Azure::Compute::Mgmt::V2016_03_30::Models::OSDiskImage + DataDiskImage = Azure::Compute::Mgmt::V2016_03_30::Models::DataDiskImage + ListUsagesResult = Azure::Compute::Mgmt::V2016_03_30::Models::ListUsagesResult + HardwareProfile = Azure::Compute::Mgmt::V2016_03_30::Models::HardwareProfile + OperationStatusResponse = Azure::Compute::Mgmt::V2016_03_30::Models::OperationStatusResponse + DiskEncryptionSettings = Azure::Compute::Mgmt::V2016_03_30::Models::DiskEncryptionSettings VirtualMachineScaleSetVMInstanceIDs = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceIDs - Plan = Azure::Compute::Mgmt::V2016_03_30::Models::Plan - VirtualMachineScaleSetVMInstanceRequiredIDs = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceRequiredIDs DataDisk = Azure::Compute::Mgmt::V2016_03_30::Models::DataDisk + VirtualMachineScaleSetVMInstanceRequiredIDs = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceRequiredIDs + WinRMConfiguration = Azure::Compute::Mgmt::V2016_03_30::Models::WinRMConfiguration VirtualMachineStatusCodeCount = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineStatusCodeCount LinuxConfiguration = Azure::Compute::Mgmt::V2016_03_30::Models::LinuxConfiguration VirtualMachineScaleSetInstanceViewStatusesSummary = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetInstanceViewStatusesSummary - Usage = Azure::Compute::Mgmt::V2016_03_30::Models::Usage VirtualMachineScaleSetVMExtensionsSummary = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMExtensionsSummary - WinRMConfiguration = Azure::Compute::Mgmt::V2016_03_30::Models::WinRMConfiguration + VirtualMachineExtensionHandlerInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionHandlerInstanceView VirtualMachineScaleSetInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetInstanceView - KeyVaultKeyReference = Azure::Compute::Mgmt::V2016_03_30::Models::KeyVaultKeyReference + VirtualMachineIdentity = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineIdentity VirtualMachineScaleSetListResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetListResult - UpdateResource = Azure::Compute::Mgmt::V2016_03_30::Models::UpdateResource + VirtualMachineListResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineListResult VirtualMachineScaleSetListWithLinkResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetListWithLinkResult + VirtualMachineScaleSetSkuCapacity = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSkuCapacity + VirtualMachineExtensionInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionInstanceView + VirtualMachineScaleSetSku = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSku + UsageName = Azure::Compute::Mgmt::V2016_03_30::Models::UsageName + VirtualMachineScaleSetListSkusResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetListSkusResult + KeyVaultSecretReference = Azure::Compute::Mgmt::V2016_03_30::Models::KeyVaultSecretReference + AdditionalUnattendContent = Azure::Compute::Mgmt::V2016_03_30::Models::AdditionalUnattendContent + VirtualMachineScaleSetVMInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceView + VaultSecretGroup = Azure::Compute::Mgmt::V2016_03_30::Models::VaultSecretGroup + DiskInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::DiskInstanceView + VirtualMachineScaleSetVMListResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMListResult + UpgradePolicy = Azure::Compute::Mgmt::V2016_03_30::Models::UpgradePolicy + PurchasePlan = Azure::Compute::Mgmt::V2016_03_30::Models::PurchasePlan + ApiErrorBase = Azure::Compute::Mgmt::V2016_03_30::Models::ApiErrorBase + BootDiagnostics = Azure::Compute::Mgmt::V2016_03_30::Models::BootDiagnostics + InnerError = Azure::Compute::Mgmt::V2016_03_30::Models::InnerError + VirtualMachineSize = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineSize + ApiError = Azure::Compute::Mgmt::V2016_03_30::Models::ApiError + SshPublicKey = Azure::Compute::Mgmt::V2016_03_30::Models::SshPublicKey + UpdateResource = Azure::Compute::Mgmt::V2016_03_30::Models::UpdateResource + ComputeLongRunningOperationProperties = Azure::Compute::Mgmt::V2016_03_30::Models::ComputeLongRunningOperationProperties + VirtualMachineInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineInstanceView + Resource = Azure::Compute::Mgmt::V2016_03_30::Models::Resource AvailabilitySet = Azure::Compute::Mgmt::V2016_03_30::Models::AvailabilitySet VirtualMachineExtensionImage = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionImage VirtualMachineImageResource = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineImageResource @@ -99,6 +72,7 @@ module Models VirtualMachineExtensionUpdate = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionUpdate VirtualMachineImage = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineImage VirtualMachineCaptureResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineCaptureResult + ImageReference = Azure::Compute::Mgmt::V2016_03_30::Models::ImageReference NetworkInterfaceReference = Azure::Compute::Mgmt::V2016_03_30::Models::NetworkInterfaceReference VirtualMachine = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachine VirtualMachineScaleSetIPConfiguration = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetIPConfiguration @@ -119,10 +93,36 @@ module Models UpgradeMode = Azure::Compute::Mgmt::V2016_03_30::Models::UpgradeMode VirtualMachineScaleSetSkuScaleType = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSkuScaleType InstanceViewTypes = Azure::Compute::Mgmt::V2016_03_30::Models::InstanceViewTypes + VirtualMachineScaleSetOSDisk = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetOSDisk + SubResource = Azure::Compute::Mgmt::V2016_03_30::Models::SubResource + AvailabilitySetListResult = Azure::Compute::Mgmt::V2016_03_30::Models::AvailabilitySetListResult + VirtualMachineSizeListResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineSizeListResult + VirtualMachineScaleSetIdentity = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetIdentity + VirtualMachineExtensionsListResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionsListResult + OSDiskImage = Azure::Compute::Mgmt::V2016_03_30::Models::OSDiskImage + Usage = Azure::Compute::Mgmt::V2016_03_30::Models::Usage + VirtualMachineCaptureParameters = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineCaptureParameters + VirtualMachineScaleSetOSProfile = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetOSProfile + Plan = Azure::Compute::Mgmt::V2016_03_30::Models::Plan + InstanceViewStatus = Azure::Compute::Mgmt::V2016_03_30::Models::InstanceViewStatus + KeyVaultKeyReference = Azure::Compute::Mgmt::V2016_03_30::Models::KeyVaultKeyReference + Sku = Azure::Compute::Mgmt::V2016_03_30::Models::Sku + VirtualHardDisk = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualHardDisk + OSDisk = Azure::Compute::Mgmt::V2016_03_30::Models::OSDisk + StorageProfile = Azure::Compute::Mgmt::V2016_03_30::Models::StorageProfile + VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetStorageProfile + WinRMListener = Azure::Compute::Mgmt::V2016_03_30::Models::WinRMListener + WindowsConfiguration = Azure::Compute::Mgmt::V2016_03_30::Models::WindowsConfiguration + ApiEntityReference = Azure::Compute::Mgmt::V2016_03_30::Models::ApiEntityReference + SshConfiguration = Azure::Compute::Mgmt::V2016_03_30::Models::SshConfiguration + VaultCertificate = Azure::Compute::Mgmt::V2016_03_30::Models::VaultCertificate + OSProfile = Azure::Compute::Mgmt::V2016_03_30::Models::OSProfile + NetworkProfile = Azure::Compute::Mgmt::V2016_03_30::Models::NetworkProfile + DiagnosticsProfile = Azure::Compute::Mgmt::V2016_03_30::Models::DiagnosticsProfile end class ComputeManagementClass - 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 + attr_reader :virtual_machine_extensions, :virtual_machines, :virtual_machine_images, :usage_operations, :virtual_machine_sizes, :virtual_machine_scale_sets, :virtual_machine_scale_set_vms, :availability_sets, :virtual_machine_extension_images, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -132,8 +132,6 @@ 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 @@ -141,6 +139,8 @@ def initialize(configurable, base_url=nil, options=nil) @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 + @availability_sets = @client_0.availability_sets + @virtual_machine_extension_images = @client_0.virtual_machine_extension_images @model_classes = ModelClasses.new end @@ -159,227 +159,146 @@ def method_missing(method, *args) end class ModelClasses - def diagnostics_profile - Azure::Compute::Mgmt::V2016_03_30::Models::DiagnosticsProfile - end - def instance_view_status - Azure::Compute::Mgmt::V2016_03_30::Models::InstanceViewStatus - end - def virtual_machine_extension_handler_instance_view - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionHandlerInstanceView - end - def vault_certificate - Azure::Compute::Mgmt::V2016_03_30::Models::VaultCertificate - end - def vault_secret_group - Azure::Compute::Mgmt::V2016_03_30::Models::VaultSecretGroup - end - def virtual_machine_size - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineSize - end - def osprofile - Azure::Compute::Mgmt::V2016_03_30::Models::OSProfile - end - def inner_error - Azure::Compute::Mgmt::V2016_03_30::Models::InnerError - end - def virtual_machine_extension_instance_view - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionInstanceView - end - def network_profile - Azure::Compute::Mgmt::V2016_03_30::Models::NetworkProfile + def virtual_machine_agent_instance_view + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineAgentInstanceView end - def resource - Azure::Compute::Mgmt::V2016_03_30::Models::Resource + def boot_diagnostics_instance_view + Azure::Compute::Mgmt::V2016_03_30::Models::BootDiagnosticsInstanceView end - def boot_diagnostics - Azure::Compute::Mgmt::V2016_03_30::Models::BootDiagnostics + def virtual_machine_scale_set_network_profile + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetNetworkProfile end - def purchase_plan - Azure::Compute::Mgmt::V2016_03_30::Models::PurchasePlan + def virtual_machine_scale_set_extension_profile + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetExtensionProfile end - def sub_resource - Azure::Compute::Mgmt::V2016_03_30::Models::SubResource + def virtual_machine_scale_set_vmprofile + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMProfile end def data_disk_image Azure::Compute::Mgmt::V2016_03_30::Models::DataDiskImage end - def api_error_base - Azure::Compute::Mgmt::V2016_03_30::Models::ApiErrorBase - end - def usage_name - Azure::Compute::Mgmt::V2016_03_30::Models::UsageName - end - def virtual_machine_agent_instance_view - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineAgentInstanceView - end def list_usages_result Azure::Compute::Mgmt::V2016_03_30::Models::ListUsagesResult end - def disk_instance_view - Azure::Compute::Mgmt::V2016_03_30::Models::DiskInstanceView - end - def api_error - Azure::Compute::Mgmt::V2016_03_30::Models::ApiError - end - def boot_diagnostics_instance_view - Azure::Compute::Mgmt::V2016_03_30::Models::BootDiagnosticsInstanceView - end def hardware_profile Azure::Compute::Mgmt::V2016_03_30::Models::HardwareProfile end - def virtual_machine_identity - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineIdentity - end - def key_vault_secret_reference - Azure::Compute::Mgmt::V2016_03_30::Models::KeyVaultSecretReference - end - def virtual_machine_instance_view - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineInstanceView + def operation_status_response + Azure::Compute::Mgmt::V2016_03_30::Models::OperationStatusResponse end def disk_encryption_settings Azure::Compute::Mgmt::V2016_03_30::Models::DiskEncryptionSettings end - def virtual_machine_scale_set_vmlist_result - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMListResult - end - def osdisk - Azure::Compute::Mgmt::V2016_03_30::Models::OSDisk - end - def virtual_machine_list_result - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineListResult + def virtual_machine_scale_set_vminstance_ids + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceIDs end - def storage_profile - Azure::Compute::Mgmt::V2016_03_30::Models::StorageProfile + def data_disk + Azure::Compute::Mgmt::V2016_03_30::Models::DataDisk end - def sku - Azure::Compute::Mgmt::V2016_03_30::Models::Sku + def virtual_machine_scale_set_vminstance_required_ids + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceRequiredIDs end - def win_rmlistener - Azure::Compute::Mgmt::V2016_03_30::Models::WinRMListener + def win_rmconfiguration + Azure::Compute::Mgmt::V2016_03_30::Models::WinRMConfiguration end - def upgrade_policy - Azure::Compute::Mgmt::V2016_03_30::Models::UpgradePolicy + def virtual_machine_status_code_count + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineStatusCodeCount end - def windows_configuration - Azure::Compute::Mgmt::V2016_03_30::Models::WindowsConfiguration + def linux_configuration + Azure::Compute::Mgmt::V2016_03_30::Models::LinuxConfiguration end - def virtual_machine_scale_set_identity - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetIdentity + def virtual_machine_scale_set_instance_view_statuses_summary + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetInstanceViewStatusesSummary end - def ssh_configuration - Azure::Compute::Mgmt::V2016_03_30::Models::SshConfiguration + def virtual_machine_scale_set_vmextensions_summary + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMExtensionsSummary end - def virtual_machine_scale_set_osprofile - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetOSProfile + def virtual_machine_extension_handler_instance_view + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionHandlerInstanceView end - def availability_set_list_result - Azure::Compute::Mgmt::V2016_03_30::Models::AvailabilitySetListResult + def virtual_machine_scale_set_instance_view + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetInstanceView end - def virtual_machine_scale_set_osdisk - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetOSDisk + def virtual_machine_identity + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineIdentity end - def operation_status_response - Azure::Compute::Mgmt::V2016_03_30::Models::OperationStatusResponse + def virtual_machine_scale_set_list_result + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetListResult end - def virtual_machine_scale_set_storage_profile - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetStorageProfile + def virtual_machine_list_result + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineListResult end - def virtual_machine_extensions_list_result - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionsListResult + def virtual_machine_scale_set_list_with_link_result + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetListWithLinkResult end - def api_entity_reference - Azure::Compute::Mgmt::V2016_03_30::Models::ApiEntityReference + def virtual_machine_scale_set_sku_capacity + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSkuCapacity end - def compute_long_running_operation_properties - Azure::Compute::Mgmt::V2016_03_30::Models::ComputeLongRunningOperationProperties + def virtual_machine_extension_instance_view + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionInstanceView end - def virtual_machine_scale_set_vminstance_view - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceView + def virtual_machine_scale_set_sku + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSku end - def virtual_machine_capture_parameters - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineCaptureParameters + def usage_name + Azure::Compute::Mgmt::V2016_03_30::Models::UsageName end def virtual_machine_scale_set_list_skus_result Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetListSkusResult end - def image_reference - Azure::Compute::Mgmt::V2016_03_30::Models::ImageReference - end - def virtual_machine_scale_set_network_profile - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetNetworkProfile - end - def virtual_hard_disk - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualHardDisk - end - def virtual_machine_scale_set_sku - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSku + def key_vault_secret_reference + Azure::Compute::Mgmt::V2016_03_30::Models::KeyVaultSecretReference end def additional_unattend_content Azure::Compute::Mgmt::V2016_03_30::Models::AdditionalUnattendContent end - def virtual_machine_scale_set_extension_profile - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetExtensionProfile - end - def ssh_public_key - Azure::Compute::Mgmt::V2016_03_30::Models::SshPublicKey - end - def virtual_machine_scale_set_vmprofile - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMProfile - end - def virtual_machine_size_list_result - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineSizeListResult - end - def virtual_machine_scale_set_sku_capacity - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSkuCapacity - end - def osdisk_image - Azure::Compute::Mgmt::V2016_03_30::Models::OSDiskImage - end - def virtual_machine_scale_set_vminstance_ids - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceIDs - end - def plan - Azure::Compute::Mgmt::V2016_03_30::Models::Plan + def virtual_machine_scale_set_vminstance_view + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceView end - def virtual_machine_scale_set_vminstance_required_ids - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceRequiredIDs + def vault_secret_group + Azure::Compute::Mgmt::V2016_03_30::Models::VaultSecretGroup end - def data_disk - Azure::Compute::Mgmt::V2016_03_30::Models::DataDisk + def disk_instance_view + Azure::Compute::Mgmt::V2016_03_30::Models::DiskInstanceView end - def virtual_machine_status_code_count - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineStatusCodeCount + def virtual_machine_scale_set_vmlist_result + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMListResult end - def linux_configuration - Azure::Compute::Mgmt::V2016_03_30::Models::LinuxConfiguration + def upgrade_policy + Azure::Compute::Mgmt::V2016_03_30::Models::UpgradePolicy end - def virtual_machine_scale_set_instance_view_statuses_summary - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetInstanceViewStatusesSummary + def purchase_plan + Azure::Compute::Mgmt::V2016_03_30::Models::PurchasePlan end - def usage - Azure::Compute::Mgmt::V2016_03_30::Models::Usage + def api_error_base + Azure::Compute::Mgmt::V2016_03_30::Models::ApiErrorBase end - def virtual_machine_scale_set_vmextensions_summary - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMExtensionsSummary + def boot_diagnostics + Azure::Compute::Mgmt::V2016_03_30::Models::BootDiagnostics end - def win_rmconfiguration - Azure::Compute::Mgmt::V2016_03_30::Models::WinRMConfiguration + def inner_error + Azure::Compute::Mgmt::V2016_03_30::Models::InnerError end - def virtual_machine_scale_set_instance_view - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetInstanceView + def virtual_machine_size + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineSize end - def key_vault_key_reference - Azure::Compute::Mgmt::V2016_03_30::Models::KeyVaultKeyReference + def api_error + Azure::Compute::Mgmt::V2016_03_30::Models::ApiError end - def virtual_machine_scale_set_list_result - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetListResult + def ssh_public_key + Azure::Compute::Mgmt::V2016_03_30::Models::SshPublicKey end def update_resource Azure::Compute::Mgmt::V2016_03_30::Models::UpdateResource end - def virtual_machine_scale_set_list_with_link_result - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetListWithLinkResult + def compute_long_running_operation_properties + Azure::Compute::Mgmt::V2016_03_30::Models::ComputeLongRunningOperationProperties + end + def virtual_machine_instance_view + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineInstanceView + end + def resource + Azure::Compute::Mgmt::V2016_03_30::Models::Resource end def availability_set Azure::Compute::Mgmt::V2016_03_30::Models::AvailabilitySet @@ -402,6 +321,9 @@ def virtual_machine_image def virtual_machine_capture_result Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineCaptureResult end + def image_reference + Azure::Compute::Mgmt::V2016_03_30::Models::ImageReference + end def network_interface_reference Azure::Compute::Mgmt::V2016_03_30::Models::NetworkInterfaceReference end @@ -462,6 +384,84 @@ def virtual_machine_scale_set_sku_scale_type def instance_view_types Azure::Compute::Mgmt::V2016_03_30::Models::InstanceViewTypes end + def virtual_machine_scale_set_osdisk + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetOSDisk + end + def sub_resource + Azure::Compute::Mgmt::V2016_03_30::Models::SubResource + end + def availability_set_list_result + Azure::Compute::Mgmt::V2016_03_30::Models::AvailabilitySetListResult + end + def virtual_machine_size_list_result + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineSizeListResult + end + def virtual_machine_scale_set_identity + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetIdentity + end + def virtual_machine_extensions_list_result + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionsListResult + end + def osdisk_image + Azure::Compute::Mgmt::V2016_03_30::Models::OSDiskImage + end + def usage + Azure::Compute::Mgmt::V2016_03_30::Models::Usage + end + def virtual_machine_capture_parameters + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineCaptureParameters + end + def virtual_machine_scale_set_osprofile + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetOSProfile + end + def plan + Azure::Compute::Mgmt::V2016_03_30::Models::Plan + end + def instance_view_status + Azure::Compute::Mgmt::V2016_03_30::Models::InstanceViewStatus + end + def key_vault_key_reference + Azure::Compute::Mgmt::V2016_03_30::Models::KeyVaultKeyReference + end + def sku + Azure::Compute::Mgmt::V2016_03_30::Models::Sku + end + def virtual_hard_disk + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualHardDisk + end + def osdisk + Azure::Compute::Mgmt::V2016_03_30::Models::OSDisk + end + def storage_profile + Azure::Compute::Mgmt::V2016_03_30::Models::StorageProfile + end + def virtual_machine_scale_set_storage_profile + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetStorageProfile + end + def win_rmlistener + Azure::Compute::Mgmt::V2016_03_30::Models::WinRMListener + end + def windows_configuration + Azure::Compute::Mgmt::V2016_03_30::Models::WindowsConfiguration + end + def api_entity_reference + Azure::Compute::Mgmt::V2016_03_30::Models::ApiEntityReference + end + def ssh_configuration + Azure::Compute::Mgmt::V2016_03_30::Models::SshConfiguration + end + def vault_certificate + Azure::Compute::Mgmt::V2016_03_30::Models::VaultCertificate + end + def osprofile + Azure::Compute::Mgmt::V2016_03_30::Models::OSProfile + end + def network_profile + Azure::Compute::Mgmt::V2016_03_30::Models::NetworkProfile + end + def diagnostics_profile + Azure::Compute::Mgmt::V2016_03_30::Models::DiagnosticsProfile + end end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/dns_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/dns_profile_module.rb index 2df0a0c543..381653736b 100644 --- a/azure_sdk/lib/v2017_03_09/modules/dns_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/dns_profile_module.rb @@ -11,6 +11,10 @@ module Mgmt Zones = Azure::Dns::Mgmt::V2016_04_01::Zones module Models + OperationStatus = Azure::Dns::Mgmt::V2016_04_01::Models::OperationStatus + HttpStatusCode = Azure::Dns::Mgmt::V2016_04_01::Models::HttpStatusCode + RecordType = Azure::Dns::Mgmt::V2016_04_01::Models::RecordType + Resource = Azure::Dns::Mgmt::V2016_04_01::Models::Resource RecordSetUpdateParameters = Azure::Dns::Mgmt::V2016_04_01::Models::RecordSetUpdateParameters RecordSetListResult = Azure::Dns::Mgmt::V2016_04_01::Models::RecordSetListResult AaaaRecord = Azure::Dns::Mgmt::V2016_04_01::Models::AaaaRecord @@ -18,7 +22,6 @@ module Models MxRecord = Azure::Dns::Mgmt::V2016_04_01::Models::MxRecord PtrRecord = Azure::Dns::Mgmt::V2016_04_01::Models::PtrRecord SrvRecord = Azure::Dns::Mgmt::V2016_04_01::Models::SrvRecord - Resource = Azure::Dns::Mgmt::V2016_04_01::Models::Resource CnameRecord = Azure::Dns::Mgmt::V2016_04_01::Models::CnameRecord ZoneDeleteResult = Azure::Dns::Mgmt::V2016_04_01::Models::ZoneDeleteResult RecordSet = Azure::Dns::Mgmt::V2016_04_01::Models::RecordSet @@ -30,9 +33,6 @@ module Models Zone = Azure::Dns::Mgmt::V2016_04_01::Models::Zone ProxyResource = Azure::Dns::Mgmt::V2016_04_01::Models::ProxyResource AzureEntityResource = Azure::Dns::Mgmt::V2016_04_01::Models::AzureEntityResource - OperationStatus = Azure::Dns::Mgmt::V2016_04_01::Models::OperationStatus - HttpStatusCode = Azure::Dns::Mgmt::V2016_04_01::Models::HttpStatusCode - RecordType = Azure::Dns::Mgmt::V2016_04_01::Models::RecordType end class DnsManagementClass @@ -66,6 +66,18 @@ def method_missing(method, *args) end class ModelClasses + def operation_status + Azure::Dns::Mgmt::V2016_04_01::Models::OperationStatus + end + def http_status_code + Azure::Dns::Mgmt::V2016_04_01::Models::HttpStatusCode + end + def record_type + Azure::Dns::Mgmt::V2016_04_01::Models::RecordType + end + def resource + Azure::Dns::Mgmt::V2016_04_01::Models::Resource + end def record_set_update_parameters Azure::Dns::Mgmt::V2016_04_01::Models::RecordSetUpdateParameters end @@ -87,9 +99,6 @@ def ptr_record def srv_record Azure::Dns::Mgmt::V2016_04_01::Models::SrvRecord end - def resource - Azure::Dns::Mgmt::V2016_04_01::Models::Resource - end def cname_record Azure::Dns::Mgmt::V2016_04_01::Models::CnameRecord end @@ -123,15 +132,6 @@ def proxy_resource def azure_entity_resource Azure::Dns::Mgmt::V2016_04_01::Models::AzureEntityResource end - def operation_status - Azure::Dns::Mgmt::V2016_04_01::Models::OperationStatus - end - def http_status_code - Azure::Dns::Mgmt::V2016_04_01::Models::HttpStatusCode - end - def record_type - Azure::Dns::Mgmt::V2016_04_01::Models::RecordType - end end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/features_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/features_profile_module.rb index 92904dc4b8..ca920adbe5 100644 --- a/azure_sdk/lib/v2017_03_09/modules/features_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/features_profile_module.rb @@ -10,11 +10,11 @@ module Mgmt Features = Azure::Features::Mgmt::V2015_12_01::Features module Models - OperationDisplay = Azure::Features::Mgmt::V2015_12_01::Models::OperationDisplay + OperationListResult = Azure::Features::Mgmt::V2015_12_01::Models::OperationListResult FeatureProperties = Azure::Features::Mgmt::V2015_12_01::Models::FeatureProperties - Operation = Azure::Features::Mgmt::V2015_12_01::Models::Operation + OperationDisplay = Azure::Features::Mgmt::V2015_12_01::Models::OperationDisplay FeatureOperationsListResult = Azure::Features::Mgmt::V2015_12_01::Models::FeatureOperationsListResult - OperationListResult = Azure::Features::Mgmt::V2015_12_01::Models::OperationListResult + Operation = Azure::Features::Mgmt::V2015_12_01::Models::Operation FeatureResult = Azure::Features::Mgmt::V2015_12_01::Models::FeatureResult end @@ -48,20 +48,20 @@ def method_missing(method, *args) end class ModelClasses - def operation_display - Azure::Features::Mgmt::V2015_12_01::Models::OperationDisplay + def operation_list_result + Azure::Features::Mgmt::V2015_12_01::Models::OperationListResult end def feature_properties Azure::Features::Mgmt::V2015_12_01::Models::FeatureProperties end - def operation - Azure::Features::Mgmt::V2015_12_01::Models::Operation + def operation_display + Azure::Features::Mgmt::V2015_12_01::Models::OperationDisplay end def feature_operations_list_result Azure::Features::Mgmt::V2015_12_01::Models::FeatureOperationsListResult end - def operation_list_result - Azure::Features::Mgmt::V2015_12_01::Models::OperationListResult + def operation + Azure::Features::Mgmt::V2015_12_01::Models::Operation end def feature_result Azure::Features::Mgmt::V2015_12_01::Models::FeatureResult diff --git a/azure_sdk/lib/v2017_03_09/modules/keyvault_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/keyvault_profile_module.rb index 883d19cb61..9c5e0b07f3 100644 --- a/azure_sdk/lib/v2017_03_09/modules/keyvault_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/keyvault_profile_module.rb @@ -9,6 +9,7 @@ module Azure::Profiles::V2017_03_09 module KeyVault module Models + Action = Azure::KeyVault::V2016_10_01::Models::Action KeyOperationsParameters = Azure::KeyVault::V2016_10_01::Models::KeyOperationsParameters KeySignParameters = Azure::KeyVault::V2016_10_01::Models::KeySignParameters JsonWebKey = Azure::KeyVault::V2016_10_01::Models::JsonWebKey @@ -38,7 +39,6 @@ module Models CertificateUpdateParameters = Azure::KeyVault::V2016_10_01::Models::CertificateUpdateParameters SasDefinitionItem = Azure::KeyVault::V2016_10_01::Models::SasDefinitionItem CertificateMergeParameters = Azure::KeyVault::V2016_10_01::Models::CertificateMergeParameters - Error = Azure::KeyVault::V2016_10_01::Models::Error CertificateIssuerSetParameters = Azure::KeyVault::V2016_10_01::Models::CertificateIssuerSetParameters IssuerCredentials = Azure::KeyVault::V2016_10_01::Models::IssuerCredentials CertificateIssuerUpdateParameters = Azure::KeyVault::V2016_10_01::Models::CertificateIssuerUpdateParameters @@ -69,13 +69,13 @@ module Models PendingCertificateSigningRequestResult = Azure::KeyVault::V2016_10_01::Models::PendingCertificateSigningRequestResult CertificateBundle = Azure::KeyVault::V2016_10_01::Models::CertificateBundle StorageAccountAttributes = Azure::KeyVault::V2016_10_01::Models::StorageAccountAttributes + Error = Azure::KeyVault::V2016_10_01::Models::Error IssuerAttributes = Azure::KeyVault::V2016_10_01::Models::IssuerAttributes StorageBundle = Azure::KeyVault::V2016_10_01::Models::StorageBundle SasDefinitionListResult = Azure::KeyVault::V2016_10_01::Models::SasDefinitionListResult StorageAccountCreateParameters = Azure::KeyVault::V2016_10_01::Models::StorageAccountCreateParameters CertificateOperation = Azure::KeyVault::V2016_10_01::Models::CertificateOperation StorageAccountUpdateParameters = Azure::KeyVault::V2016_10_01::Models::StorageAccountUpdateParameters - Action = Azure::KeyVault::V2016_10_01::Models::Action StorageAccountRegenerteKeyParameters = Azure::KeyVault::V2016_10_01::Models::StorageAccountRegenerteKeyParameters KeyCreateParameters = Azure::KeyVault::V2016_10_01::Models::KeyCreateParameters StorageAccountItem = Azure::KeyVault::V2016_10_01::Models::StorageAccountItem @@ -127,6 +127,9 @@ def method_missing(method, *args) end class ModelClasses + def action + Azure::KeyVault::V2016_10_01::Models::Action + end def key_operations_parameters Azure::KeyVault::V2016_10_01::Models::KeyOperationsParameters end @@ -214,9 +217,6 @@ def sas_definition_item def certificate_merge_parameters Azure::KeyVault::V2016_10_01::Models::CertificateMergeParameters end - def error - Azure::KeyVault::V2016_10_01::Models::Error - end def certificate_issuer_set_parameters Azure::KeyVault::V2016_10_01::Models::CertificateIssuerSetParameters end @@ -307,6 +307,9 @@ def certificate_bundle def storage_account_attributes Azure::KeyVault::V2016_10_01::Models::StorageAccountAttributes end + def error + Azure::KeyVault::V2016_10_01::Models::Error + end def issuer_attributes Azure::KeyVault::V2016_10_01::Models::IssuerAttributes end @@ -325,9 +328,6 @@ def certificate_operation def storage_account_update_parameters Azure::KeyVault::V2016_10_01::Models::StorageAccountUpdateParameters end - def action - Azure::KeyVault::V2016_10_01::Models::Action - end def storage_account_regenerte_key_parameters Azure::KeyVault::V2016_10_01::Models::StorageAccountRegenerteKeyParameters end @@ -395,20 +395,19 @@ module Mgmt Operations = Azure::KeyVault::Mgmt::V2016_10_01::Operations module Models + Permissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions + Resource = Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource + OperationDisplay = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay 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 - Resource = Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource VaultAccessPolicyProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyProperties ResourceListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult 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 CheckNameAvailabilityResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult - Sku = Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku - OperationDisplay = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay VaultPatchProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties LogSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification VaultPatchParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchParameters @@ -417,15 +416,16 @@ module Models Operation = Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation DeletedVaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties OperationListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult - Vault = Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault SkuName = Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName - KeyPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions + Vault = Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault SecretPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions - CertificatePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions + KeyPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions StoragePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions + CertificatePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions + AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind CreateMode = Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason - AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind + Sku = Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku end class KeyVaultManagementClass @@ -459,24 +459,27 @@ def method_missing(method, *args) end class ModelClasses + def permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions + end + def resource + Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource + end + def operation_display + Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay + 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 resource - Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource - end def vault_access_policy_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyProperties end @@ -495,12 +498,6 @@ def vault_access_policy_parameters def check_name_availability_result Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult end - def sku - Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku - 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 @@ -525,23 +522,26 @@ def deleted_vault_properties def operation_list_result Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult end + def sku_name + Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName + end def vault Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault end - def sku_name - Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName + def secret_permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions end def key_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions end - def secret_permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions + def storage_permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions end def certificate_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions end - def storage_permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions + def access_policy_update_kind + Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind end def create_mode Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode @@ -549,8 +549,8 @@ def create_mode def reason Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason end - def access_policy_update_kind - Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind + def sku + Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku end end 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 398db2e048..c113a1a603 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 @@ -7,22 +7,22 @@ module Azure::Profiles::V2017_03_09 module Links module Mgmt - Operations = Azure::Links::Mgmt::V2016_09_01::Operations ResourceLinks = Azure::Links::Mgmt::V2016_09_01::ResourceLinks + Operations = Azure::Links::Mgmt::V2016_09_01::Operations module Models - ResourceLinkResult = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkResult - OperationDisplay = Azure::Links::Mgmt::V2016_09_01::Models::OperationDisplay - ResourceLinkProperties = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkProperties - Operation = Azure::Links::Mgmt::V2016_09_01::Models::Operation - ResourceLinkFilter = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkFilter OperationListResult = Azure::Links::Mgmt::V2016_09_01::Models::OperationListResult ResourceLink = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink Filter = Azure::Links::Mgmt::V2016_09_01::Models::Filter + ResourceLinkResult = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkResult + OperationDisplay = Azure::Links::Mgmt::V2016_09_01::Models::OperationDisplay + ResourceLinkFilter = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkFilter + Operation = Azure::Links::Mgmt::V2016_09_01::Models::Operation + ResourceLinkProperties = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkProperties end class LinksManagementClass - attr_reader :operations, :resource_links, :configurable, :base_url, :options, :model_classes + attr_reader :resource_links, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -32,8 +32,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 @resource_links = @client_0.resource_links + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -52,29 +52,29 @@ def method_missing(method, *args) end class ModelClasses + def operation_list_result + Azure::Links::Mgmt::V2016_09_01::Models::OperationListResult + end + def resource_link + Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink + end + def filter + Azure::Links::Mgmt::V2016_09_01::Models::Filter + end def resource_link_result Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkResult end def operation_display Azure::Links::Mgmt::V2016_09_01::Models::OperationDisplay end - def resource_link_properties - Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkProperties - end - def operation - Azure::Links::Mgmt::V2016_09_01::Models::Operation - end def resource_link_filter Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkFilter end - def operation_list_result - Azure::Links::Mgmt::V2016_09_01::Models::OperationListResult - end - def resource_link - Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink + def operation + Azure::Links::Mgmt::V2016_09_01::Models::Operation end - def filter - Azure::Links::Mgmt::V2016_09_01::Models::Filter + def resource_link_properties + Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkProperties 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 9fd4849d18..51768d6ba0 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 - 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 + ManagementLockListResult = Azure::Locks::Mgmt::V2015_01_01::Models::ManagementLockListResult end class LocksManagementClass @@ -45,15 +45,15 @@ def method_missing(method, *args) end class ModelClasses - 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 + def management_lock_list_result + Azure::Locks::Mgmt::V2015_01_01::Models::ManagementLockListResult + 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 5575c7982b..fbb5b5b697 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,108 +7,83 @@ module Azure::Profiles::V2017_03_09 module Network 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 - NetworkInterfaces = Azure::Network::Mgmt::V2015_06_15::NetworkInterfaces + ExpressRouteServiceProviders = Azure::Network::Mgmt::V2015_06_15::ExpressRouteServiceProviders + VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2015_06_15::VirtualNetworkGatewayConnections NetworkSecurityGroups = Azure::Network::Mgmt::V2015_06_15::NetworkSecurityGroups SecurityRules = Azure::Network::Mgmt::V2015_06_15::SecurityRules - PublicIPAddresses = Azure::Network::Mgmt::V2015_06_15::PublicIPAddresses RouteTables = Azure::Network::Mgmt::V2015_06_15::RouteTables Routes = Azure::Network::Mgmt::V2015_06_15::Routes Usages = Azure::Network::Mgmt::V2015_06_15::Usages VirtualNetworks = Azure::Network::Mgmt::V2015_06_15::VirtualNetworks Subnets = Azure::Network::Mgmt::V2015_06_15::Subnets VirtualNetworkGateways = Azure::Network::Mgmt::V2015_06_15::VirtualNetworkGateways - VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2015_06_15::VirtualNetworkGatewayConnections + ApplicationGateways = Azure::Network::Mgmt::V2015_06_15::ApplicationGateways + PublicIPAddresses = Azure::Network::Mgmt::V2015_06_15::PublicIPAddresses LocalNetworkGateways = Azure::Network::Mgmt::V2015_06_15::LocalNetworkGateways + NetworkInterfaces = Azure::Network::Mgmt::V2015_06_15::NetworkInterfaces + ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2015_06_15::ExpressRouteCircuitAuthorizations + ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2015_06_15::ExpressRouteCircuitPeerings + ExpressRouteCircuits = Azure::Network::Mgmt::V2015_06_15::ExpressRouteCircuits module Models - ExpressRouteCircuitsStatsListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsStatsListResult - ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitListResult - SubResource = Azure::Network::Mgmt::V2015_06_15::Models::SubResource - ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderBandwidthsOffered - PublicIPAddressListResult = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressListResult - ApplicationGatewayListResult = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayListResult - ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddress - Resource = Azure::Network::Mgmt::V2015_06_15::Models::Resource - ConnectionResetSharedKey = Azure::Network::Mgmt::V2015_06_15::Models::ConnectionResetSharedKey - DnsNameAvailabilityResult = Azure::Network::Mgmt::V2015_06_15::Models::DnsNameAvailabilityResult - 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 - 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 + VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionListResult + ApplicationGatewaySku = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySku + DhcpOptions = Azure::Network::Mgmt::V2015_06_15::Models::DhcpOptions UsagesListResult = Azure::Network::Mgmt::V2015_06_15::Models::UsagesListResult - ExpressRouteCircuitSku = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSku - UsageName = Azure::Network::Mgmt::V2015_06_15::Models::UsageName + ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringConfig ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitServiceProviderProperties - RouteTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::RouteTableListResult - NetworkInterfaceListResult = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceListResult - ConnectionSharedKey = Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKey - 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 - PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressDnsSettings ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitRoutesTable - DhcpOptions = Azure::Network::Mgmt::V2015_06_15::Models::DhcpOptions - ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsRoutesTableListResult - Usage = Azure::Network::Mgmt::V2015_06_15::Models::Usage - ApplicationGatewaySku = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySku + ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitListResult + UsageName = Azure::Network::Mgmt::V2015_06_15::Models::UsageName + VpnClientParameters = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientParameters + ExpressRouteCircuitStats = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitStats + ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitArpTable + RouteTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::RouteTableListResult LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGatewayListResult - VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionListResult - LoadBalancerListResult = Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancerListResult - VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySku - AzureAsyncOperationResult = Azure::Network::Mgmt::V2015_06_15::Models::AzureAsyncOperationResult - RouteListResult = Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult - Error = Azure::Network::Mgmt::V2015_06_15::Models::Error + ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddress + PublicIPAddressListResult = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressListResult + PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressDnsSettings + NetworkInterfaceListResult = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceListResult + NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceDnsSettings + Resource = Azure::Network::Mgmt::V2015_06_15::Models::Resource 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 + ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringListResult + VpnClientConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientConfiguration + SecurityRule = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRule + ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendHttpSettings ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayIPConfiguration + PublicIPAddress = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddress 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 - SecurityRule = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRule + ApplicationGatewayProbe = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProbe NetworkInterface = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterface NetworkSecurityGroup = Azure::Network::Mgmt::V2015_06_15::Models::NetworkSecurityGroup Route = Azure::Network::Mgmt::V2015_06_15::Models::Route RouteTable = Azure::Network::Mgmt::V2015_06_15::Models::RouteTable - PublicIPAddress = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddress - IPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::IPConfiguration - Subnet = Azure::Network::Mgmt::V2015_06_15::Models::Subnet - NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceIPConfiguration + ApplicationGateway = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGateway + ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayUrlPathMap ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddressPool - ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendHttpSettings - ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayHttpListener + Subnet = Azure::Network::Mgmt::V2015_06_15::Models::Subnet ApplicationGatewayPathRule = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayPathRule - ApplicationGatewayProbe = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProbe + NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceIPConfiguration ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRule - ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayUrlPathMap - ApplicationGateway = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGateway - ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitAuthorization ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeering - ExpressRouteCircuit = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuit + ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayHttpListener + IPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::IPConfiguration ExpressRouteServiceProvider = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProvider - FrontendIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::FrontendIPConfiguration - LoadBalancingRule = Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancingRule Probe = Azure::Network::Mgmt::V2015_06_15::Models::Probe InboundNatPool = Azure::Network::Mgmt::V2015_06_15::Models::InboundNatPool OutboundNatRule = Azure::Network::Mgmt::V2015_06_15::Models::OutboundNatRule LoadBalancer = Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancer + TransportProtocol = Azure::Network::Mgmt::V2015_06_15::Models::TransportProtocol + LoadBalancingRule = Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancingRule + IPAllocationMethod = Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod + FrontendIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::FrontendIPConfiguration + ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitAuthorization VirtualNetwork = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetwork VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayIPConfiguration VpnClientRootCertificate = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientRootCertificate @@ -116,18 +91,17 @@ module Models VirtualNetworkGateway = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGateway LocalNetworkGateway = Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGateway VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnection - ApplicationGatewaySkuName = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySkuName - ApplicationGatewayTier = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayTier - 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 SecurityRuleDirection = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleDirection - RouteNextHopType = Azure::Network::Mgmt::V2015_06_15::Models::RouteNextHopType ApplicationGatewayProtocol = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProtocol + ExpressRouteCircuit = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuit ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayCookieBasedAffinity + ApplicationGatewaySkuName = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySkuName + ApplicationGatewayTier = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayTier + SecurityRuleAccess = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleAccess ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRuleType + RouteNextHopType = Azure::Network::Mgmt::V2015_06_15::Models::RouteNextHopType ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayOperationalState + SecurityRuleProtocol = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleProtocol AuthorizationUseStatus = Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationUseStatus ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState ExpressRouteCircuitPeeringType = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringType @@ -143,12 +117,38 @@ module Models VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySkuName VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySkuTier ProcessorArchitecture = Azure::Network::Mgmt::V2015_06_15::Models::ProcessorArchitecture - VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionType VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionStatus + VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionType + ExpressRouteCircuitsStatsListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsStatsListResult + ConnectionSharedKeyResult = Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKeyResult + Error = Azure::Network::Mgmt::V2015_06_15::Models::Error + LoadBalancerListResult = Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancerListResult + ConnectionSharedKey = Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKey + ConnectionResetSharedKey = Azure::Network::Mgmt::V2015_06_15::Models::ConnectionResetSharedKey + VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayListResult + ErrorDetails = Azure::Network::Mgmt::V2015_06_15::Models::ErrorDetails + AzureAsyncOperationResult = Azure::Network::Mgmt::V2015_06_15::Models::AzureAsyncOperationResult + SubResource = Azure::Network::Mgmt::V2015_06_15::Models::SubResource + BgpSettings = Azure::Network::Mgmt::V2015_06_15::Models::BgpSettings + VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySku + VirtualNetworkListResult = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkListResult + ApplicationGatewayListResult = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayListResult + SecurityRuleListResult = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleListResult + NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2015_06_15::Models::NetworkSecurityGroupListResult + Usage = Azure::Network::Mgmt::V2015_06_15::Models::Usage + AddressSpace = Azure::Network::Mgmt::V2015_06_15::Models::AddressSpace + DnsNameAvailabilityResult = Azure::Network::Mgmt::V2015_06_15::Models::DnsNameAvailabilityResult + AuthorizationListResult = Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationListResult + ExpressRouteCircuitSku = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSku + RouteListResult = Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult + ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsArpTableListResult + ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsRoutesTableListResult + ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderBandwidthsOffered + ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderListResult end class NetworkManagementClass - attr_reader :application_gateways, :express_route_circuit_authorizations, :express_route_circuit_peerings, :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, :configurable, :base_url, :options, :model_classes + attr_reader :load_balancers, :express_route_service_providers, :virtual_network_gateway_connections, :network_security_groups, :security_rules, :route_tables, :routes, :usages, :virtual_networks, :subnets, :virtual_network_gateways, :application_gateways, :public_ipaddresses, :local_network_gateways, :network_interfaces, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -158,24 +158,24 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @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 - @network_interfaces = @client_0.network_interfaces + @express_route_service_providers = @client_0.express_route_service_providers + @virtual_network_gateway_connections = @client_0.virtual_network_gateway_connections @network_security_groups = @client_0.network_security_groups @security_rules = @client_0.security_rules - @public_ipaddresses = @client_0.public_ipaddresses @route_tables = @client_0.route_tables @routes = @client_0.routes @usages = @client_0.usages @virtual_networks = @client_0.virtual_networks @subnets = @client_0.subnets @virtual_network_gateways = @client_0.virtual_network_gateways - @virtual_network_gateway_connections = @client_0.virtual_network_gateway_connections + @application_gateways = @client_0.application_gateways + @public_ipaddresses = @client_0.public_ipaddresses @local_network_gateways = @client_0.local_network_gateways + @network_interfaces = @client_0.network_interfaces + @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 @model_classes = ModelClasses.new end @@ -194,156 +194,87 @@ def method_missing(method, *args) end class ModelClasses - def express_route_circuits_stats_list_result - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsStatsListResult - end - def express_route_circuit_list_result - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitListResult - end - def sub_resource - Azure::Network::Mgmt::V2015_06_15::Models::SubResource - end - def express_route_service_provider_bandwidths_offered - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderBandwidthsOffered - end - def public_ipaddress_list_result - Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressListResult - end - def application_gateway_list_result - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayListResult - end - def application_gateway_backend_address - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddress - end - def resource - Azure::Network::Mgmt::V2015_06_15::Models::Resource - end - def connection_reset_shared_key - Azure::Network::Mgmt::V2015_06_15::Models::ConnectionResetSharedKey - end - def dns_name_availability_result - Azure::Network::Mgmt::V2015_06_15::Models::DnsNameAvailabilityResult - end - def network_interface_dns_settings - Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceDnsSettings - end - def network_security_group_list_result - Azure::Network::Mgmt::V2015_06_15::Models::NetworkSecurityGroupListResult + def virtual_network_gateway_connection_list_result + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionListResult end - def virtual_network_gateway_list_result - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayListResult + def application_gateway_sku + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySku end - def authorization_list_result - Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationListResult + def dhcp_options + Azure::Network::Mgmt::V2015_06_15::Models::DhcpOptions end - def bgp_settings - Azure::Network::Mgmt::V2015_06_15::Models::BgpSettings + def usages_list_result + Azure::Network::Mgmt::V2015_06_15::Models::UsagesListResult 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 - def address_space - Azure::Network::Mgmt::V2015_06_15::Models::AddressSpace - end - def express_route_circuit_peering_list_result - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringListResult + def express_route_circuit_service_provider_properties + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitServiceProviderProperties end - def usages_list_result - Azure::Network::Mgmt::V2015_06_15::Models::UsagesListResult + def express_route_circuit_routes_table + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitRoutesTable end - def express_route_circuit_sku - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSku + def express_route_circuit_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitListResult end def usage_name Azure::Network::Mgmt::V2015_06_15::Models::UsageName end - def express_route_circuit_service_provider_properties - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitServiceProviderProperties - 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 + def vpn_client_parameters + Azure::Network::Mgmt::V2015_06_15::Models::VpnClientParameters end - def connection_shared_key - Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKey + def express_route_circuit_stats + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitStats end def express_route_circuit_arp_table Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitArpTable end - 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 public_ipaddress_dns_settings - Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressDnsSettings - end - def express_route_circuit_routes_table - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitRoutesTable - end - def dhcp_options - Azure::Network::Mgmt::V2015_06_15::Models::DhcpOptions - end - def express_route_circuits_routes_table_list_result - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsRoutesTableListResult - end - def usage - Azure::Network::Mgmt::V2015_06_15::Models::Usage - end - def application_gateway_sku - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySku + def route_table_list_result + Azure::Network::Mgmt::V2015_06_15::Models::RouteTableListResult 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_backend_address + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddress end - def load_balancer_list_result - Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancerListResult + def public_ipaddress_list_result + Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressListResult end - def virtual_network_gateway_sku - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySku + def public_ipaddress_dns_settings + Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressDnsSettings end - def azure_async_operation_result - Azure::Network::Mgmt::V2015_06_15::Models::AzureAsyncOperationResult + def network_interface_list_result + Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceListResult end - def route_list_result - Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult + def network_interface_dns_settings + Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceDnsSettings end - def error - Azure::Network::Mgmt::V2015_06_15::Models::Error + def resource + Azure::Network::Mgmt::V2015_06_15::Models::Resource 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 express_route_circuit_peering_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringListResult end - def vpn_client_parameters - Azure::Network::Mgmt::V2015_06_15::Models::VpnClientParameters + def vpn_client_configuration + Azure::Network::Mgmt::V2015_06_15::Models::VpnClientConfiguration end - def error_details - Azure::Network::Mgmt::V2015_06_15::Models::ErrorDetails + def security_rule + Azure::Network::Mgmt::V2015_06_15::Models::SecurityRule + end + def application_gateway_backend_http_settings + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendHttpSettings end def application_gateway_ipconfiguration Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayIPConfiguration end + def public_ipaddress + Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddress + end def application_gateway_ssl_certificate Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySslCertificate end @@ -359,8 +290,8 @@ def backend_address_pool def inbound_nat_rule Azure::Network::Mgmt::V2015_06_15::Models::InboundNatRule end - def security_rule - Azure::Network::Mgmt::V2015_06_15::Models::SecurityRule + def application_gateway_probe + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProbe end def network_interface Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterface @@ -374,60 +305,39 @@ def route def route_table Azure::Network::Mgmt::V2015_06_15::Models::RouteTable end - def public_ipaddress - Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddress - end - def ipconfiguration - Azure::Network::Mgmt::V2015_06_15::Models::IPConfiguration - end - def subnet - Azure::Network::Mgmt::V2015_06_15::Models::Subnet + def application_gateway + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGateway end - def network_interface_ipconfiguration - Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceIPConfiguration + def application_gateway_url_path_map + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayUrlPathMap end def application_gateway_backend_address_pool Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddressPool end - def application_gateway_backend_http_settings - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendHttpSettings - end - def application_gateway_http_listener - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayHttpListener + def subnet + Azure::Network::Mgmt::V2015_06_15::Models::Subnet end def application_gateway_path_rule Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayPathRule end - def application_gateway_probe - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProbe + def network_interface_ipconfiguration + Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceIPConfiguration end def application_gateway_request_routing_rule Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRule end - def application_gateway_url_path_map - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayUrlPathMap - end - def application_gateway - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGateway - end - def express_route_circuit_authorization - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitAuthorization - end def express_route_circuit_peering Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeering end - def express_route_circuit - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuit + def application_gateway_http_listener + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayHttpListener + end + def ipconfiguration + Azure::Network::Mgmt::V2015_06_15::Models::IPConfiguration end def express_route_service_provider Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProvider end - def frontend_ipconfiguration - Azure::Network::Mgmt::V2015_06_15::Models::FrontendIPConfiguration - end - def load_balancing_rule - Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancingRule - end def probe Azure::Network::Mgmt::V2015_06_15::Models::Probe end @@ -440,6 +350,21 @@ def outbound_nat_rule def load_balancer Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancer end + def transport_protocol + Azure::Network::Mgmt::V2015_06_15::Models::TransportProtocol + end + def load_balancing_rule + Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancingRule + end + def ipallocation_method + Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod + end + def frontend_ipconfiguration + Azure::Network::Mgmt::V2015_06_15::Models::FrontendIPConfiguration + end + def express_route_circuit_authorization + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitAuthorization + end def virtual_network Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetwork end @@ -461,42 +386,39 @@ def local_network_gateway def virtual_network_gateway_connection Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnection end + def security_rule_direction + Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleDirection + end + def application_gateway_protocol + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProtocol + end + def express_route_circuit + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuit + end + def application_gateway_cookie_based_affinity + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayCookieBasedAffinity + end 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 ipallocation_method - Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod - end - def transport_protocol - Azure::Network::Mgmt::V2015_06_15::Models::TransportProtocol - end - def security_rule_protocol - Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleProtocol - end def security_rule_access Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleAccess end - def security_rule_direction - Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleDirection + def application_gateway_request_routing_rule_type + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRuleType end def route_next_hop_type Azure::Network::Mgmt::V2015_06_15::Models::RouteNextHopType end - def application_gateway_protocol - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProtocol - end - def application_gateway_cookie_based_affinity - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayCookieBasedAffinity - end - def application_gateway_request_routing_rule_type - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRuleType - end def application_gateway_operational_state Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayOperationalState end + def security_rule_protocol + Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleProtocol + end def authorization_use_status Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationUseStatus end @@ -542,11 +464,89 @@ def virtual_network_gateway_sku_tier def processor_architecture Azure::Network::Mgmt::V2015_06_15::Models::ProcessorArchitecture end + def virtual_network_gateway_connection_status + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionStatus + end def virtual_network_gateway_connection_type Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionType end - def virtual_network_gateway_connection_status - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionStatus + def express_route_circuits_stats_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsStatsListResult + end + def connection_shared_key_result + Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKeyResult + end + def error + Azure::Network::Mgmt::V2015_06_15::Models::Error + end + def load_balancer_list_result + Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancerListResult + end + def connection_shared_key + Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKey + end + def connection_reset_shared_key + Azure::Network::Mgmt::V2015_06_15::Models::ConnectionResetSharedKey + end + def virtual_network_gateway_list_result + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayListResult + end + def error_details + Azure::Network::Mgmt::V2015_06_15::Models::ErrorDetails + end + def azure_async_operation_result + Azure::Network::Mgmt::V2015_06_15::Models::AzureAsyncOperationResult + end + def sub_resource + Azure::Network::Mgmt::V2015_06_15::Models::SubResource + end + def bgp_settings + Azure::Network::Mgmt::V2015_06_15::Models::BgpSettings + end + def virtual_network_gateway_sku + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySku + end + def virtual_network_list_result + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkListResult + end + def application_gateway_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayListResult + end + def security_rule_list_result + Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleListResult + end + def network_security_group_list_result + Azure::Network::Mgmt::V2015_06_15::Models::NetworkSecurityGroupListResult + end + def usage + Azure::Network::Mgmt::V2015_06_15::Models::Usage + end + def address_space + Azure::Network::Mgmt::V2015_06_15::Models::AddressSpace + end + def dns_name_availability_result + Azure::Network::Mgmt::V2015_06_15::Models::DnsNameAvailabilityResult + end + def authorization_list_result + Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationListResult + end + def express_route_circuit_sku + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSku + end + def route_list_result + Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult + end + def express_route_circuits_arp_table_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsArpTableListResult + end + def express_route_circuits_routes_table_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsRoutesTableListResult + end + def express_route_service_provider_bandwidths_offered + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderBandwidthsOffered + end + def express_route_service_provider_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderListResult end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/policy_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/policy_profile_module.rb index bbc74d6759..7391bc7eac 100644 --- a/azure_sdk/lib/v2017_03_09/modules/policy_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/policy_profile_module.rb @@ -7,19 +7,19 @@ module Azure::Profiles::V2017_03_09 module Policy module Mgmt - PolicyAssignments = Azure::Policy::Mgmt::V2015_10_01_preview::PolicyAssignments PolicyDefinitions = Azure::Policy::Mgmt::V2015_10_01_preview::PolicyDefinitions + PolicyAssignments = Azure::Policy::Mgmt::V2015_10_01_preview::PolicyAssignments module Models + PolicyDefinitionListResult = Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyDefinitionListResult + PolicyType = Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyType PolicyAssignment = Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyAssignment PolicyDefinition = Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyDefinition PolicyAssignmentListResult = Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyAssignmentListResult - PolicyDefinitionListResult = Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyDefinitionListResult - PolicyType = Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyType end class PolicyManagementClass - attr_reader :policy_assignments, :policy_definitions, :configurable, :base_url, :options, :model_classes + attr_reader :policy_definitions, :policy_assignments, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -29,8 +29,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @policy_assignments = @client_0.policy_assignments @policy_definitions = @client_0.policy_definitions + @policy_assignments = @client_0.policy_assignments @model_classes = ModelClasses.new end @@ -49,6 +49,12 @@ def method_missing(method, *args) end class ModelClasses + def policy_definition_list_result + Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyDefinitionListResult + end + def policy_type + Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyType + end def policy_assignment Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyAssignment end @@ -58,12 +64,6 @@ def policy_definition def policy_assignment_list_result Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyAssignmentListResult end - def policy_definition_list_result - Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyDefinitionListResult - end - def policy_type - Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyType - end end end end 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 855dd74068..827e6b1aaf 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,64 +7,64 @@ module Azure::Profiles::V2017_03_09 module Resources module Mgmt + 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 - Resources = Azure::Resources::Mgmt::V2016_02_01::Resources Tags = Azure::Resources::Mgmt::V2016_02_01::Tags - DeploymentOperations = Azure::Resources::Mgmt::V2016_02_01::DeploymentOperations module Models - Sku = Azure::Resources::Mgmt::V2016_02_01::Models::Sku - DeploymentExtendedFilter = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtendedFilter + GenericResourceFilter = Azure::Resources::Mgmt::V2016_02_01::Models::GenericResourceFilter Identity = Azure::Resources::Mgmt::V2016_02_01::Models::Identity - ResourceGroupFilter = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupFilter TemplateLink = Azure::Resources::Mgmt::V2016_02_01::Models::TemplateLink - DebugSetting = Azure::Resources::Mgmt::V2016_02_01::Models::DebugSetting - ResourceListResult = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceListResult + ParametersLink = Azure::Resources::Mgmt::V2016_02_01::Models::ParametersLink + Dependency = Azure::Resources::Mgmt::V2016_02_01::Models::Dependency Deployment = Azure::Resources::Mgmt::V2016_02_01::Models::Deployment ResourceGroupProperties = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupProperties ResourceManagementErrorWithDetails = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceManagementErrorWithDetails ResourceGroup = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroup AliasType = Azure::Resources::Mgmt::V2016_02_01::Models::AliasType - ResourceGroupListResult = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupListResult Provider = Azure::Resources::Mgmt::V2016_02_01::Models::Provider + ResourceGroupListResult = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupListResult ResourcesMoveInfo = Azure::Resources::Mgmt::V2016_02_01::Models::ResourcesMoveInfo - Dependency = Azure::Resources::Mgmt::V2016_02_01::Models::Dependency + DeploymentPropertiesExtended = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentPropertiesExtended ExportTemplateRequest = Azure::Resources::Mgmt::V2016_02_01::Models::ExportTemplateRequest - DeploymentValidateResult = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentValidateResult + DeploymentExtended = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtended TagCount = Azure::Resources::Mgmt::V2016_02_01::Models::TagCount - DeploymentListResult = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentListResult + ProviderListResult = Azure::Resources::Mgmt::V2016_02_01::Models::ProviderListResult TagValue = Azure::Resources::Mgmt::V2016_02_01::Models::TagValue - Plan = Azure::Resources::Mgmt::V2016_02_01::Models::Plan + ResourceGroupFilter = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupFilter TagDetails = Azure::Resources::Mgmt::V2016_02_01::Models::TagDetails - ParametersLink = Azure::Resources::Mgmt::V2016_02_01::Models::ParametersLink + DeploymentProperties = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentProperties TagsListResult = Azure::Resources::Mgmt::V2016_02_01::Models::TagsListResult - DeploymentExportResult = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExportResult + AliasPathType = Azure::Resources::Mgmt::V2016_02_01::Models::AliasPathType TargetResource = Azure::Resources::Mgmt::V2016_02_01::Models::TargetResource - ProviderResourceType = Azure::Resources::Mgmt::V2016_02_01::Models::ProviderResourceType + BasicDependency = Azure::Resources::Mgmt::V2016_02_01::Models::BasicDependency HttpMessage = Azure::Resources::Mgmt::V2016_02_01::Models::HttpMessage - DeploymentPropertiesExtended = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentPropertiesExtended + DeploymentValidateResult = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentValidateResult DeploymentOperationProperties = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentOperationProperties - ProviderListResult = Azure::Resources::Mgmt::V2016_02_01::Models::ProviderListResult + DeploymentExtendedFilter = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtendedFilter DeploymentOperation = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentOperation - DeploymentProperties = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentProperties + DeploymentExportResult = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExportResult DeploymentOperationsListResult = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentOperationsListResult - 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 Resource = Azure::Resources::Mgmt::V2016_02_01::Models::Resource - DeploymentExtended = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtended - SubResource = Azure::Resources::Mgmt::V2016_02_01::Models::SubResource - AliasPathType = Azure::Resources::Mgmt::V2016_02_01::Models::AliasPathType + ResourceProviderOperationDisplayProperties = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceProviderOperationDisplayProperties + DebugSetting = Azure::Resources::Mgmt::V2016_02_01::Models::DebugSetting + DeploymentListResult = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentListResult + ProviderResourceType = Azure::Resources::Mgmt::V2016_02_01::Models::ProviderResourceType ResourceGroupExportResult = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupExportResult GenericResource = Azure::Resources::Mgmt::V2016_02_01::Models::GenericResource DeploymentMode = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentMode + SubResource = Azure::Resources::Mgmt::V2016_02_01::Models::SubResource + ResourceListResult = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceListResult + Plan = Azure::Resources::Mgmt::V2016_02_01::Models::Plan ResourceIdentityType = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceIdentityType + Sku = Azure::Resources::Mgmt::V2016_02_01::Models::Sku end class ResourcesManagementClass - attr_reader :deployments, :providers, :resource_groups, :resources, :tags, :deployment_operations, :configurable, :base_url, :options, :model_classes + attr_reader :deployment_operations, :resources, :deployments, :providers, :resource_groups, :tags, :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) + @deployment_operations = @client_0.deployment_operations + @resources = @client_0.resources @deployments = @client_0.deployments @providers = @client_0.providers @resource_groups = @client_0.resource_groups - @resources = @client_0.resources @tags = @client_0.tags - @deployment_operations = @client_0.deployment_operations @model_classes = ModelClasses.new end @@ -98,26 +98,20 @@ def method_missing(method, *args) end class ModelClasses - def sku - Azure::Resources::Mgmt::V2016_02_01::Models::Sku - end - def deployment_extended_filter - Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtendedFilter + def generic_resource_filter + Azure::Resources::Mgmt::V2016_02_01::Models::GenericResourceFilter end def identity Azure::Resources::Mgmt::V2016_02_01::Models::Identity end - def resource_group_filter - Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupFilter - end def template_link Azure::Resources::Mgmt::V2016_02_01::Models::TemplateLink end - def debug_setting - Azure::Resources::Mgmt::V2016_02_01::Models::DebugSetting + def parameters_link + Azure::Resources::Mgmt::V2016_02_01::Models::ParametersLink end - def resource_list_result - Azure::Resources::Mgmt::V2016_02_01::Models::ResourceListResult + def dependency + Azure::Resources::Mgmt::V2016_02_01::Models::Dependency end def deployment Azure::Resources::Mgmt::V2016_02_01::Models::Deployment @@ -134,95 +128,89 @@ def resource_group def alias_type Azure::Resources::Mgmt::V2016_02_01::Models::AliasType end - def resource_group_list_result - Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupListResult - end def provider Azure::Resources::Mgmt::V2016_02_01::Models::Provider end + def resource_group_list_result + Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupListResult + end def resources_move_info Azure::Resources::Mgmt::V2016_02_01::Models::ResourcesMoveInfo end - def dependency - Azure::Resources::Mgmt::V2016_02_01::Models::Dependency + def deployment_properties_extended + Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentPropertiesExtended end def export_template_request Azure::Resources::Mgmt::V2016_02_01::Models::ExportTemplateRequest end - def deployment_validate_result - Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentValidateResult + def deployment_extended + Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtended end def tag_count Azure::Resources::Mgmt::V2016_02_01::Models::TagCount end - def deployment_list_result - Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentListResult + def provider_list_result + Azure::Resources::Mgmt::V2016_02_01::Models::ProviderListResult end def tag_value Azure::Resources::Mgmt::V2016_02_01::Models::TagValue end - def plan - Azure::Resources::Mgmt::V2016_02_01::Models::Plan + def resource_group_filter + Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupFilter end def tag_details Azure::Resources::Mgmt::V2016_02_01::Models::TagDetails end - def parameters_link - Azure::Resources::Mgmt::V2016_02_01::Models::ParametersLink + def deployment_properties + Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentProperties end def tags_list_result Azure::Resources::Mgmt::V2016_02_01::Models::TagsListResult end - def deployment_export_result - Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExportResult + def alias_path_type + Azure::Resources::Mgmt::V2016_02_01::Models::AliasPathType end def target_resource Azure::Resources::Mgmt::V2016_02_01::Models::TargetResource end - def provider_resource_type - Azure::Resources::Mgmt::V2016_02_01::Models::ProviderResourceType + def basic_dependency + Azure::Resources::Mgmt::V2016_02_01::Models::BasicDependency end def http_message Azure::Resources::Mgmt::V2016_02_01::Models::HttpMessage end - def deployment_properties_extended - Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentPropertiesExtended + def deployment_validate_result + Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentValidateResult end def deployment_operation_properties Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentOperationProperties end - def provider_list_result - Azure::Resources::Mgmt::V2016_02_01::Models::ProviderListResult + def deployment_extended_filter + Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtendedFilter end def deployment_operation Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentOperation end - def deployment_properties - Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentProperties + def deployment_export_result + Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExportResult end def deployment_operations_list_result Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentOperationsListResult end - def basic_dependency - Azure::Resources::Mgmt::V2016_02_01::Models::BasicDependency + def resource + Azure::Resources::Mgmt::V2016_02_01::Models::Resource end def resource_provider_operation_display_properties Azure::Resources::Mgmt::V2016_02_01::Models::ResourceProviderOperationDisplayProperties end - def generic_resource_filter - Azure::Resources::Mgmt::V2016_02_01::Models::GenericResourceFilter - end - def resource - Azure::Resources::Mgmt::V2016_02_01::Models::Resource - end - def deployment_extended - Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtended + def debug_setting + Azure::Resources::Mgmt::V2016_02_01::Models::DebugSetting end - def sub_resource - Azure::Resources::Mgmt::V2016_02_01::Models::SubResource + def deployment_list_result + Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentListResult end - def alias_path_type - Azure::Resources::Mgmt::V2016_02_01::Models::AliasPathType + def provider_resource_type + Azure::Resources::Mgmt::V2016_02_01::Models::ProviderResourceType end def resource_group_export_result Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupExportResult @@ -233,9 +221,21 @@ def generic_resource def deployment_mode Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentMode end + def sub_resource + Azure::Resources::Mgmt::V2016_02_01::Models::SubResource + end + def resource_list_result + Azure::Resources::Mgmt::V2016_02_01::Models::ResourceListResult + end + def plan + Azure::Resources::Mgmt::V2016_02_01::Models::Plan + end def resource_identity_type Azure::Resources::Mgmt::V2016_02_01::Models::ResourceIdentityType end + def sku + Azure::Resources::Mgmt::V2016_02_01::Models::Sku + end end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/storage_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/storage_profile_module.rb index 7b84bfc0bc..2fe4a3a822 100644 --- a/azure_sdk/lib/v2017_03_09/modules/storage_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/storage_profile_module.rb @@ -7,42 +7,42 @@ module Azure::Profiles::V2017_03_09 module Storage module Mgmt - StorageAccounts = Azure::Storage::Mgmt::V2016_01_01::StorageAccounts UsageOperations = Azure::Storage::Mgmt::V2016_01_01::UsageOperations + StorageAccounts = Azure::Storage::Mgmt::V2016_01_01::StorageAccounts module Models + StorageAccountCreateParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCreateParameters + StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountUpdateParameters + Resource = Azure::Storage::Mgmt::V2016_01_01::Models::Resource + ProvisioningState = Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState + CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2016_01_01::Models::CheckNameAvailabilityResult + SkuName = Azure::Storage::Mgmt::V2016_01_01::Models::SkuName StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCheckNameAvailabilityParameters StorageAccountKey = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountKey - Sku = Azure::Storage::Mgmt::V2016_01_01::Models::Sku StorageAccountListResult = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListResult EncryptionService = Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionService StorageAccountListKeysResult = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListKeysResult Encryption = Azure::Storage::Mgmt::V2016_01_01::Models::Encryption StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountRegenerateKeyParameters Endpoints = Azure::Storage::Mgmt::V2016_01_01::Models::Endpoints - StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountUpdateParameters CustomDomain = Azure::Storage::Mgmt::V2016_01_01::Models::CustomDomain - UsageName = Azure::Storage::Mgmt::V2016_01_01::Models::UsageName - StorageAccountCreateParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCreateParameters - Usage = Azure::Storage::Mgmt::V2016_01_01::Models::Usage EncryptionServices = Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionServices UsageListResult = Azure::Storage::Mgmt::V2016_01_01::Models::UsageListResult - CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2016_01_01::Models::CheckNameAvailabilityResult - Resource = Azure::Storage::Mgmt::V2016_01_01::Models::Resource - StorageAccount = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount - Reason = Azure::Storage::Mgmt::V2016_01_01::Models::Reason - SkuName = Azure::Storage::Mgmt::V2016_01_01::Models::SkuName + Sku = Azure::Storage::Mgmt::V2016_01_01::Models::Sku + UsageName = Azure::Storage::Mgmt::V2016_01_01::Models::UsageName SkuTier = Azure::Storage::Mgmt::V2016_01_01::Models::SkuTier - AccessTier = Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier + Reason = Azure::Storage::Mgmt::V2016_01_01::Models::Reason Kind = Azure::Storage::Mgmt::V2016_01_01::Models::Kind - ProvisioningState = Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState + AccessTier = Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier + Usage = Azure::Storage::Mgmt::V2016_01_01::Models::Usage AccountStatus = Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus KeyPermission = Azure::Storage::Mgmt::V2016_01_01::Models::KeyPermission UsageUnit = Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit + StorageAccount = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount end class StorageManagementClass - attr_reader :storage_accounts, :usage_operations, :configurable, :base_url, :options, :model_classes + attr_reader :usage_operations, :storage_accounts, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -52,8 +52,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @storage_accounts = @client_0.storage_accounts @usage_operations = @client_0.usage_operations + @storage_accounts = @client_0.storage_accounts @model_classes = ModelClasses.new end @@ -72,15 +72,30 @@ def method_missing(method, *args) end class ModelClasses + def storage_account_create_parameters + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCreateParameters + end + def storage_account_update_parameters + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountUpdateParameters + end + def resource + Azure::Storage::Mgmt::V2016_01_01::Models::Resource + end + def provisioning_state + Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState + end + def check_name_availability_result + Azure::Storage::Mgmt::V2016_01_01::Models::CheckNameAvailabilityResult + end + def sku_name + Azure::Storage::Mgmt::V2016_01_01::Models::SkuName + end def storage_account_check_name_availability_parameters Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCheckNameAvailabilityParameters end def storage_account_key Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountKey end - def sku - Azure::Storage::Mgmt::V2016_01_01::Models::Sku - end def storage_account_list_result Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListResult end @@ -99,53 +114,35 @@ def storage_account_regenerate_key_parameters def endpoints Azure::Storage::Mgmt::V2016_01_01::Models::Endpoints end - def storage_account_update_parameters - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountUpdateParameters - end def custom_domain Azure::Storage::Mgmt::V2016_01_01::Models::CustomDomain end - def usage_name - Azure::Storage::Mgmt::V2016_01_01::Models::UsageName - end - def storage_account_create_parameters - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCreateParameters - end - def usage - Azure::Storage::Mgmt::V2016_01_01::Models::Usage - end def encryption_services Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionServices end def usage_list_result Azure::Storage::Mgmt::V2016_01_01::Models::UsageListResult end - def check_name_availability_result - Azure::Storage::Mgmt::V2016_01_01::Models::CheckNameAvailabilityResult + def sku + Azure::Storage::Mgmt::V2016_01_01::Models::Sku end - def resource - Azure::Storage::Mgmt::V2016_01_01::Models::Resource + def usage_name + Azure::Storage::Mgmt::V2016_01_01::Models::UsageName end - def storage_account - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount + def sku_tier + Azure::Storage::Mgmt::V2016_01_01::Models::SkuTier end def reason Azure::Storage::Mgmt::V2016_01_01::Models::Reason end - def sku_name - Azure::Storage::Mgmt::V2016_01_01::Models::SkuName - end - def sku_tier - Azure::Storage::Mgmt::V2016_01_01::Models::SkuTier + def kind + Azure::Storage::Mgmt::V2016_01_01::Models::Kind end def access_tier Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier end - def kind - Azure::Storage::Mgmt::V2016_01_01::Models::Kind - end - def provisioning_state - Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState + def usage + Azure::Storage::Mgmt::V2016_01_01::Models::Usage end def account_status Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus @@ -156,6 +153,9 @@ def key_permission def usage_unit Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit end + def storage_account + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount + end end end end 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 b67c33ef3c..b505966df7 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 @@ -8,26 +8,26 @@ module Azure::Profiles::V2017_03_09 module Subscriptions module Mgmt Operations = Azure::Subscriptions::Mgmt::V2016_06_01::Operations - Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions Tenants = Azure::Subscriptions::Mgmt::V2016_06_01::Tenants + Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions module Models - TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription Location = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location - TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult - SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies OperationDisplay = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay - SubscriptionListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult Operation = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation + TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription + SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies + SubscriptionListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult Subscription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription OperationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationListResult - LocationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult SubscriptionState = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState + TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult + LocationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult SpendingLimit = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit end class SubscriptionsManagementClass - attr_reader :operations, :subscriptions, :tenants, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :tenants, :subscriptions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -38,8 +38,8 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations - @subscriptions = @client_0.subscriptions @tenants = @client_0.tenants + @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new end @@ -58,39 +58,39 @@ def method_missing(method, *args) end class ModelClasses - def tenant_id_description - Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription - end def location Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location end - def tenant_list_result - Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult + def operation_display + Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay + end + def operation + Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation + end + def tenant_id_description + Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription end def subscription_policies Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies end - def operation_display - Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay - end def subscription_list_result Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult end - def operation - Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation - end def subscription Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription end def operation_list_result Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationListResult end - def location_list_result - Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult - end def subscription_state Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState end + def tenant_list_result + Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult + end + def location_list_result + Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult + end def spending_limit Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit end diff --git a/azure_sdk/lib/v2018_03_01/modules/compute_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/compute_profile_module.rb index 778531386d..729f2fcf8b 100644 --- a/azure_sdk/lib/v2018_03_01/modules/compute_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/compute_profile_module.rb @@ -7,8 +7,6 @@ module Azure::Profiles::V2018_03_01 module Compute module Mgmt - AvailabilitySets = Azure::Compute::Mgmt::V2017_03_30::AvailabilitySets - VirtualMachineExtensionImages = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineExtensionImages VirtualMachineExtensions = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineExtensions VirtualMachines = Azure::Compute::Mgmt::V2017_03_30::VirtualMachines VirtualMachineImages = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineImages @@ -23,57 +21,10 @@ module Mgmt Disks = Azure::Compute::Mgmt::V2017_03_30::Disks Snapshots = Azure::Compute::Mgmt::V2017_03_30::Snapshots VirtualMachineRunCommands = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineRunCommands + AvailabilitySets = Azure::Compute::Mgmt::V2017_03_30::AvailabilitySets + VirtualMachineExtensionImages = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineExtensionImages module Models - VirtualMachineScaleSetManagedDiskParameters = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetManagedDiskParameters - VirtualMachineScaleSetOSDisk = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetOSDisk - SubResource = Azure::Compute::Mgmt::V2017_03_30::Models::SubResource - VirtualMachineScaleSetUpdateOSDisk = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateOSDisk - EncryptionSettings = Azure::Compute::Mgmt::V2017_03_30::Models::EncryptionSettings - AvailabilitySetListResult = Azure::Compute::Mgmt::V2017_03_30::Models::AvailabilitySetListResult - ImageListResult = Azure::Compute::Mgmt::V2017_03_30::Models::ImageListResult - VirtualMachineSizeListResult = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineSizeListResult - VirtualMachineScaleSetIdentity = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetIdentity - RunCommandListResult = Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandListResult - ResourceSkuCapacity = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCapacity - RunCommandDocumentBase = Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandDocumentBase - ResourceSkuCosts = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCosts - VirtualMachineExtensionsListResult = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineExtensionsListResult - ResourceSkuCapabilities = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCapabilities - OSDiskImage = Azure::Compute::Mgmt::V2017_03_30::Models::OSDiskImage - ResourceSkuRestrictions = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuRestrictions - RunCommandInput = Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandInput - ResourceSku = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSku - Usage = Azure::Compute::Mgmt::V2017_03_30::Models::Usage - ResourceSkusResult = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkusResult - VirtualMachineCaptureParameters = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineCaptureParameters - VirtualMachineScaleSetOSProfile = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetOSProfile - Plan = Azure::Compute::Mgmt::V2017_03_30::Models::Plan - VirtualMachineScaleSetUpdateOSProfile = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateOSProfile - SnapshotList = Azure::Compute::Mgmt::V2017_03_30::Models::SnapshotList - InstanceViewStatus = Azure::Compute::Mgmt::V2017_03_30::Models::InstanceViewStatus - KeyVaultKeyReference = Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultKeyReference - Sku = Azure::Compute::Mgmt::V2017_03_30::Models::Sku - VirtualHardDisk = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualHardDisk - KeyVaultAndKeyReference = Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultAndKeyReference - OSDisk = Azure::Compute::Mgmt::V2017_03_30::Models::OSDisk - VirtualMachineScaleSetDataDisk = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetDataDisk - StorageProfile = Azure::Compute::Mgmt::V2017_03_30::Models::StorageProfile - VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetStorageProfile - WinRMListener = Azure::Compute::Mgmt::V2017_03_30::Models::WinRMListener - VirtualMachineScaleSetUpdateStorageProfile = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateStorageProfile - WindowsConfiguration = Azure::Compute::Mgmt::V2017_03_30::Models::WindowsConfiguration - ApiEntityReference = Azure::Compute::Mgmt::V2017_03_30::Models::ApiEntityReference - SshConfiguration = Azure::Compute::Mgmt::V2017_03_30::Models::SshConfiguration - VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings - VaultCertificate = Azure::Compute::Mgmt::V2017_03_30::Models::VaultCertificate - VirtualMachineScaleSetPublicIPAddressConfiguration = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetPublicIPAddressConfiguration - OSProfile = Azure::Compute::Mgmt::V2017_03_30::Models::OSProfile - VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration - NetworkProfile = Azure::Compute::Mgmt::V2017_03_30::Models::NetworkProfile - KeyVaultAndSecretReference = Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultAndSecretReference - DiagnosticsProfile = Azure::Compute::Mgmt::V2017_03_30::Models::DiagnosticsProfile - SourceVault = Azure::Compute::Mgmt::V2017_03_30::Models::SourceVault VirtualMachineAgentInstanceView = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineAgentInstanceView VirtualMachineScaleSetNetworkConfigurationDnsSettings = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetNetworkConfigurationDnsSettings BootDiagnosticsInstanceView = Azure::Compute::Mgmt::V2017_03_30::Models::BootDiagnosticsInstanceView @@ -194,10 +145,59 @@ module Models DiskCreateOption = Azure::Compute::Mgmt::V2017_03_30::Models::DiskCreateOption AccessLevel = Azure::Compute::Mgmt::V2017_03_30::Models::AccessLevel InstanceViewTypes = Azure::Compute::Mgmt::V2017_03_30::Models::InstanceViewTypes + VirtualMachineScaleSetManagedDiskParameters = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetManagedDiskParameters + VirtualMachineScaleSetOSDisk = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetOSDisk + SubResource = Azure::Compute::Mgmt::V2017_03_30::Models::SubResource + VirtualMachineScaleSetUpdateOSDisk = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateOSDisk + EncryptionSettings = Azure::Compute::Mgmt::V2017_03_30::Models::EncryptionSettings + AvailabilitySetListResult = Azure::Compute::Mgmt::V2017_03_30::Models::AvailabilitySetListResult + ImageListResult = Azure::Compute::Mgmt::V2017_03_30::Models::ImageListResult + VirtualMachineSizeListResult = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineSizeListResult + VirtualMachineScaleSetIdentity = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetIdentity + RunCommandListResult = Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandListResult + ResourceSkuCapacity = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCapacity + RunCommandDocumentBase = Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandDocumentBase + ResourceSkuCosts = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCosts + VirtualMachineExtensionsListResult = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineExtensionsListResult + ResourceSkuCapabilities = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCapabilities + OSDiskImage = Azure::Compute::Mgmt::V2017_03_30::Models::OSDiskImage + ResourceSkuRestrictions = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuRestrictions + RunCommandInput = Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandInput + ResourceSku = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSku + Usage = Azure::Compute::Mgmt::V2017_03_30::Models::Usage + ResourceSkusResult = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkusResult + VirtualMachineCaptureParameters = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineCaptureParameters + VirtualMachineScaleSetOSProfile = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetOSProfile + Plan = Azure::Compute::Mgmt::V2017_03_30::Models::Plan + VirtualMachineScaleSetUpdateOSProfile = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateOSProfile + SnapshotList = Azure::Compute::Mgmt::V2017_03_30::Models::SnapshotList + InstanceViewStatus = Azure::Compute::Mgmt::V2017_03_30::Models::InstanceViewStatus + KeyVaultKeyReference = Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultKeyReference + Sku = Azure::Compute::Mgmt::V2017_03_30::Models::Sku + VirtualHardDisk = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualHardDisk + KeyVaultAndKeyReference = Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultAndKeyReference + OSDisk = Azure::Compute::Mgmt::V2017_03_30::Models::OSDisk + VirtualMachineScaleSetDataDisk = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetDataDisk + StorageProfile = Azure::Compute::Mgmt::V2017_03_30::Models::StorageProfile + VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetStorageProfile + WinRMListener = Azure::Compute::Mgmt::V2017_03_30::Models::WinRMListener + VirtualMachineScaleSetUpdateStorageProfile = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateStorageProfile + WindowsConfiguration = Azure::Compute::Mgmt::V2017_03_30::Models::WindowsConfiguration + ApiEntityReference = Azure::Compute::Mgmt::V2017_03_30::Models::ApiEntityReference + SshConfiguration = Azure::Compute::Mgmt::V2017_03_30::Models::SshConfiguration + VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings + VaultCertificate = Azure::Compute::Mgmt::V2017_03_30::Models::VaultCertificate + VirtualMachineScaleSetPublicIPAddressConfiguration = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetPublicIPAddressConfiguration + OSProfile = Azure::Compute::Mgmt::V2017_03_30::Models::OSProfile + VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration + NetworkProfile = Azure::Compute::Mgmt::V2017_03_30::Models::NetworkProfile + KeyVaultAndSecretReference = Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultAndSecretReference + DiagnosticsProfile = Azure::Compute::Mgmt::V2017_03_30::Models::DiagnosticsProfile + SourceVault = Azure::Compute::Mgmt::V2017_03_30::Models::SourceVault end class ComputeManagementClass - attr_reader :availability_sets, :virtual_machine_extension_images, :virtual_machine_extensions, :virtual_machines, :virtual_machine_images, :usage_operations, :virtual_machine_sizes, :images, :resource_skus, :virtual_machine_scale_sets, :virtual_machine_scale_set_extensions, :virtual_machine_scale_set_rolling_upgrades, :virtual_machine_scale_set_vms, :disks, :snapshots, :virtual_machine_run_commands, :configurable, :base_url, :options, :model_classes + attr_reader :virtual_machine_extensions, :virtual_machines, :virtual_machine_images, :usage_operations, :virtual_machine_sizes, :images, :resource_skus, :virtual_machine_scale_sets, :virtual_machine_scale_set_extensions, :virtual_machine_scale_set_rolling_upgrades, :virtual_machine_scale_set_vms, :disks, :snapshots, :virtual_machine_run_commands, :availability_sets, :virtual_machine_extension_images, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -207,8 +207,6 @@ 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 @@ -223,6 +221,8 @@ def initialize(configurable, base_url=nil, options=nil) @disks = @client_0.disks @snapshots = @client_0.snapshots @virtual_machine_run_commands = @client_0.virtual_machine_run_commands + @availability_sets = @client_0.availability_sets + @virtual_machine_extension_images = @client_0.virtual_machine_extension_images @model_classes = ModelClasses.new end @@ -241,153 +241,6 @@ def method_missing(method, *args) end class ModelClasses - def virtual_machine_scale_set_managed_disk_parameters - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetManagedDiskParameters - end - def virtual_machine_scale_set_osdisk - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetOSDisk - end - def sub_resource - Azure::Compute::Mgmt::V2017_03_30::Models::SubResource - end - def virtual_machine_scale_set_update_osdisk - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateOSDisk - end - def encryption_settings - Azure::Compute::Mgmt::V2017_03_30::Models::EncryptionSettings - end - def availability_set_list_result - Azure::Compute::Mgmt::V2017_03_30::Models::AvailabilitySetListResult - end - def image_list_result - Azure::Compute::Mgmt::V2017_03_30::Models::ImageListResult - end - def virtual_machine_size_list_result - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineSizeListResult - end - def virtual_machine_scale_set_identity - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetIdentity - end - def run_command_list_result - Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandListResult - end - def resource_sku_capacity - Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCapacity - end - def run_command_document_base - Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandDocumentBase - end - def resource_sku_costs - Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCosts - end - def virtual_machine_extensions_list_result - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineExtensionsListResult - end - def resource_sku_capabilities - Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCapabilities - end - def osdisk_image - Azure::Compute::Mgmt::V2017_03_30::Models::OSDiskImage - end - def resource_sku_restrictions - Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuRestrictions - end - def run_command_input - Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandInput - end - def resource_sku - Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSku - end - def usage - Azure::Compute::Mgmt::V2017_03_30::Models::Usage - end - def resource_skus_result - Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkusResult - end - def virtual_machine_capture_parameters - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineCaptureParameters - end - def virtual_machine_scale_set_osprofile - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetOSProfile - end - def plan - Azure::Compute::Mgmt::V2017_03_30::Models::Plan - end - def virtual_machine_scale_set_update_osprofile - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateOSProfile - end - def snapshot_list - Azure::Compute::Mgmt::V2017_03_30::Models::SnapshotList - end - def instance_view_status - Azure::Compute::Mgmt::V2017_03_30::Models::InstanceViewStatus - end - def key_vault_key_reference - Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultKeyReference - end - def sku - Azure::Compute::Mgmt::V2017_03_30::Models::Sku - end - def virtual_hard_disk - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualHardDisk - end - def key_vault_and_key_reference - Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultAndKeyReference - end - def osdisk - Azure::Compute::Mgmt::V2017_03_30::Models::OSDisk - end - def virtual_machine_scale_set_data_disk - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetDataDisk - end - def storage_profile - Azure::Compute::Mgmt::V2017_03_30::Models::StorageProfile - end - def virtual_machine_scale_set_storage_profile - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetStorageProfile - end - def win_rmlistener - Azure::Compute::Mgmt::V2017_03_30::Models::WinRMListener - end - def virtual_machine_scale_set_update_storage_profile - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateStorageProfile - end - def windows_configuration - Azure::Compute::Mgmt::V2017_03_30::Models::WindowsConfiguration - end - def api_entity_reference - Azure::Compute::Mgmt::V2017_03_30::Models::ApiEntityReference - end - def ssh_configuration - Azure::Compute::Mgmt::V2017_03_30::Models::SshConfiguration - end - def virtual_machine_scale_set_public_ipaddress_configuration_dns_settings - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings - end - def vault_certificate - Azure::Compute::Mgmt::V2017_03_30::Models::VaultCertificate - end - def virtual_machine_scale_set_public_ipaddress_configuration - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetPublicIPAddressConfiguration - end - def osprofile - Azure::Compute::Mgmt::V2017_03_30::Models::OSProfile - end - def virtual_machine_scale_set_update_public_ipaddress_configuration - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration - end - def network_profile - Azure::Compute::Mgmt::V2017_03_30::Models::NetworkProfile - end - def key_vault_and_secret_reference - Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultAndSecretReference - end - def diagnostics_profile - Azure::Compute::Mgmt::V2017_03_30::Models::DiagnosticsProfile - end - def source_vault - Azure::Compute::Mgmt::V2017_03_30::Models::SourceVault - end def virtual_machine_agent_instance_view Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineAgentInstanceView end @@ -748,6 +601,153 @@ def access_level def instance_view_types Azure::Compute::Mgmt::V2017_03_30::Models::InstanceViewTypes end + def virtual_machine_scale_set_managed_disk_parameters + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetManagedDiskParameters + end + def virtual_machine_scale_set_osdisk + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetOSDisk + end + def sub_resource + Azure::Compute::Mgmt::V2017_03_30::Models::SubResource + end + def virtual_machine_scale_set_update_osdisk + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateOSDisk + end + def encryption_settings + Azure::Compute::Mgmt::V2017_03_30::Models::EncryptionSettings + end + def availability_set_list_result + Azure::Compute::Mgmt::V2017_03_30::Models::AvailabilitySetListResult + end + def image_list_result + Azure::Compute::Mgmt::V2017_03_30::Models::ImageListResult + end + def virtual_machine_size_list_result + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineSizeListResult + end + def virtual_machine_scale_set_identity + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetIdentity + end + def run_command_list_result + Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandListResult + end + def resource_sku_capacity + Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCapacity + end + def run_command_document_base + Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandDocumentBase + end + def resource_sku_costs + Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCosts + end + def virtual_machine_extensions_list_result + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineExtensionsListResult + end + def resource_sku_capabilities + Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCapabilities + end + def osdisk_image + Azure::Compute::Mgmt::V2017_03_30::Models::OSDiskImage + end + def resource_sku_restrictions + Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuRestrictions + end + def run_command_input + Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandInput + end + def resource_sku + Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSku + end + def usage + Azure::Compute::Mgmt::V2017_03_30::Models::Usage + end + def resource_skus_result + Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkusResult + end + def virtual_machine_capture_parameters + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineCaptureParameters + end + def virtual_machine_scale_set_osprofile + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetOSProfile + end + def plan + Azure::Compute::Mgmt::V2017_03_30::Models::Plan + end + def virtual_machine_scale_set_update_osprofile + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateOSProfile + end + def snapshot_list + Azure::Compute::Mgmt::V2017_03_30::Models::SnapshotList + end + def instance_view_status + Azure::Compute::Mgmt::V2017_03_30::Models::InstanceViewStatus + end + def key_vault_key_reference + Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultKeyReference + end + def sku + Azure::Compute::Mgmt::V2017_03_30::Models::Sku + end + def virtual_hard_disk + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualHardDisk + end + def key_vault_and_key_reference + Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultAndKeyReference + end + def osdisk + Azure::Compute::Mgmt::V2017_03_30::Models::OSDisk + end + def virtual_machine_scale_set_data_disk + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetDataDisk + end + def storage_profile + Azure::Compute::Mgmt::V2017_03_30::Models::StorageProfile + end + def virtual_machine_scale_set_storage_profile + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetStorageProfile + end + def win_rmlistener + Azure::Compute::Mgmt::V2017_03_30::Models::WinRMListener + end + def virtual_machine_scale_set_update_storage_profile + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateStorageProfile + end + def windows_configuration + Azure::Compute::Mgmt::V2017_03_30::Models::WindowsConfiguration + end + def api_entity_reference + Azure::Compute::Mgmt::V2017_03_30::Models::ApiEntityReference + end + def ssh_configuration + Azure::Compute::Mgmt::V2017_03_30::Models::SshConfiguration + end + def virtual_machine_scale_set_public_ipaddress_configuration_dns_settings + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings + end + def vault_certificate + Azure::Compute::Mgmt::V2017_03_30::Models::VaultCertificate + end + def virtual_machine_scale_set_public_ipaddress_configuration + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetPublicIPAddressConfiguration + end + def osprofile + Azure::Compute::Mgmt::V2017_03_30::Models::OSProfile + end + def virtual_machine_scale_set_update_public_ipaddress_configuration + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration + end + def network_profile + Azure::Compute::Mgmt::V2017_03_30::Models::NetworkProfile + end + def key_vault_and_secret_reference + Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultAndSecretReference + end + def diagnostics_profile + Azure::Compute::Mgmt::V2017_03_30::Models::DiagnosticsProfile + end + def source_vault + Azure::Compute::Mgmt::V2017_03_30::Models::SourceVault + end end end end diff --git a/azure_sdk/lib/v2018_03_01/modules/dns_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/dns_profile_module.rb index 14cfdd76c9..648e769223 100644 --- a/azure_sdk/lib/v2018_03_01/modules/dns_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/dns_profile_module.rb @@ -11,6 +11,10 @@ module Mgmt Zones = Azure::Dns::Mgmt::V2016_04_01::Zones module Models + OperationStatus = Azure::Dns::Mgmt::V2016_04_01::Models::OperationStatus + HttpStatusCode = Azure::Dns::Mgmt::V2016_04_01::Models::HttpStatusCode + RecordType = Azure::Dns::Mgmt::V2016_04_01::Models::RecordType + Resource = Azure::Dns::Mgmt::V2016_04_01::Models::Resource RecordSetUpdateParameters = Azure::Dns::Mgmt::V2016_04_01::Models::RecordSetUpdateParameters RecordSetListResult = Azure::Dns::Mgmt::V2016_04_01::Models::RecordSetListResult AaaaRecord = Azure::Dns::Mgmt::V2016_04_01::Models::AaaaRecord @@ -18,7 +22,6 @@ module Models MxRecord = Azure::Dns::Mgmt::V2016_04_01::Models::MxRecord PtrRecord = Azure::Dns::Mgmt::V2016_04_01::Models::PtrRecord SrvRecord = Azure::Dns::Mgmt::V2016_04_01::Models::SrvRecord - Resource = Azure::Dns::Mgmt::V2016_04_01::Models::Resource CnameRecord = Azure::Dns::Mgmt::V2016_04_01::Models::CnameRecord ZoneDeleteResult = Azure::Dns::Mgmt::V2016_04_01::Models::ZoneDeleteResult RecordSet = Azure::Dns::Mgmt::V2016_04_01::Models::RecordSet @@ -30,9 +33,6 @@ module Models Zone = Azure::Dns::Mgmt::V2016_04_01::Models::Zone ProxyResource = Azure::Dns::Mgmt::V2016_04_01::Models::ProxyResource AzureEntityResource = Azure::Dns::Mgmt::V2016_04_01::Models::AzureEntityResource - OperationStatus = Azure::Dns::Mgmt::V2016_04_01::Models::OperationStatus - HttpStatusCode = Azure::Dns::Mgmt::V2016_04_01::Models::HttpStatusCode - RecordType = Azure::Dns::Mgmt::V2016_04_01::Models::RecordType end class DnsManagementClass @@ -66,6 +66,18 @@ def method_missing(method, *args) end class ModelClasses + def operation_status + Azure::Dns::Mgmt::V2016_04_01::Models::OperationStatus + end + def http_status_code + Azure::Dns::Mgmt::V2016_04_01::Models::HttpStatusCode + end + def record_type + Azure::Dns::Mgmt::V2016_04_01::Models::RecordType + end + def resource + Azure::Dns::Mgmt::V2016_04_01::Models::Resource + end def record_set_update_parameters Azure::Dns::Mgmt::V2016_04_01::Models::RecordSetUpdateParameters end @@ -87,9 +99,6 @@ def ptr_record def srv_record Azure::Dns::Mgmt::V2016_04_01::Models::SrvRecord end - def resource - Azure::Dns::Mgmt::V2016_04_01::Models::Resource - end def cname_record Azure::Dns::Mgmt::V2016_04_01::Models::CnameRecord end @@ -123,15 +132,6 @@ def proxy_resource def azure_entity_resource Azure::Dns::Mgmt::V2016_04_01::Models::AzureEntityResource end - def operation_status - Azure::Dns::Mgmt::V2016_04_01::Models::OperationStatus - end - def http_status_code - Azure::Dns::Mgmt::V2016_04_01::Models::HttpStatusCode - end - def record_type - Azure::Dns::Mgmt::V2016_04_01::Models::RecordType - end end end end diff --git a/azure_sdk/lib/v2018_03_01/modules/keyvault_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/keyvault_profile_module.rb index 37308f7249..784a632364 100644 --- a/azure_sdk/lib/v2018_03_01/modules/keyvault_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/keyvault_profile_module.rb @@ -9,6 +9,7 @@ module Azure::Profiles::V2018_03_01 module KeyVault module Models + Action = Azure::KeyVault::V2016_10_01::Models::Action KeyOperationsParameters = Azure::KeyVault::V2016_10_01::Models::KeyOperationsParameters KeySignParameters = Azure::KeyVault::V2016_10_01::Models::KeySignParameters JsonWebKey = Azure::KeyVault::V2016_10_01::Models::JsonWebKey @@ -38,7 +39,6 @@ module Models CertificateUpdateParameters = Azure::KeyVault::V2016_10_01::Models::CertificateUpdateParameters SasDefinitionItem = Azure::KeyVault::V2016_10_01::Models::SasDefinitionItem CertificateMergeParameters = Azure::KeyVault::V2016_10_01::Models::CertificateMergeParameters - Error = Azure::KeyVault::V2016_10_01::Models::Error CertificateIssuerSetParameters = Azure::KeyVault::V2016_10_01::Models::CertificateIssuerSetParameters IssuerCredentials = Azure::KeyVault::V2016_10_01::Models::IssuerCredentials CertificateIssuerUpdateParameters = Azure::KeyVault::V2016_10_01::Models::CertificateIssuerUpdateParameters @@ -69,13 +69,13 @@ module Models PendingCertificateSigningRequestResult = Azure::KeyVault::V2016_10_01::Models::PendingCertificateSigningRequestResult CertificateBundle = Azure::KeyVault::V2016_10_01::Models::CertificateBundle StorageAccountAttributes = Azure::KeyVault::V2016_10_01::Models::StorageAccountAttributes + Error = Azure::KeyVault::V2016_10_01::Models::Error IssuerAttributes = Azure::KeyVault::V2016_10_01::Models::IssuerAttributes StorageBundle = Azure::KeyVault::V2016_10_01::Models::StorageBundle SasDefinitionListResult = Azure::KeyVault::V2016_10_01::Models::SasDefinitionListResult StorageAccountCreateParameters = Azure::KeyVault::V2016_10_01::Models::StorageAccountCreateParameters CertificateOperation = Azure::KeyVault::V2016_10_01::Models::CertificateOperation StorageAccountUpdateParameters = Azure::KeyVault::V2016_10_01::Models::StorageAccountUpdateParameters - Action = Azure::KeyVault::V2016_10_01::Models::Action StorageAccountRegenerteKeyParameters = Azure::KeyVault::V2016_10_01::Models::StorageAccountRegenerteKeyParameters KeyCreateParameters = Azure::KeyVault::V2016_10_01::Models::KeyCreateParameters StorageAccountItem = Azure::KeyVault::V2016_10_01::Models::StorageAccountItem @@ -127,6 +127,9 @@ def method_missing(method, *args) end class ModelClasses + def action + Azure::KeyVault::V2016_10_01::Models::Action + end def key_operations_parameters Azure::KeyVault::V2016_10_01::Models::KeyOperationsParameters end @@ -214,9 +217,6 @@ def sas_definition_item def certificate_merge_parameters Azure::KeyVault::V2016_10_01::Models::CertificateMergeParameters end - def error - Azure::KeyVault::V2016_10_01::Models::Error - end def certificate_issuer_set_parameters Azure::KeyVault::V2016_10_01::Models::CertificateIssuerSetParameters end @@ -307,6 +307,9 @@ def certificate_bundle def storage_account_attributes Azure::KeyVault::V2016_10_01::Models::StorageAccountAttributes end + def error + Azure::KeyVault::V2016_10_01::Models::Error + end def issuer_attributes Azure::KeyVault::V2016_10_01::Models::IssuerAttributes end @@ -325,9 +328,6 @@ def certificate_operation def storage_account_update_parameters Azure::KeyVault::V2016_10_01::Models::StorageAccountUpdateParameters end - def action - Azure::KeyVault::V2016_10_01::Models::Action - end def storage_account_regenerte_key_parameters Azure::KeyVault::V2016_10_01::Models::StorageAccountRegenerteKeyParameters end @@ -395,20 +395,19 @@ module Mgmt Operations = Azure::KeyVault::Mgmt::V2016_10_01::Operations module Models + Permissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions + Resource = Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource + OperationDisplay = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay 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 - Resource = Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource VaultAccessPolicyProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyProperties ResourceListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult 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 CheckNameAvailabilityResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult - Sku = Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku - OperationDisplay = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay VaultPatchProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties LogSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification VaultPatchParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchParameters @@ -417,15 +416,16 @@ module Models Operation = Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation DeletedVaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties OperationListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult - Vault = Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault SkuName = Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName - KeyPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions + Vault = Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault SecretPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions - CertificatePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions + KeyPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions StoragePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions + CertificatePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions + AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind CreateMode = Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason - AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind + Sku = Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku end class KeyVaultManagementClass @@ -459,24 +459,27 @@ def method_missing(method, *args) end class ModelClasses + def permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions + end + def resource + Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource + end + def operation_display + Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay + 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 resource - Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource - end def vault_access_policy_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyProperties end @@ -495,12 +498,6 @@ def vault_access_policy_parameters def check_name_availability_result Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult end - def sku - Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku - 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 @@ -525,23 +522,26 @@ def deleted_vault_properties def operation_list_result Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult end + def sku_name + Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName + end def vault Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault end - def sku_name - Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName + def secret_permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions end def key_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions end - def secret_permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions + def storage_permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions end def certificate_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions end - def storage_permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions + def access_policy_update_kind + Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind end def create_mode Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode @@ -549,8 +549,8 @@ def create_mode def reason Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason end - def access_policy_update_kind - Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind + def sku + Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku end end end diff --git a/azure_sdk/lib/v2018_03_01/modules/locks_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/locks_profile_module.rb index 970e0b4e60..d077dde3ed 100644 --- a/azure_sdk/lib/v2018_03_01/modules/locks_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/locks_profile_module.rb @@ -11,13 +11,13 @@ module Mgmt ManagementLocks = Azure::Locks::Mgmt::V2016_09_01::ManagementLocks module Models + OperationListResult = Azure::Locks::Mgmt::V2016_09_01::Models::OperationListResult + ManagementLockObject = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockObject + LockLevel = Azure::Locks::Mgmt::V2016_09_01::Models::LockLevel OperationDisplay = Azure::Locks::Mgmt::V2016_09_01::Models::OperationDisplay ManagementLockOwner = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockOwner Operation = Azure::Locks::Mgmt::V2016_09_01::Models::Operation ManagementLockListResult = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockListResult - OperationListResult = Azure::Locks::Mgmt::V2016_09_01::Models::OperationListResult - ManagementLockObject = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockObject - LockLevel = Azure::Locks::Mgmt::V2016_09_01::Models::LockLevel end class LocksManagementClass @@ -51,6 +51,15 @@ def method_missing(method, *args) end class ModelClasses + def operation_list_result + Azure::Locks::Mgmt::V2016_09_01::Models::OperationListResult + end + def management_lock_object + Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockObject + end + def lock_level + Azure::Locks::Mgmt::V2016_09_01::Models::LockLevel + end def operation_display Azure::Locks::Mgmt::V2016_09_01::Models::OperationDisplay end @@ -63,15 +72,6 @@ def operation def management_lock_list_result Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockListResult end - def operation_list_result - Azure::Locks::Mgmt::V2016_09_01::Models::OperationListResult - end - def management_lock_object - Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockObject - end - def lock_level - Azure::Locks::Mgmt::V2016_09_01::Models::LockLevel - end end end end diff --git a/azure_sdk/lib/v2018_03_01/modules/network_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/network_profile_module.rb index d108315fbd..7088ce425f 100644 --- a/azure_sdk/lib/v2018_03_01/modules/network_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/network_profile_module.rb @@ -7,6 +7,7 @@ module Azure::Profiles::V2018_03_01 module Network module Mgmt + Operations = Azure::Network::Mgmt::V2017_10_01::Operations ApplicationGateways = Azure::Network::Mgmt::V2017_10_01::ApplicationGateways ApplicationSecurityGroups = Azure::Network::Mgmt::V2017_10_01::ApplicationSecurityGroups AvailableEndpointServices = Azure::Network::Mgmt::V2017_10_01::AvailableEndpointServices @@ -21,7 +22,6 @@ module Mgmt LoadBalancerLoadBalancingRules = Azure::Network::Mgmt::V2017_10_01::LoadBalancerLoadBalancingRules LoadBalancerNetworkInterfaces = Azure::Network::Mgmt::V2017_10_01::LoadBalancerNetworkInterfaces LoadBalancerProbes = Azure::Network::Mgmt::V2017_10_01::LoadBalancerProbes - NetworkInterfaces = Azure::Network::Mgmt::V2017_10_01::NetworkInterfaces NetworkInterfaceIPConfigurations = Azure::Network::Mgmt::V2017_10_01::NetworkInterfaceIPConfigurations NetworkInterfaceLoadBalancers = Azure::Network::Mgmt::V2017_10_01::NetworkInterfaceLoadBalancers NetworkSecurityGroups = Azure::Network::Mgmt::V2017_10_01::NetworkSecurityGroups @@ -30,8 +30,6 @@ module Mgmt NetworkWatchers = Azure::Network::Mgmt::V2017_10_01::NetworkWatchers PacketCaptures = Azure::Network::Mgmt::V2017_10_01::PacketCaptures ConnectionMonitors = Azure::Network::Mgmt::V2017_10_01::ConnectionMonitors - Operations = Azure::Network::Mgmt::V2017_10_01::Operations - PublicIPAddresses = Azure::Network::Mgmt::V2017_10_01::PublicIPAddresses RouteFilters = Azure::Network::Mgmt::V2017_10_01::RouteFilters RouteFilterRules = Azure::Network::Mgmt::V2017_10_01::RouteFilterRules RouteTables = Azure::Network::Mgmt::V2017_10_01::RouteTables @@ -42,11 +40,12 @@ module Mgmt Subnets = Azure::Network::Mgmt::V2017_10_01::Subnets VirtualNetworkPeerings = Azure::Network::Mgmt::V2017_10_01::VirtualNetworkPeerings VirtualNetworkGateways = Azure::Network::Mgmt::V2017_10_01::VirtualNetworkGateways - VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2017_10_01::VirtualNetworkGatewayConnections + NetworkInterfaces = Azure::Network::Mgmt::V2017_10_01::NetworkInterfaces + PublicIPAddresses = Azure::Network::Mgmt::V2017_10_01::PublicIPAddresses LocalNetworkGateways = Azure::Network::Mgmt::V2017_10_01::LocalNetworkGateways + VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2017_10_01::VirtualNetworkGatewayConnections module Models - IpTag = Azure::Network::Mgmt::V2017_03_30::Models::IpTag EndpointService = Azure::Network::Mgmt::V2017_03_30::Models::EndpointService Delegation = Azure::Network::Mgmt::V2017_03_30::Models::Delegation ServiceAssociationLink = Azure::Network::Mgmt::V2017_03_30::Models::ServiceAssociationLink @@ -54,20 +53,50 @@ module Models NetworkInterfaceTapConfiguration = Azure::Network::Mgmt::V2017_03_30::Models::NetworkInterfaceTapConfiguration VirtualNetworkTap = Azure::Network::Mgmt::V2017_03_30::Models::VirtualNetworkTap ServiceEndpointPolicyDefinition = Azure::Network::Mgmt::V2017_03_30::Models::ServiceEndpointPolicyDefinition - ServiceEndpointPolicy = Azure::Network::Mgmt::V2017_03_30::Models::ServiceEndpointPolicy IPConfigurationProfile = Azure::Network::Mgmt::V2017_03_30::Models::IPConfigurationProfile + ServiceEndpointPolicy = Azure::Network::Mgmt::V2017_03_30::Models::ServiceEndpointPolicy + IpTag = Azure::Network::Mgmt::V2017_03_30::Models::IpTag + ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddress + PublicIPAddressSku = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSku + PublicIPAddressListResult = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressListResult + PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressDnsSettings + NetworkInterfaceListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceListResult + NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceDnsSettings + NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfigurationListResult + ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2017_10_01::Models::ServiceEndpointPropertiesFormat + ApplicationSecurityGroup = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroup + ResourceNavigationLink = Azure::Network::Mgmt::V2017_10_01::Models::ResourceNavigationLink + SecurityRule = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRule + OperationDisplay = Azure::Network::Mgmt::V2017_10_01::Models::OperationDisplay + IPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::IPConfiguration + Operation = Azure::Network::Mgmt::V2017_10_01::Models::Operation + PublicIPAddress = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddress + OperationListResult = Azure::Network::Mgmt::V2017_10_01::Models::OperationListResult + ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddressPool + BackendAddressPool = Azure::Network::Mgmt::V2017_10_01::Models::BackendAddressPool + InboundNatRule = Azure::Network::Mgmt::V2017_10_01::Models::InboundNatRule + NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfiguration + NetworkInterface = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterface + NetworkSecurityGroup = Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroup + Route = Azure::Network::Mgmt::V2017_10_01::Models::Route + RouteTable = Azure::Network::Mgmt::V2017_10_01::Models::RouteTable + LogSpecification = Azure::Network::Mgmt::V2017_10_01::Models::LogSpecification + Subnet = Azure::Network::Mgmt::V2017_10_01::Models::Subnet + SecurityRuleProtocol = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleProtocol + FrontendIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::FrontendIPConfiguration + SecurityRuleAccess = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAccess + IPAllocationMethod = Azure::Network::Mgmt::V2017_10_01::Models::IPAllocationMethod + PublicIPAddressSkuName = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSkuName + TransportProtocol = Azure::Network::Mgmt::V2017_10_01::Models::TransportProtocol + RouteNextHopType = Azure::Network::Mgmt::V2017_10_01::Models::RouteNextHopType + SecurityRuleDirection = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleDirection TopologyAssociation = Azure::Network::Mgmt::V2017_10_01::Models::TopologyAssociation - SubResource = Azure::Network::Mgmt::V2017_10_01::Models::SubResource TopologyResource = Azure::Network::Mgmt::V2017_10_01::Models::TopologyResource - OperationListResult = Azure::Network::Mgmt::V2017_10_01::Models::OperationListResult - Operation = Azure::Network::Mgmt::V2017_10_01::Models::Operation - NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceDnsSettings - OperationPropertiesFormatServiceSpecification = Azure::Network::Mgmt::V2017_10_01::Models::OperationPropertiesFormatServiceSpecification + Error = Azure::Network::Mgmt::V2017_10_01::Models::Error VirtualNetworkConnectionGatewayReference = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkConnectionGatewayReference LoadBalancerListResult = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerListResult ConnectionSharedKey = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionSharedKey InboundNatRuleListResult = Azure::Network::Mgmt::V2017_10_01::Models::InboundNatRuleListResult - PublicIPAddressSku = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSku LoadBalancerBackendAddressPoolListResult = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerBackendAddressPoolListResult ConnectionResetSharedKey = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionResetSharedKey LoadBalancerFrontendIPConfigurationListResult = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerFrontendIPConfigurationListResult @@ -76,19 +105,16 @@ module Models GatewayRouteListResult = Azure::Network::Mgmt::V2017_10_01::Models::GatewayRouteListResult LoadBalancerProbeListResult = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerProbeListResult BgpPeerStatusListResult = Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerStatusListResult - NetworkInterfaceListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceListResult VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayListResult ErrorDetails = Azure::Network::Mgmt::V2017_10_01::Models::ErrorDetails ApplicationGatewayBackendHealthHttpSettings = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthHttpSettings - Error = Azure::Network::Mgmt::V2017_10_01::Models::Error ApplicationGatewayBackendHealth = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealth AzureAsyncOperationResult = Azure::Network::Mgmt::V2017_10_01::Models::AzureAsyncOperationResult ApplicationGatewaySslPolicy = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicy - NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfigurationListResult GatewayRoute = Azure::Network::Mgmt::V2017_10_01::Models::GatewayRoute + SubResource = Azure::Network::Mgmt::V2017_10_01::Models::SubResource NetworkInterfaceLoadBalancerListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceLoadBalancerListResult BgpSettings = Azure::Network::Mgmt::V2017_10_01::Models::BgpSettings - EffectiveNetworkSecurityGroupAssociation = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroupAssociation VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySku EffectiveNetworkSecurityRule = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityRule ApplicationGatewayProbeHealthResponseMatch = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProbeHealthResponseMatch @@ -98,55 +124,49 @@ module Models VirtualNetworkListResult = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkListResult EffectiveRoute = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRoute ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration - EffectiveRouteListResult = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteListResult + EffectiveNetworkSecurityGroupAssociation = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroupAssociation ApplicationGatewayListResult = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayListResult SecurityRuleListResult = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleListResult + EffectiveRouteListResult = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteListResult ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleGroup - NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroupListResult + Usage = Azure::Network::Mgmt::V2017_10_01::Models::Usage ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableWafRuleSetsResult - LogSpecification = Azure::Network::Mgmt::V2017_10_01::Models::LogSpecification - AddressSpace = Azure::Network::Mgmt::V2017_10_01::Models::AddressSpace - NetworkWatcherListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcherListResult - Resource = Azure::Network::Mgmt::V2017_10_01::Models::Resource + NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroupListResult TopologyParameters = Azure::Network::Mgmt::V2017_10_01::Models::TopologyParameters + AddressSpace = Azure::Network::Mgmt::V2017_10_01::Models::AddressSpace ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroupListResult - DnsNameAvailabilityResult = Azure::Network::Mgmt::V2017_10_01::Models::DnsNameAvailabilityResult Dimension = Azure::Network::Mgmt::V2017_10_01::Models::Dimension EndpointServicesListResult = Azure::Network::Mgmt::V2017_10_01::Models::EndpointServicesListResult + NetworkWatcherListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcherListResult MetricSpecification = Azure::Network::Mgmt::V2017_10_01::Models::MetricSpecification AuthorizationListResult = Azure::Network::Mgmt::V2017_10_01::Models::AuthorizationListResult - Topology = Azure::Network::Mgmt::V2017_10_01::Models::Topology - UsageName = Azure::Network::Mgmt::V2017_10_01::Models::UsageName - VerificationIPFlowParameters = Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowParameters + DnsNameAvailabilityResult = Azure::Network::Mgmt::V2017_10_01::Models::DnsNameAvailabilityResult BgpServiceCommunityListResult = Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunityListResult VerificationIPFlowResult = Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowResult - Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2017_10_01::Models::Ipv6ExpressRouteCircuitPeeringConfig + VerificationIPFlowParameters = Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowParameters NextHopParameters = Azure::Network::Mgmt::V2017_10_01::Models::NextHopParameters ExpressRouteCircuitSku = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSku - NextHopResult = Azure::Network::Mgmt::V2017_10_01::Models::NextHopResult - RouteListResult = Azure::Network::Mgmt::V2017_10_01::Models::RouteListResult + Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2017_10_01::Models::Ipv6ExpressRouteCircuitPeeringConfig + OperationPropertiesFormatServiceSpecification = Azure::Network::Mgmt::V2017_10_01::Models::OperationPropertiesFormatServiceSpecification SecurityGroupViewParameters = Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupViewParameters ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsArpTableListResult + RouteListResult = Azure::Network::Mgmt::V2017_10_01::Models::RouteListResult NetworkInterfaceAssociation = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceAssociation - ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsRoutesTableListResult + NextHopResult = Azure::Network::Mgmt::V2017_10_01::Models::NextHopResult SubnetAssociation = Azure::Network::Mgmt::V2017_10_01::Models::SubnetAssociation - ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult + Topology = Azure::Network::Mgmt::V2017_10_01::Models::Topology SecurityRuleAssociations = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAssociations + ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult + ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsRoutesTableListResult ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProviderBandwidthsOffered - SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupNetworkInterface - ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProviderListResult - SecurityGroupViewResult = Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupViewResult RouteFilterRuleListResult = Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRuleListResult PacketCaptureStorageLocation = Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureStorageLocation - PublicIPAddressListResult = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressListResult PacketCaptureFilter = Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureFilter VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayListConnectionsResult PacketCaptureParameters = Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureParameters - ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2017_10_01::Models::ServiceEndpointPropertiesFormat PacketCapture = Azure::Network::Mgmt::V2017_10_01::Models::PacketCapture VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionListResult PacketCaptureResult = Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureResult - ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddress PacketCaptureListResult = Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureListResult ApplicationGatewayBackendHealthServer = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthServer PacketCaptureQueryStatusResult = Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureQueryStatusResult @@ -180,9 +200,9 @@ module Models ConnectivityInformation = Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityInformation VpnDeviceScriptParameters = Azure::Network::Mgmt::V2017_10_01::Models::VpnDeviceScriptParameters AzureReachabilityReportLocation = Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportLocation - PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressDnsSettings AzureReachabilityReportParameters = Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportParameters ApplicationGatewayConnectionDraining = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayConnectionDraining + UsageName = Azure::Network::Mgmt::V2017_10_01::Models::UsageName AzureReachabilityReportLatencyInfo = Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportLatencyInfo VpnClientParameters = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientParameters AzureReachabilityReportItem = Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportItem @@ -197,41 +217,27 @@ module Models ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitArpTable AvailableProvidersListCountry = Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListCountry RouteTableListResult = Azure::Network::Mgmt::V2017_10_01::Models::RouteTableListResult - AvailableProvidersList = Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersList LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGatewayListResult ConnectionMonitorSource = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorSource - ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthPool + AvailableProvidersList = Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersList ConnectionMonitorDestination = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorDestination ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallDisabledRuleGroup ConnectionMonitorParameters = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorParameters - Usage = Azure::Network::Mgmt::V2017_10_01::Models::Usage ConnectionMonitor = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitor ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitRoutesTableSummary + ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthPool ConnectionMonitorResult = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorResult - TunnelConnectionHealth = Azure::Network::Mgmt::V2017_10_01::Models::TunnelConnectionHealth - ConnectionMonitorListResult = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorListResult + Resource = Azure::Network::Mgmt::V2017_10_01::Models::Resource SubnetListResult = Azure::Network::Mgmt::V2017_10_01::Models::SubnetListResult - ConnectionStateSnapshot = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStateSnapshot + TunnelConnectionHealth = Azure::Network::Mgmt::V2017_10_01::Models::TunnelConnectionHealth RouteFilterListResult = Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterListResult ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorQueryResult - ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringListResult - OperationDisplay = Azure::Network::Mgmt::V2017_10_01::Models::OperationDisplay + ConnectionStateSnapshot = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStateSnapshot + ConnectionMonitorListResult = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorListResult VpnClientConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientConfiguration + ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringListResult + SecurityGroupViewResult = Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupViewResult Availability = Azure::Network::Mgmt::V2017_10_01::Models::Availability - BackendAddressPool = Azure::Network::Mgmt::V2017_10_01::Models::BackendAddressPool - InboundNatRule = Azure::Network::Mgmt::V2017_10_01::Models::InboundNatRule - ApplicationSecurityGroup = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroup - SecurityRule = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRule - NetworkInterface = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterface - NetworkSecurityGroup = Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroup - Route = Azure::Network::Mgmt::V2017_10_01::Models::Route - RouteTable = Azure::Network::Mgmt::V2017_10_01::Models::RouteTable - PublicIPAddress = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddress - IPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::IPConfiguration - ResourceNavigationLink = Azure::Network::Mgmt::V2017_10_01::Models::ResourceNavigationLink - Subnet = Azure::Network::Mgmt::V2017_10_01::Models::Subnet - NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfiguration - ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddressPool ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHttpSettings ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayIPConfiguration ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAuthenticationCertificate @@ -241,48 +247,42 @@ module Models ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayHttpListener ApplicationGatewayPathRule = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayPathRule ApplicationGatewayProbe = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProbe + SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupNetworkInterface + ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProviderListResult + ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayUrlPathMap ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRule ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectConfiguration - ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayUrlPathMap + ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableSslOptions ApplicationGateway = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGateway ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleSet - ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableSslOptions + ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitAuthorization ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPredefinedPolicy EndpointServiceResult = Azure::Network::Mgmt::V2017_10_01::Models::EndpointServiceResult - ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitAuthorization + RouteFilter = Azure::Network::Mgmt::V2017_10_01::Models::RouteFilter RouteFilterRule = Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRule ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeering - RouteFilter = Azure::Network::Mgmt::V2017_10_01::Models::RouteFilter + LoadBalancingRule = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancingRule ExpressRouteCircuit = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuit ExpressRouteServiceProvider = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProvider - FrontendIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::FrontendIPConfiguration - LoadBalancingRule = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancingRule + OutboundNatRule = Azure::Network::Mgmt::V2017_10_01::Models::OutboundNatRule Probe = Azure::Network::Mgmt::V2017_10_01::Models::Probe InboundNatPool = Azure::Network::Mgmt::V2017_10_01::Models::InboundNatPool - OutboundNatRule = Azure::Network::Mgmt::V2017_10_01::Models::OutboundNatRule + PatchRouteFilterRule = Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilterRule LoadBalancer = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancer NetworkWatcher = Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcher - PatchRouteFilterRule = Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilterRule + VirtualNetworkPeering = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeering PatchRouteFilter = Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilter BgpServiceCommunity = Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunity - VirtualNetworkPeering = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeering + VpnClientRootCertificate = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRootCertificate VirtualNetwork = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetwork VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayIPConfiguration - VpnClientRootCertificate = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRootCertificate + LocalNetworkGateway = Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGateway VpnClientRevokedCertificate = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRevokedCertificate VirtualNetworkGateway = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGateway - LocalNetworkGateway = Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGateway + ApplicationGatewayProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProtocol VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnection VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionListEntity - TransportProtocol = Azure::Network::Mgmt::V2017_10_01::Models::TransportProtocol - IPAllocationMethod = Azure::Network::Mgmt::V2017_10_01::Models::IPAllocationMethod IPVersion = Azure::Network::Mgmt::V2017_10_01::Models::IPVersion - SecurityRuleProtocol = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleProtocol - SecurityRuleAccess = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAccess - SecurityRuleDirection = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleDirection - RouteNextHopType = Azure::Network::Mgmt::V2017_10_01::Models::RouteNextHopType - PublicIPAddressSkuName = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSkuName - ApplicationGatewayProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProtocol ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayCookieBasedAffinity ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthServerHealth ApplicationGatewaySkuName = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySkuName @@ -314,37 +314,37 @@ module Models AssociationType = Azure::Network::Mgmt::V2017_10_01::Models::AssociationType Direction = Azure::Network::Mgmt::V2017_10_01::Models::Direction Protocol = Azure::Network::Mgmt::V2017_10_01::Models::Protocol - NextHopType = Azure::Network::Mgmt::V2017_10_01::Models::NextHopType PcProtocol = Azure::Network::Mgmt::V2017_10_01::Models::PcProtocol PcStatus = Azure::Network::Mgmt::V2017_10_01::Models::PcStatus PcError = Azure::Network::Mgmt::V2017_10_01::Models::PcError - Origin = Azure::Network::Mgmt::V2017_10_01::Models::Origin - Severity = Azure::Network::Mgmt::V2017_10_01::Models::Severity + NextHopType = Azure::Network::Mgmt::V2017_10_01::Models::NextHopType IssueType = Azure::Network::Mgmt::V2017_10_01::Models::IssueType ConnectionStatus = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStatus ConnectionState = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionState - EvaluationState = Azure::Network::Mgmt::V2017_10_01::Models::EvaluationState + Origin = Azure::Network::Mgmt::V2017_10_01::Models::Origin VirtualNetworkPeeringState = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeeringState VirtualNetworkGatewayType = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayType VpnType = Azure::Network::Mgmt::V2017_10_01::Models::VpnType - VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuName + EvaluationState = Azure::Network::Mgmt::V2017_10_01::Models::EvaluationState VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuTier VpnClientProtocol = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientProtocol BgpPeerState = Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerState - ProcessorArchitecture = Azure::Network::Mgmt::V2017_10_01::Models::ProcessorArchitecture + VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuName AuthenticationMethod = Azure::Network::Mgmt::V2017_10_01::Models::AuthenticationMethod - VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionStatus + Severity = Azure::Network::Mgmt::V2017_10_01::Models::Severity VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionType - IpsecEncryption = Azure::Network::Mgmt::V2017_10_01::Models::IpsecEncryption + ProcessorArchitecture = Azure::Network::Mgmt::V2017_10_01::Models::ProcessorArchitecture IpsecIntegrity = Azure::Network::Mgmt::V2017_10_01::Models::IpsecIntegrity - IkeEncryption = Azure::Network::Mgmt::V2017_10_01::Models::IkeEncryption + VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionStatus IkeIntegrity = Azure::Network::Mgmt::V2017_10_01::Models::IkeIntegrity - DhGroup = Azure::Network::Mgmt::V2017_10_01::Models::DhGroup + IpsecEncryption = Azure::Network::Mgmt::V2017_10_01::Models::IpsecEncryption PfsGroup = Azure::Network::Mgmt::V2017_10_01::Models::PfsGroup + IkeEncryption = Azure::Network::Mgmt::V2017_10_01::Models::IkeEncryption + DhGroup = Azure::Network::Mgmt::V2017_10_01::Models::DhGroup end class NetworkManagementClass - attr_reader :application_gateways, :application_security_groups, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_network_interfaces, :load_balancer_probes, :network_interfaces, :network_interface_ipconfigurations, :network_interface_load_balancers, :network_security_groups, :security_rules, :default_security_rules, :network_watchers, :packet_captures, :connection_monitors, :operations, :public_ipaddresses, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :usages, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :application_gateways, :application_security_groups, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_network_interfaces, :load_balancer_probes, :network_interface_ipconfigurations, :network_interface_load_balancers, :network_security_groups, :security_rules, :default_security_rules, :network_watchers, :packet_captures, :connection_monitors, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :usages, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_gateways, :network_interfaces, :public_ipaddresses, :local_network_gateways, :virtual_network_gateway_connections, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -360,6 +360,7 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) + @operations = @client_1.operations @application_gateways = @client_1.application_gateways @application_security_groups = @client_1.application_security_groups @available_endpoint_services = @client_1.available_endpoint_services @@ -374,7 +375,6 @@ def initialize(configurable, base_url=nil, options=nil) @load_balancer_load_balancing_rules = @client_1.load_balancer_load_balancing_rules @load_balancer_network_interfaces = @client_1.load_balancer_network_interfaces @load_balancer_probes = @client_1.load_balancer_probes - @network_interfaces = @client_1.network_interfaces @network_interface_ipconfigurations = @client_1.network_interface_ipconfigurations @network_interface_load_balancers = @client_1.network_interface_load_balancers @network_security_groups = @client_1.network_security_groups @@ -383,8 +383,6 @@ def initialize(configurable, base_url=nil, options=nil) @network_watchers = @client_1.network_watchers @packet_captures = @client_1.packet_captures @connection_monitors = @client_1.connection_monitors - @operations = @client_1.operations - @public_ipaddresses = @client_1.public_ipaddresses @route_filters = @client_1.route_filters @route_filter_rules = @client_1.route_filter_rules @route_tables = @client_1.route_tables @@ -395,8 +393,10 @@ def initialize(configurable, base_url=nil, options=nil) @subnets = @client_1.subnets @virtual_network_peerings = @client_1.virtual_network_peerings @virtual_network_gateways = @client_1.virtual_network_gateways - @virtual_network_gateway_connections = @client_1.virtual_network_gateway_connections + @network_interfaces = @client_1.network_interfaces + @public_ipaddresses = @client_1.public_ipaddresses @local_network_gateways = @client_1.local_network_gateways + @virtual_network_gateway_connections = @client_1.virtual_network_gateway_connections @model_classes = ModelClasses.new end @@ -417,9 +417,6 @@ def method_missing(method, *args) end class ModelClasses - def ip_tag - Azure::Network::Mgmt::V2017_03_30::Models::IpTag - end def endpoint_service Azure::Network::Mgmt::V2017_03_30::Models::EndpointService end @@ -441,32 +438,125 @@ def virtual_network_tap def service_endpoint_policy_definition Azure::Network::Mgmt::V2017_03_30::Models::ServiceEndpointPolicyDefinition end + def ipconfiguration_profile + Azure::Network::Mgmt::V2017_03_30::Models::IPConfigurationProfile + end def service_endpoint_policy Azure::Network::Mgmt::V2017_03_30::Models::ServiceEndpointPolicy end - def ipconfiguration_profile - Azure::Network::Mgmt::V2017_03_30::Models::IPConfigurationProfile + def ip_tag + Azure::Network::Mgmt::V2017_03_30::Models::IpTag end - def topology_association - Azure::Network::Mgmt::V2017_10_01::Models::TopologyAssociation + def application_gateway_backend_address + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddress end - def sub_resource - Azure::Network::Mgmt::V2017_10_01::Models::SubResource + def public_ipaddress_sku + Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSku end - def topology_resource - Azure::Network::Mgmt::V2017_10_01::Models::TopologyResource + def public_ipaddress_list_result + Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressListResult end - def operation_list_result - Azure::Network::Mgmt::V2017_10_01::Models::OperationListResult + def public_ipaddress_dns_settings + Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressDnsSettings end - def operation - Azure::Network::Mgmt::V2017_10_01::Models::Operation + def network_interface_list_result + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceListResult end def network_interface_dns_settings Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceDnsSettings end - def operation_properties_format_service_specification - Azure::Network::Mgmt::V2017_10_01::Models::OperationPropertiesFormatServiceSpecification + def network_interface_ipconfiguration_list_result + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfigurationListResult + end + def service_endpoint_properties_format + Azure::Network::Mgmt::V2017_10_01::Models::ServiceEndpointPropertiesFormat + end + def application_security_group + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroup + end + def resource_navigation_link + Azure::Network::Mgmt::V2017_10_01::Models::ResourceNavigationLink + end + def security_rule + Azure::Network::Mgmt::V2017_10_01::Models::SecurityRule + end + def operation_display + Azure::Network::Mgmt::V2017_10_01::Models::OperationDisplay + end + def ipconfiguration + Azure::Network::Mgmt::V2017_10_01::Models::IPConfiguration + end + def operation + Azure::Network::Mgmt::V2017_10_01::Models::Operation + end + def public_ipaddress + Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddress + end + def operation_list_result + Azure::Network::Mgmt::V2017_10_01::Models::OperationListResult + end + def application_gateway_backend_address_pool + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddressPool + end + def backend_address_pool + Azure::Network::Mgmt::V2017_10_01::Models::BackendAddressPool + end + def inbound_nat_rule + Azure::Network::Mgmt::V2017_10_01::Models::InboundNatRule + end + def network_interface_ipconfiguration + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfiguration + end + def network_interface + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterface + end + def network_security_group + Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroup + end + def route + Azure::Network::Mgmt::V2017_10_01::Models::Route + end + def route_table + Azure::Network::Mgmt::V2017_10_01::Models::RouteTable + end + def log_specification + Azure::Network::Mgmt::V2017_10_01::Models::LogSpecification + end + def subnet + Azure::Network::Mgmt::V2017_10_01::Models::Subnet + end + def security_rule_protocol + Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleProtocol + end + def frontend_ipconfiguration + Azure::Network::Mgmt::V2017_10_01::Models::FrontendIPConfiguration + end + def security_rule_access + Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAccess + end + def ipallocation_method + Azure::Network::Mgmt::V2017_10_01::Models::IPAllocationMethod + end + def public_ipaddress_sku_name + Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSkuName + end + def transport_protocol + Azure::Network::Mgmt::V2017_10_01::Models::TransportProtocol + end + def route_next_hop_type + Azure::Network::Mgmt::V2017_10_01::Models::RouteNextHopType + end + def security_rule_direction + Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleDirection + end + def topology_association + Azure::Network::Mgmt::V2017_10_01::Models::TopologyAssociation + end + def topology_resource + Azure::Network::Mgmt::V2017_10_01::Models::TopologyResource + end + def error + Azure::Network::Mgmt::V2017_10_01::Models::Error end def virtual_network_connection_gateway_reference Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkConnectionGatewayReference @@ -480,9 +570,6 @@ def connection_shared_key def inbound_nat_rule_list_result Azure::Network::Mgmt::V2017_10_01::Models::InboundNatRuleListResult end - def public_ipaddress_sku - Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSku - end def load_balancer_backend_address_pool_list_result Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerBackendAddressPoolListResult end @@ -507,9 +594,6 @@ def load_balancer_probe_list_result def bgp_peer_status_list_result Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerStatusListResult end - def network_interface_list_result - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceListResult - end def virtual_network_gateway_list_result Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayListResult end @@ -519,9 +603,6 @@ def error_details def application_gateway_backend_health_http_settings Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthHttpSettings end - def error - Azure::Network::Mgmt::V2017_10_01::Models::Error - end def application_gateway_backend_health Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealth end @@ -531,21 +612,18 @@ def azure_async_operation_result def application_gateway_ssl_policy Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicy end - def network_interface_ipconfiguration_list_result - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfigurationListResult - end def gateway_route Azure::Network::Mgmt::V2017_10_01::Models::GatewayRoute end + def sub_resource + Azure::Network::Mgmt::V2017_10_01::Models::SubResource + end def network_interface_load_balancer_list_result Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceLoadBalancerListResult end def bgp_settings Azure::Network::Mgmt::V2017_10_01::Models::BgpSettings end - def effective_network_security_group_association - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroupAssociation - end def virtual_network_gateway_sku Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySku end @@ -573,8 +651,8 @@ def effective_route def application_gateway_web_application_firewall_configuration Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration end - def effective_route_list_result - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteListResult + def effective_network_security_group_association + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroupAssociation end def application_gateway_list_result Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayListResult @@ -582,65 +660,56 @@ def application_gateway_list_result def security_rule_list_result Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleListResult end + def effective_route_list_result + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteListResult + end def application_gateway_firewall_rule_group Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleGroup end - def network_security_group_list_result - Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroupListResult + def usage + Azure::Network::Mgmt::V2017_10_01::Models::Usage end def application_gateway_available_waf_rule_sets_result Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableWafRuleSetsResult end - def log_specification - Azure::Network::Mgmt::V2017_10_01::Models::LogSpecification - end - def address_space - Azure::Network::Mgmt::V2017_10_01::Models::AddressSpace - end - def network_watcher_list_result - Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcherListResult - end - def resource - Azure::Network::Mgmt::V2017_10_01::Models::Resource + def network_security_group_list_result + Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroupListResult end def topology_parameters Azure::Network::Mgmt::V2017_10_01::Models::TopologyParameters end + def address_space + Azure::Network::Mgmt::V2017_10_01::Models::AddressSpace + end def application_security_group_list_result Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroupListResult end - def dns_name_availability_result - Azure::Network::Mgmt::V2017_10_01::Models::DnsNameAvailabilityResult - end def dimension Azure::Network::Mgmt::V2017_10_01::Models::Dimension end def endpoint_services_list_result Azure::Network::Mgmt::V2017_10_01::Models::EndpointServicesListResult end + def network_watcher_list_result + Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcherListResult + end def metric_specification Azure::Network::Mgmt::V2017_10_01::Models::MetricSpecification end def authorization_list_result Azure::Network::Mgmt::V2017_10_01::Models::AuthorizationListResult end - def topology - Azure::Network::Mgmt::V2017_10_01::Models::Topology - end - def usage_name - Azure::Network::Mgmt::V2017_10_01::Models::UsageName - end - def verification_ipflow_parameters - Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowParameters - end + def dns_name_availability_result + Azure::Network::Mgmt::V2017_10_01::Models::DnsNameAvailabilityResult + end def bgp_service_community_list_result Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunityListResult end def verification_ipflow_result Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowResult end - def ipv6_express_route_circuit_peering_config - Azure::Network::Mgmt::V2017_10_01::Models::Ipv6ExpressRouteCircuitPeeringConfig + def verification_ipflow_parameters + Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowParameters end def next_hop_parameters Azure::Network::Mgmt::V2017_10_01::Models::NextHopParameters @@ -648,11 +717,11 @@ def next_hop_parameters def express_route_circuit_sku Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSku end - def next_hop_result - Azure::Network::Mgmt::V2017_10_01::Models::NextHopResult + def ipv6_express_route_circuit_peering_config + Azure::Network::Mgmt::V2017_10_01::Models::Ipv6ExpressRouteCircuitPeeringConfig end - def route_list_result - Azure::Network::Mgmt::V2017_10_01::Models::RouteListResult + def operation_properties_format_service_specification + Azure::Network::Mgmt::V2017_10_01::Models::OperationPropertiesFormatServiceSpecification end def security_group_view_parameters Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupViewParameters @@ -660,32 +729,32 @@ def security_group_view_parameters def express_route_circuits_arp_table_list_result Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsArpTableListResult end + def route_list_result + Azure::Network::Mgmt::V2017_10_01::Models::RouteListResult + end def network_interface_association Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceAssociation end - def express_route_circuits_routes_table_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsRoutesTableListResult + def next_hop_result + Azure::Network::Mgmt::V2017_10_01::Models::NextHopResult end def subnet_association Azure::Network::Mgmt::V2017_10_01::Models::SubnetAssociation end - def express_route_circuits_routes_table_summary_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult + def topology + Azure::Network::Mgmt::V2017_10_01::Models::Topology end def security_rule_associations Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAssociations end - def express_route_service_provider_bandwidths_offered - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProviderBandwidthsOffered - end - def security_group_network_interface - Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupNetworkInterface + def express_route_circuits_routes_table_summary_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult end - def express_route_service_provider_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProviderListResult + def express_route_circuits_routes_table_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsRoutesTableListResult end - def security_group_view_result - Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupViewResult + def express_route_service_provider_bandwidths_offered + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProviderBandwidthsOffered end def route_filter_rule_list_result Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRuleListResult @@ -693,9 +762,6 @@ def route_filter_rule_list_result def packet_capture_storage_location Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureStorageLocation end - def public_ipaddress_list_result - Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressListResult - end def packet_capture_filter Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureFilter end @@ -705,9 +771,6 @@ def virtual_network_gateway_list_connections_result def packet_capture_parameters Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureParameters end - def service_endpoint_properties_format - Azure::Network::Mgmt::V2017_10_01::Models::ServiceEndpointPropertiesFormat - end def packet_capture Azure::Network::Mgmt::V2017_10_01::Models::PacketCapture end @@ -717,9 +780,6 @@ def virtual_network_gateway_connection_list_result def packet_capture_result Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureResult end - def application_gateway_backend_address - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddress - end def packet_capture_list_result Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureListResult end @@ -819,15 +879,15 @@ def vpn_device_script_parameters def azure_reachability_report_location Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportLocation end - def public_ipaddress_dns_settings - Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressDnsSettings - end def azure_reachability_report_parameters Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportParameters end def application_gateway_connection_draining Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayConnectionDraining end + def usage_name + Azure::Network::Mgmt::V2017_10_01::Models::UsageName + end def azure_reachability_report_latency_info Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportLatencyInfo end @@ -870,17 +930,14 @@ def available_providers_list_country def route_table_list_result Azure::Network::Mgmt::V2017_10_01::Models::RouteTableListResult end - def available_providers_list - Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersList - end def local_network_gateway_list_result Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGatewayListResult end def connection_monitor_source Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorSource end - def application_gateway_backend_health_pool - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthPool + def available_providers_list + Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersList end def connection_monitor_destination Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorDestination @@ -891,29 +948,26 @@ def application_gateway_firewall_disabled_rule_group def connection_monitor_parameters Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorParameters end - def usage - Azure::Network::Mgmt::V2017_10_01::Models::Usage - end def connection_monitor Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitor end def express_route_circuit_routes_table_summary Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitRoutesTableSummary end + def application_gateway_backend_health_pool + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthPool + end def connection_monitor_result Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorResult end - def tunnel_connection_health - Azure::Network::Mgmt::V2017_10_01::Models::TunnelConnectionHealth - end - def connection_monitor_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorListResult + def resource + Azure::Network::Mgmt::V2017_10_01::Models::Resource end def subnet_list_result Azure::Network::Mgmt::V2017_10_01::Models::SubnetListResult end - def connection_state_snapshot - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStateSnapshot + def tunnel_connection_health + Azure::Network::Mgmt::V2017_10_01::Models::TunnelConnectionHealth end def route_filter_list_result Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterListResult @@ -921,59 +975,23 @@ def route_filter_list_result def connection_monitor_query_result Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorQueryResult end - def express_route_circuit_peering_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringListResult + def connection_state_snapshot + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStateSnapshot end - def operation_display - Azure::Network::Mgmt::V2017_10_01::Models::OperationDisplay + def connection_monitor_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorListResult end def vpn_client_configuration Azure::Network::Mgmt::V2017_10_01::Models::VpnClientConfiguration end - def availability - Azure::Network::Mgmt::V2017_10_01::Models::Availability - end - def backend_address_pool - Azure::Network::Mgmt::V2017_10_01::Models::BackendAddressPool - end - def inbound_nat_rule - Azure::Network::Mgmt::V2017_10_01::Models::InboundNatRule - end - def application_security_group - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroup - end - def security_rule - Azure::Network::Mgmt::V2017_10_01::Models::SecurityRule - end - def network_interface - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterface - end - def network_security_group - Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroup - end - def route - Azure::Network::Mgmt::V2017_10_01::Models::Route - end - def route_table - Azure::Network::Mgmt::V2017_10_01::Models::RouteTable - end - def public_ipaddress - Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddress - end - def ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::IPConfiguration - end - def resource_navigation_link - Azure::Network::Mgmt::V2017_10_01::Models::ResourceNavigationLink - end - def subnet - Azure::Network::Mgmt::V2017_10_01::Models::Subnet + def express_route_circuit_peering_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringListResult end - def network_interface_ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfiguration + def security_group_view_result + Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupViewResult end - def application_gateway_backend_address_pool - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddressPool + def availability + Azure::Network::Mgmt::V2017_10_01::Models::Availability end def application_gateway_backend_http_settings Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHttpSettings @@ -1002,14 +1020,23 @@ def application_gateway_path_rule def application_gateway_probe Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProbe end + def security_group_network_interface + Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupNetworkInterface + end + def express_route_service_provider_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProviderListResult + end + def application_gateway_url_path_map + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayUrlPathMap + end def application_gateway_request_routing_rule Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRule end def application_gateway_redirect_configuration Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectConfiguration end - def application_gateway_url_path_map - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayUrlPathMap + def application_gateway_available_ssl_options + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableSslOptions end def application_gateway Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGateway @@ -1017,8 +1044,8 @@ def application_gateway def application_gateway_firewall_rule_set Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleSet end - def application_gateway_available_ssl_options - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableSslOptions + def express_route_circuit_authorization + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitAuthorization end def application_gateway_ssl_predefined_policy Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPredefinedPolicy @@ -1026,8 +1053,8 @@ def application_gateway_ssl_predefined_policy def endpoint_service_result Azure::Network::Mgmt::V2017_10_01::Models::EndpointServiceResult end - def express_route_circuit_authorization - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitAuthorization + def route_filter + Azure::Network::Mgmt::V2017_10_01::Models::RouteFilter end def route_filter_rule Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRule @@ -1035,8 +1062,8 @@ def route_filter_rule def express_route_circuit_peering Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeering end - def route_filter - Azure::Network::Mgmt::V2017_10_01::Models::RouteFilter + def load_balancing_rule + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancingRule end def express_route_circuit Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuit @@ -1044,11 +1071,8 @@ def express_route_circuit def express_route_service_provider Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProvider end - def frontend_ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::FrontendIPConfiguration - end - def load_balancing_rule - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancingRule + def outbound_nat_rule + Azure::Network::Mgmt::V2017_10_01::Models::OutboundNatRule end def probe Azure::Network::Mgmt::V2017_10_01::Models::Probe @@ -1056,8 +1080,8 @@ def probe def inbound_nat_pool Azure::Network::Mgmt::V2017_10_01::Models::InboundNatPool end - def outbound_nat_rule - Azure::Network::Mgmt::V2017_10_01::Models::OutboundNatRule + def patch_route_filter_rule + Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilterRule end def load_balancer Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancer @@ -1065,8 +1089,8 @@ def load_balancer def network_watcher Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcher end - def patch_route_filter_rule - Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilterRule + def virtual_network_peering + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeering end def patch_route_filter Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilter @@ -1074,8 +1098,8 @@ def patch_route_filter def bgp_service_community Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunity end - def virtual_network_peering - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeering + def vpn_client_root_certificate + Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRootCertificate end def virtual_network Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetwork @@ -1083,8 +1107,8 @@ def virtual_network def virtual_network_gateway_ipconfiguration Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayIPConfiguration end - def vpn_client_root_certificate - Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRootCertificate + def local_network_gateway + Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGateway end def vpn_client_revoked_certificate Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRevokedCertificate @@ -1092,8 +1116,8 @@ def vpn_client_revoked_certificate def virtual_network_gateway Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGateway end - def local_network_gateway - Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGateway + def application_gateway_protocol + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProtocol end def virtual_network_gateway_connection Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnection @@ -1101,33 +1125,9 @@ def virtual_network_gateway_connection def virtual_network_gateway_connection_list_entity Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionListEntity end - def transport_protocol - Azure::Network::Mgmt::V2017_10_01::Models::TransportProtocol - end - def ipallocation_method - Azure::Network::Mgmt::V2017_10_01::Models::IPAllocationMethod - end def ipversion Azure::Network::Mgmt::V2017_10_01::Models::IPVersion end - def security_rule_protocol - Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleProtocol - end - def security_rule_access - Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAccess - end - def security_rule_direction - Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleDirection - end - def route_next_hop_type - Azure::Network::Mgmt::V2017_10_01::Models::RouteNextHopType - end - def public_ipaddress_sku_name - Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSkuName - end - def application_gateway_protocol - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProtocol - end def application_gateway_cookie_based_affinity Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayCookieBasedAffinity end @@ -1221,9 +1221,6 @@ def direction def protocol Azure::Network::Mgmt::V2017_10_01::Models::Protocol end - def next_hop_type - Azure::Network::Mgmt::V2017_10_01::Models::NextHopType - end def pc_protocol Azure::Network::Mgmt::V2017_10_01::Models::PcProtocol end @@ -1233,11 +1230,8 @@ def pc_status def pc_error Azure::Network::Mgmt::V2017_10_01::Models::PcError end - def origin - Azure::Network::Mgmt::V2017_10_01::Models::Origin - end - def severity - Azure::Network::Mgmt::V2017_10_01::Models::Severity + def next_hop_type + Azure::Network::Mgmt::V2017_10_01::Models::NextHopType end def issue_type Azure::Network::Mgmt::V2017_10_01::Models::IssueType @@ -1248,8 +1242,8 @@ def connection_status def connection_state Azure::Network::Mgmt::V2017_10_01::Models::ConnectionState end - def evaluation_state - Azure::Network::Mgmt::V2017_10_01::Models::EvaluationState + def origin + Azure::Network::Mgmt::V2017_10_01::Models::Origin end def virtual_network_peering_state Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeeringState @@ -1260,8 +1254,8 @@ def virtual_network_gateway_type def vpn_type Azure::Network::Mgmt::V2017_10_01::Models::VpnType end - def virtual_network_gateway_sku_name - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuName + def evaluation_state + Azure::Network::Mgmt::V2017_10_01::Models::EvaluationState end def virtual_network_gateway_sku_tier Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuTier @@ -1272,36 +1266,42 @@ def vpn_client_protocol def bgp_peer_state Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerState end - def processor_architecture - Azure::Network::Mgmt::V2017_10_01::Models::ProcessorArchitecture + def virtual_network_gateway_sku_name + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuName end def authentication_method Azure::Network::Mgmt::V2017_10_01::Models::AuthenticationMethod end - def virtual_network_gateway_connection_status - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionStatus + def severity + Azure::Network::Mgmt::V2017_10_01::Models::Severity end def virtual_network_gateway_connection_type Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionType end - def ipsec_encryption - Azure::Network::Mgmt::V2017_10_01::Models::IpsecEncryption + def processor_architecture + Azure::Network::Mgmt::V2017_10_01::Models::ProcessorArchitecture end def ipsec_integrity Azure::Network::Mgmt::V2017_10_01::Models::IpsecIntegrity end - def ike_encryption - Azure::Network::Mgmt::V2017_10_01::Models::IkeEncryption + def virtual_network_gateway_connection_status + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionStatus end def ike_integrity Azure::Network::Mgmt::V2017_10_01::Models::IkeIntegrity end - def dh_group - Azure::Network::Mgmt::V2017_10_01::Models::DhGroup + def ipsec_encryption + Azure::Network::Mgmt::V2017_10_01::Models::IpsecEncryption end def pfs_group Azure::Network::Mgmt::V2017_10_01::Models::PfsGroup end + def ike_encryption + Azure::Network::Mgmt::V2017_10_01::Models::IkeEncryption + end + def dh_group + Azure::Network::Mgmt::V2017_10_01::Models::DhGroup + end end end end diff --git a/azure_sdk/lib/v2018_03_01/modules/policy_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/policy_profile_module.rb index ce036fadcb..116d9145e3 100644 --- a/azure_sdk/lib/v2018_03_01/modules/policy_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/policy_profile_module.rb @@ -11,12 +11,12 @@ module Mgmt PolicyAssignments = Azure::Policy::Mgmt::V2016_12_01::PolicyAssignments module Models - PolicyAssignment = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyAssignment - PolicyDefinition = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyDefinition - PolicyAssignmentListResult = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyAssignmentListResult PolicyDefinitionListResult = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyDefinitionListResult PolicyType = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyType PolicyMode = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyMode + PolicyAssignment = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyAssignment + PolicyDefinition = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyDefinition + PolicyAssignmentListResult = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyAssignmentListResult end class PolicyManagementClass @@ -50,15 +50,6 @@ def method_missing(method, *args) end class ModelClasses - def policy_assignment - Azure::Policy::Mgmt::V2016_12_01::Models::PolicyAssignment - end - def policy_definition - Azure::Policy::Mgmt::V2016_12_01::Models::PolicyDefinition - end - def policy_assignment_list_result - Azure::Policy::Mgmt::V2016_12_01::Models::PolicyAssignmentListResult - end def policy_definition_list_result Azure::Policy::Mgmt::V2016_12_01::Models::PolicyDefinitionListResult end @@ -68,6 +59,15 @@ def policy_type def policy_mode Azure::Policy::Mgmt::V2016_12_01::Models::PolicyMode end + def policy_assignment + Azure::Policy::Mgmt::V2016_12_01::Models::PolicyAssignment + end + def policy_definition + Azure::Policy::Mgmt::V2016_12_01::Models::PolicyDefinition + end + def policy_assignment_list_result + Azure::Policy::Mgmt::V2016_12_01::Models::PolicyAssignmentListResult + end end end end diff --git a/azure_sdk/lib/v2018_03_01/modules/resources_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/resources_profile_module.rb index 5d392db3cf..831440fafa 100644 --- a/azure_sdk/lib/v2018_03_01/modules/resources_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/resources_profile_module.rb @@ -7,22 +7,19 @@ module Azure::Profiles::V2018_03_01 module Resources module Mgmt + DeploymentOperations = Azure::Resources::Mgmt::V2018_02_01::DeploymentOperations + Resources = Azure::Resources::Mgmt::V2018_02_01::Resources Deployments = Azure::Resources::Mgmt::V2018_02_01::Deployments Providers = Azure::Resources::Mgmt::V2018_02_01::Providers - Resources = Azure::Resources::Mgmt::V2018_02_01::Resources ResourceGroups = Azure::Resources::Mgmt::V2018_02_01::ResourceGroups Tags = Azure::Resources::Mgmt::V2018_02_01::Tags - DeploymentOperations = Azure::Resources::Mgmt::V2018_02_01::DeploymentOperations module Models - Plan = Azure::Resources::Mgmt::V2018_02_01::Models::Plan - Sku = Azure::Resources::Mgmt::V2018_02_01::Models::Sku GenericResourceFilter = Azure::Resources::Mgmt::V2018_02_01::Models::GenericResourceFilter Identity = Azure::Resources::Mgmt::V2018_02_01::Models::Identity TemplateLink = Azure::Resources::Mgmt::V2018_02_01::Models::TemplateLink ParametersLink = Azure::Resources::Mgmt::V2018_02_01::Models::ParametersLink OnErrorDeployment = Azure::Resources::Mgmt::V2018_02_01::Models::OnErrorDeployment - ResourceListResult = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceListResult Deployment = Azure::Resources::Mgmt::V2018_02_01::Models::Deployment ResourceGroupProperties = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceGroupProperties ResourceManagementErrorWithDetails = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceManagementErrorWithDetails @@ -31,13 +28,13 @@ module Models ResourceGroupPatchable = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceGroupPatchable Provider = Azure::Resources::Mgmt::V2018_02_01::Models::Provider ResourceGroupListResult = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceGroupListResult - Dependency = Azure::Resources::Mgmt::V2018_02_01::Models::Dependency ResourcesMoveInfo = Azure::Resources::Mgmt::V2018_02_01::Models::ResourcesMoveInfo DeploymentPropertiesExtended = Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentPropertiesExtended ExportTemplateRequest = Azure::Resources::Mgmt::V2018_02_01::Models::ExportTemplateRequest DeploymentExtended = Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentExtended TagCount = Azure::Resources::Mgmt::V2018_02_01::Models::TagCount ProviderListResult = Azure::Resources::Mgmt::V2018_02_01::Models::ProviderListResult + Dependency = Azure::Resources::Mgmt::V2018_02_01::Models::Dependency TagValue = Azure::Resources::Mgmt::V2018_02_01::Models::TagValue ResourceGroupFilter = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceGroupFilter TagDetails = Azure::Resources::Mgmt::V2018_02_01::Models::TagDetails @@ -45,7 +42,6 @@ module Models TagsListResult = Azure::Resources::Mgmt::V2018_02_01::Models::TagsListResult AliasPathType = Azure::Resources::Mgmt::V2018_02_01::Models::AliasPathType TargetResource = Azure::Resources::Mgmt::V2018_02_01::Models::TargetResource - BasicDependency = Azure::Resources::Mgmt::V2018_02_01::Models::BasicDependency HttpMessage = Azure::Resources::Mgmt::V2018_02_01::Models::HttpMessage DeploymentValidateResult = Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentValidateResult DeploymentOperationProperties = Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentOperationProperties @@ -58,17 +54,21 @@ module Models DebugSetting = Azure::Resources::Mgmt::V2018_02_01::Models::DebugSetting Resource = Azure::Resources::Mgmt::V2018_02_01::Models::Resource DeploymentListResult = Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentListResult - SubResource = Azure::Resources::Mgmt::V2018_02_01::Models::SubResource ProviderResourceType = Azure::Resources::Mgmt::V2018_02_01::Models::ProviderResourceType ResourceGroupExportResult = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceGroupExportResult - GenericResource = Azure::Resources::Mgmt::V2018_02_01::Models::GenericResource + BasicDependency = Azure::Resources::Mgmt::V2018_02_01::Models::BasicDependency DeploymentMode = Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentMode + GenericResource = Azure::Resources::Mgmt::V2018_02_01::Models::GenericResource OnErrorDeploymentType = Azure::Resources::Mgmt::V2018_02_01::Models::OnErrorDeploymentType + SubResource = Azure::Resources::Mgmt::V2018_02_01::Models::SubResource + ResourceListResult = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceListResult + Plan = Azure::Resources::Mgmt::V2018_02_01::Models::Plan ResourceIdentityType = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceIdentityType + Sku = Azure::Resources::Mgmt::V2018_02_01::Models::Sku end class ResourcesManagementClass - attr_reader :deployments, :providers, :resources, :resource_groups, :tags, :deployment_operations, :configurable, :base_url, :options, :model_classes + attr_reader :deployment_operations, :resources, :deployments, :providers, :resource_groups, :tags, :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) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @deployment_operations = @client_0.deployment_operations + @resources = @client_0.resources @deployments = @client_0.deployments @providers = @client_0.providers - @resources = @client_0.resources @resource_groups = @client_0.resource_groups @tags = @client_0.tags - @deployment_operations = @client_0.deployment_operations @model_classes = ModelClasses.new end @@ -102,12 +102,6 @@ def method_missing(method, *args) end class ModelClasses - def plan - Azure::Resources::Mgmt::V2018_02_01::Models::Plan - end - def sku - Azure::Resources::Mgmt::V2018_02_01::Models::Sku - end def generic_resource_filter Azure::Resources::Mgmt::V2018_02_01::Models::GenericResourceFilter end @@ -123,9 +117,6 @@ def parameters_link def on_error_deployment Azure::Resources::Mgmt::V2018_02_01::Models::OnErrorDeployment end - def resource_list_result - Azure::Resources::Mgmt::V2018_02_01::Models::ResourceListResult - end def deployment Azure::Resources::Mgmt::V2018_02_01::Models::Deployment end @@ -150,9 +141,6 @@ def provider def resource_group_list_result Azure::Resources::Mgmt::V2018_02_01::Models::ResourceGroupListResult end - def dependency - Azure::Resources::Mgmt::V2018_02_01::Models::Dependency - end def resources_move_info Azure::Resources::Mgmt::V2018_02_01::Models::ResourcesMoveInfo end @@ -171,6 +159,9 @@ def tag_count def provider_list_result Azure::Resources::Mgmt::V2018_02_01::Models::ProviderListResult end + def dependency + Azure::Resources::Mgmt::V2018_02_01::Models::Dependency + end def tag_value Azure::Resources::Mgmt::V2018_02_01::Models::TagValue end @@ -192,9 +183,6 @@ def alias_path_type def target_resource Azure::Resources::Mgmt::V2018_02_01::Models::TargetResource end - def basic_dependency - Azure::Resources::Mgmt::V2018_02_01::Models::BasicDependency - end def http_message Azure::Resources::Mgmt::V2018_02_01::Models::HttpMessage end @@ -231,27 +219,39 @@ def resource def deployment_list_result Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentListResult end - def sub_resource - Azure::Resources::Mgmt::V2018_02_01::Models::SubResource - end def provider_resource_type Azure::Resources::Mgmt::V2018_02_01::Models::ProviderResourceType end def resource_group_export_result Azure::Resources::Mgmt::V2018_02_01::Models::ResourceGroupExportResult end - def generic_resource - Azure::Resources::Mgmt::V2018_02_01::Models::GenericResource + def basic_dependency + Azure::Resources::Mgmt::V2018_02_01::Models::BasicDependency end def deployment_mode Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentMode end + def generic_resource + Azure::Resources::Mgmt::V2018_02_01::Models::GenericResource + end def on_error_deployment_type Azure::Resources::Mgmt::V2018_02_01::Models::OnErrorDeploymentType end + def sub_resource + Azure::Resources::Mgmt::V2018_02_01::Models::SubResource + end + def resource_list_result + Azure::Resources::Mgmt::V2018_02_01::Models::ResourceListResult + end + def plan + Azure::Resources::Mgmt::V2018_02_01::Models::Plan + end def resource_identity_type Azure::Resources::Mgmt::V2018_02_01::Models::ResourceIdentityType end + def sku + Azure::Resources::Mgmt::V2018_02_01::Models::Sku + end end end end diff --git a/azure_sdk/lib/v2018_03_01/modules/storage_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/storage_profile_module.rb index 3fab44e57f..fe3ea07287 100644 --- a/azure_sdk/lib/v2018_03_01/modules/storage_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/storage_profile_module.rb @@ -7,42 +7,42 @@ module Azure::Profiles::V2018_03_01 module Storage module Mgmt - StorageAccounts = Azure::Storage::Mgmt::V2016_01_01::StorageAccounts UsageOperations = Azure::Storage::Mgmt::V2016_01_01::UsageOperations + StorageAccounts = Azure::Storage::Mgmt::V2016_01_01::StorageAccounts module Models + StorageAccountCreateParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCreateParameters + StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountUpdateParameters + Resource = Azure::Storage::Mgmt::V2016_01_01::Models::Resource + ProvisioningState = Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState + CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2016_01_01::Models::CheckNameAvailabilityResult + SkuName = Azure::Storage::Mgmt::V2016_01_01::Models::SkuName StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCheckNameAvailabilityParameters StorageAccountKey = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountKey - Sku = Azure::Storage::Mgmt::V2016_01_01::Models::Sku StorageAccountListResult = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListResult EncryptionService = Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionService StorageAccountListKeysResult = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListKeysResult Encryption = Azure::Storage::Mgmt::V2016_01_01::Models::Encryption StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountRegenerateKeyParameters Endpoints = Azure::Storage::Mgmt::V2016_01_01::Models::Endpoints - StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountUpdateParameters CustomDomain = Azure::Storage::Mgmt::V2016_01_01::Models::CustomDomain - UsageName = Azure::Storage::Mgmt::V2016_01_01::Models::UsageName - StorageAccountCreateParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCreateParameters - Usage = Azure::Storage::Mgmt::V2016_01_01::Models::Usage EncryptionServices = Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionServices UsageListResult = Azure::Storage::Mgmt::V2016_01_01::Models::UsageListResult - CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2016_01_01::Models::CheckNameAvailabilityResult - Resource = Azure::Storage::Mgmt::V2016_01_01::Models::Resource - StorageAccount = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount - Reason = Azure::Storage::Mgmt::V2016_01_01::Models::Reason - SkuName = Azure::Storage::Mgmt::V2016_01_01::Models::SkuName + Sku = Azure::Storage::Mgmt::V2016_01_01::Models::Sku + UsageName = Azure::Storage::Mgmt::V2016_01_01::Models::UsageName SkuTier = Azure::Storage::Mgmt::V2016_01_01::Models::SkuTier - AccessTier = Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier + Reason = Azure::Storage::Mgmt::V2016_01_01::Models::Reason Kind = Azure::Storage::Mgmt::V2016_01_01::Models::Kind - ProvisioningState = Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState + AccessTier = Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier + Usage = Azure::Storage::Mgmt::V2016_01_01::Models::Usage AccountStatus = Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus KeyPermission = Azure::Storage::Mgmt::V2016_01_01::Models::KeyPermission UsageUnit = Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit + StorageAccount = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount end class StorageManagementClass - attr_reader :storage_accounts, :usage_operations, :configurable, :base_url, :options, :model_classes + attr_reader :usage_operations, :storage_accounts, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -52,8 +52,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @storage_accounts = @client_0.storage_accounts @usage_operations = @client_0.usage_operations + @storage_accounts = @client_0.storage_accounts @model_classes = ModelClasses.new end @@ -72,15 +72,30 @@ def method_missing(method, *args) end class ModelClasses + def storage_account_create_parameters + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCreateParameters + end + def storage_account_update_parameters + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountUpdateParameters + end + def resource + Azure::Storage::Mgmt::V2016_01_01::Models::Resource + end + def provisioning_state + Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState + end + def check_name_availability_result + Azure::Storage::Mgmt::V2016_01_01::Models::CheckNameAvailabilityResult + end + def sku_name + Azure::Storage::Mgmt::V2016_01_01::Models::SkuName + end def storage_account_check_name_availability_parameters Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCheckNameAvailabilityParameters end def storage_account_key Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountKey end - def sku - Azure::Storage::Mgmt::V2016_01_01::Models::Sku - end def storage_account_list_result Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListResult end @@ -99,53 +114,35 @@ def storage_account_regenerate_key_parameters def endpoints Azure::Storage::Mgmt::V2016_01_01::Models::Endpoints end - def storage_account_update_parameters - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountUpdateParameters - end def custom_domain Azure::Storage::Mgmt::V2016_01_01::Models::CustomDomain end - def usage_name - Azure::Storage::Mgmt::V2016_01_01::Models::UsageName - end - def storage_account_create_parameters - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCreateParameters - end - def usage - Azure::Storage::Mgmt::V2016_01_01::Models::Usage - end def encryption_services Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionServices end def usage_list_result Azure::Storage::Mgmt::V2016_01_01::Models::UsageListResult end - def check_name_availability_result - Azure::Storage::Mgmt::V2016_01_01::Models::CheckNameAvailabilityResult + def sku + Azure::Storage::Mgmt::V2016_01_01::Models::Sku end - def resource - Azure::Storage::Mgmt::V2016_01_01::Models::Resource + def usage_name + Azure::Storage::Mgmt::V2016_01_01::Models::UsageName end - def storage_account - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount + def sku_tier + Azure::Storage::Mgmt::V2016_01_01::Models::SkuTier end def reason Azure::Storage::Mgmt::V2016_01_01::Models::Reason end - def sku_name - Azure::Storage::Mgmt::V2016_01_01::Models::SkuName - end - def sku_tier - Azure::Storage::Mgmt::V2016_01_01::Models::SkuTier + def kind + Azure::Storage::Mgmt::V2016_01_01::Models::Kind end def access_tier Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier end - def kind - Azure::Storage::Mgmt::V2016_01_01::Models::Kind - end - def provisioning_state - Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState + def usage + Azure::Storage::Mgmt::V2016_01_01::Models::Usage end def account_status Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus @@ -156,6 +153,9 @@ def key_permission def usage_unit Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit end + def storage_account + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount + end end end end diff --git a/azure_sdk/lib/v2018_03_01/modules/subscriptions_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/subscriptions_profile_module.rb index 3a8fbae856..4c6cf70518 100644 --- a/azure_sdk/lib/v2018_03_01/modules/subscriptions_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/subscriptions_profile_module.rb @@ -8,26 +8,26 @@ module Azure::Profiles::V2018_03_01 module Subscriptions module Mgmt Operations = Azure::Subscriptions::Mgmt::V2016_06_01::Operations - Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions Tenants = Azure::Subscriptions::Mgmt::V2016_06_01::Tenants + Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions module Models - TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription Location = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location - TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult - SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies OperationDisplay = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay - SubscriptionListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult Operation = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation + TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription + SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies + SubscriptionListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult Subscription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription OperationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationListResult - LocationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult SubscriptionState = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState + TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult + LocationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult SpendingLimit = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit end class SubscriptionsManagementClass - attr_reader :operations, :subscriptions, :tenants, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :tenants, :subscriptions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -38,8 +38,8 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations - @subscriptions = @client_0.subscriptions @tenants = @client_0.tenants + @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new end @@ -58,39 +58,39 @@ def method_missing(method, *args) end class ModelClasses - def tenant_id_description - Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription - end def location Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location end - def tenant_list_result - Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult + def operation_display + Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay + end + def operation + Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation + end + def tenant_id_description + Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription end def subscription_policies Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies end - def operation_display - Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay - end def subscription_list_result Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult end - def operation - Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation - end def subscription Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription end def operation_list_result Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationListResult end - def location_list_result - Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult - end def subscription_state Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState end + def tenant_list_result + Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult + end + def location_list_result + Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult + end def spending_limit Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit end diff --git a/azure_sdk/lib/v2018_03_01/modules/web_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/web_profile_module.rb index e71982c8ba..c3faeffa23 100644 --- a/azure_sdk/lib/v2018_03_01/modules/web_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/web_profile_module.rb @@ -7,47 +7,18 @@ module Azure::Profiles::V2018_03_01 module Web module Mgmt - Certificates = Azure::Web::Mgmt::V2016_03_01::Certificates DeletedWebApps = Azure::Web::Mgmt::V2016_03_01::DeletedWebApps Diagnostics = Azure::Web::Mgmt::V2016_03_01::Diagnostics - Provider = Azure::Web::Mgmt::V2016_03_01::Provider Recommendations = Azure::Web::Mgmt::V2016_03_01::Recommendations ResourceHealthMetadataOperations = Azure::Web::Mgmt::V2016_03_01::ResourceHealthMetadataOperations BillingMeters = Azure::Web::Mgmt::V2016_03_01::BillingMeters + Provider = Azure::Web::Mgmt::V2016_03_01::Provider + 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 - DefaultErrorResponseErrorDetailsItem = Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponseErrorDetailsItem - DefaultErrorResponseError = Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponseError - CertificateCollection = Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection - DefaultErrorResponse = Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponse - CsmOperationDisplay = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay - Dimension = Azure::Web::Mgmt::V2016_03_01::Models::Dimension - ValidateResponse = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponse - MetricAvailability = Azure::Web::Mgmt::V2016_03_01::Models::MetricAvailability - MetricSpecification = Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification - ServiceSpecification = Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification - SourceControlCollection = Azure::Web::Mgmt::V2016_03_01::Models::SourceControlCollection - CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescriptionProperties - ResourceNameAvailabilityRequest = Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailabilityRequest - CsmOperationDescription = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescription - PremierAddOnOfferCollection = Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOfferCollection - CsmOperationCollection = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationCollection - ApplicationStack = Azure::Web::Mgmt::V2016_03_01::Models::ApplicationStack - StackMajorVersion = Azure::Web::Mgmt::V2016_03_01::Models::StackMajorVersion - DeploymentLocations = Azure::Web::Mgmt::V2016_03_01::Models::DeploymentLocations - NameIdentifier = Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier - GlobalCsmSkuDescription = Azure::Web::Mgmt::V2016_03_01::Models::GlobalCsmSkuDescription - GeoRegionCollection = Azure::Web::Mgmt::V2016_03_01::Models::GeoRegionCollection - DeletedSite = Azure::Web::Mgmt::V2016_03_01::Models::DeletedSite - DeletedWebAppCollection = Azure::Web::Mgmt::V2016_03_01::Models::DeletedWebAppCollection - ValidateResponseError = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponseError - Solution = Azure::Web::Mgmt::V2016_03_01::Models::Solution - DetectorAbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::DetectorAbnormalTimePeriod - ResourceNameAvailability = Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability - AbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod HostingEnvironmentDeploymentInfo = Azure::Web::Mgmt::V2016_03_01::Models::HostingEnvironmentDeploymentInfo DiagnosticMetricSample = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample DiagnosticMetricSet = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet @@ -64,19 +35,18 @@ module Models DiagnosticData = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticData BillingMeterCollection = Azure::Web::Mgmt::V2016_03_01::Models::BillingMeterCollection DetectorResponseCollection = Azure::Web::Mgmt::V2016_03_01::Models::DetectorResponseCollection - ResourceHealthMetadataCollection = Azure::Web::Mgmt::V2016_03_01::Models::ResourceHealthMetadataCollection SkuInfos = Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos + ResourceHealthMetadataCollection = Azure::Web::Mgmt::V2016_03_01::Models::ResourceHealthMetadataCollection DiagnosticAnalysisCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection - RecommendationCollection = Azure::Web::Mgmt::V2016_03_01::Models::RecommendationCollection DiagnosticCategoryCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection + RecommendationCollection = Azure::Web::Mgmt::V2016_03_01::Models::RecommendationCollection DiagnosticDetectorCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection ApplicationStackCollection = Azure::Web::Mgmt::V2016_03_01::Models::ApplicationStackCollection - StackMinorVersion = Azure::Web::Mgmt::V2016_03_01::Models::StackMinorVersion - Certificate = Azure::Web::Mgmt::V2016_03_01::Models::Certificate CertificatePatchResource = Azure::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource + StackMinorVersion = Azure::Web::Mgmt::V2016_03_01::Models::StackMinorVersion DetectorDefinition = Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition - AnalysisDefinition = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition DetectorResponse = Azure::Web::Mgmt::V2016_03_01::Models::DetectorResponse + AnalysisDefinition = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition DiagnosticAnalysis = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysis DiagnosticCategory = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory DiagnosticDetectorResponse = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorResponse @@ -87,11 +57,11 @@ module Models GeoRegion = Azure::Web::Mgmt::V2016_03_01::Models::GeoRegion PremierAddOnOffer = Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOffer SourceControl = Azure::Web::Mgmt::V2016_03_01::Models::SourceControl - VnetParameters = Azure::Web::Mgmt::V2016_03_01::Models::VnetParameters VnetValidationTestFailure = Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationTestFailure VnetValidationFailureDetails = Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationFailureDetails + VnetParameters = Azure::Web::Mgmt::V2016_03_01::Models::VnetParameters KeyVaultSecretStatus = Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus - IssueType = Azure::Web::Mgmt::V2016_03_01::Models::IssueType + ServiceSpecification = Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification SolutionType = Azure::Web::Mgmt::V2016_03_01::Models::SolutionType RenderingType = Azure::Web::Mgmt::V2016_03_01::Models::RenderingType ResourceScopeType = Azure::Web::Mgmt::V2016_03_01::Models::ResourceScopeType @@ -102,6 +72,38 @@ module Models CheckNameResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes ValidateResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes SkuName = Azure::Web::Mgmt::V2016_03_01::Models::SkuName + Certificate = Azure::Web::Mgmt::V2016_03_01::Models::Certificate + IssueType = Azure::Web::Mgmt::V2016_03_01::Models::IssueType + DefaultErrorResponseErrorDetailsItem = Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponseErrorDetailsItem + DefaultErrorResponseError = Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponseError + CertificateCollection = Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection + DefaultErrorResponse = Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponse + CsmOperationDisplay = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay + ValidateResponse = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponse + MetricAvailability = Azure::Web::Mgmt::V2016_03_01::Models::MetricAvailability + SourceControlCollection = Azure::Web::Mgmt::V2016_03_01::Models::SourceControlCollection + CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescriptionProperties + ResourceNameAvailabilityRequest = Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailabilityRequest + CsmOperationDescription = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescription + PremierAddOnOfferCollection = Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOfferCollection + CsmOperationCollection = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationCollection + ApplicationStack = Azure::Web::Mgmt::V2016_03_01::Models::ApplicationStack + StackMajorVersion = Azure::Web::Mgmt::V2016_03_01::Models::StackMajorVersion + DeploymentLocations = Azure::Web::Mgmt::V2016_03_01::Models::DeploymentLocations + Dimension = Azure::Web::Mgmt::V2016_03_01::Models::Dimension + NameIdentifier = Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier + MetricSpecification = Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification + GlobalCsmSkuDescription = Azure::Web::Mgmt::V2016_03_01::Models::GlobalCsmSkuDescription + GeoRegionCollection = Azure::Web::Mgmt::V2016_03_01::Models::GeoRegionCollection + DeletedSite = Azure::Web::Mgmt::V2016_03_01::Models::DeletedSite + DeletedWebAppCollection = Azure::Web::Mgmt::V2016_03_01::Models::DeletedWebAppCollection + ValidateResponseError = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponseError + Solution = Azure::Web::Mgmt::V2016_03_01::Models::Solution + DetectorAbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::DetectorAbnormalTimePeriod + ResourceNameAvailability = Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability + AbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod + Deployment = Azure::Web::Mgmt::V2016_08_01::Models::Deployment + Snapshot = Azure::Web::Mgmt::V2016_08_01::Models::Snapshot AzureTableStorageApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureTableStorageApplicationLogsConfig ApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::ApplicationLogsConfig DatabaseBackupSetting = Azure::Web::Mgmt::V2016_08_01::Models::DatabaseBackupSetting @@ -113,7 +115,6 @@ 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 - IdentifierCollection = Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection TriggeredWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection EnabledConfig = Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig TriggeredJobHistoryCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection @@ -146,7 +147,6 @@ module Models ConnectionStringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary ContinuousWebJob = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJob CustomHostnameAnalysisResult = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult - Deployment = Azure::Web::Mgmt::V2016_08_01::Models::Deployment FunctionEnvelope = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope FunctionSecrets = Azure::Web::Mgmt::V2016_08_01::Models::FunctionSecrets HostNameBinding = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding @@ -175,101 +175,52 @@ module Models SiteSourceControl = Azure::Web::Mgmt::V2016_08_01::Models::SiteSourceControl SlotConfigNamesResource = Azure::Web::Mgmt::V2016_08_01::Models::SlotConfigNamesResource SlotDifference = Azure::Web::Mgmt::V2016_08_01::Models::SlotDifference - Snapshot = Azure::Web::Mgmt::V2016_08_01::Models::Snapshot StorageMigrationOptions = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions StorageMigrationResponse = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationResponse StringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary TriggeredJobRun = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun - TriggeredJobHistory = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistory TriggeredWebJob = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob - WebJob = Azure::Web::Mgmt::V2016_08_01::Models::WebJob + TriggeredJobHistory = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistory LogLevel = Azure::Web::Mgmt::V2016_08_01::Models::LogLevel - BackupItemStatus = Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus + WebJob = Azure::Web::Mgmt::V2016_08_01::Models::WebJob DatabaseType = Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType - FrequencyUnit = Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit + BackupItemStatus = Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus BackupRestoreOperationType = Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType ContinuousWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus - WebJobType = Azure::Web::Mgmt::V2016_08_01::Models::WebJobType + FrequencyUnit = Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit PublishingProfileFormat = Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat DnsVerificationTestResult = Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult - AzureResourceType = Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType + WebJobType = Azure::Web::Mgmt::V2016_08_01::Models::WebJobType + MSDeployProvisioningState = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType - HostNameType = Azure::Web::Mgmt::V2016_08_01::Models::HostNameType MSDeployLogEntryType = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntryType - MSDeployProvisioningState = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState + IdentifierCollection = Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection + UnauthenticatedClientAction = Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction MySqlMigrationType = Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType + HostNameType = Azure::Web::Mgmt::V2016_08_01::Models::HostNameType + TriggeredWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus PublicCertificateLocation = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation - UnauthenticatedClientAction = Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction - BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider + AzureResourceType = Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType CloneAbilityResult = Azure::Web::Mgmt::V2016_08_01::Models::CloneAbilityResult SiteExtensionType = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionType - TriggeredWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus - HostingEnvironmentProfile = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile - VirtualIPMapping = Azure::Web::Mgmt::V2016_09_01::Models::VirtualIPMapping - IpSecurityRestriction = Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction - VirtualNetworkProfile = Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile - ApiDefinitionInfo = Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo - StampCapacity = Azure::Web::Mgmt::V2016_09_01::Models::StampCapacity - CorsSettings = Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings - NameValuePair = Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair - AutoHealCustomAction = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction - AppServiceEnvironmentCollection = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentCollection - AutoHealActions = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions - HostingEnvironmentDiagnostics = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentDiagnostics - SlowRequestsBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger + BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider SlotSwapStatus = Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus - SkuCapacity = Azure::Web::Mgmt::V2016_09_01::Models::SkuCapacity - CloningInfo = Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo - SkuDescription = Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription - AddressResponse = Azure::Web::Mgmt::V2016_09_01::Models::AddressResponse - SkuInfoCollection = Azure::Web::Mgmt::V2016_09_01::Models::SkuInfoCollection - WorkerPool = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPool - NetworkAccessControlEntry = Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry - 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 - Resource = Azure::Web::Mgmt::V2016_09_01::Models::Resource - ErrorEntity = Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity - ResourceMetricProperty = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty - SnapshotRecoveryTarget = Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget - MetricAvailabilily = Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily - ResourceMetricAvailability = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricAvailability - ResourceMetric = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric - CsmUsageQuotaCollection = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection - StatusCodesBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::StatusCodesBasedTrigger - LocalizableString = Azure::Web::Mgmt::V2016_09_01::Models::LocalizableString - RequestsBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::RequestsBasedTrigger - ResourceMetricCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection + OperationStatus = Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus + CorsSettings = Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings AutoHealTriggers = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers - ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity - AutoHealRules = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealRules - SkuInfo = Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo - SiteLimits = Azure::Web::Mgmt::V2016_09_01::Models::SiteLimits - UsageCollection = Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection - RampUpRule = Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule - AppServicePlanCollection = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection Experiments = Azure::Web::Mgmt::V2016_09_01::Models::Experiments - ResourceMetricName = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricName - VirtualDirectory = Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory - ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection - VirtualApplication = Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication - Capability = Azure::Web::Mgmt::V2016_09_01::Models::Capability - HandlerMapping = Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping - Operation = Azure::Web::Mgmt::V2016_09_01::Models::Operation SiteMachineKey = Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey - CsmUsageQuota = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota - ConnStringInfo = Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo - StampCapacityCollection = Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection - SiteConfig = Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig - ProxyOnlyResource = Azure::Web::Mgmt::V2016_09_01::Models::ProxyOnlyResource HostNameSslState = Azure::Web::Mgmt::V2016_09_01::Models::HostNameSslState - WebAppCollection = Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection - ResourceMetricValue = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue - AppServiceEnvironmentResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource - AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource - MetricDefinition = Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition - Usage = Azure::Web::Mgmt::V2016_09_01::Models::Usage - WorkerPoolResource = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource + SkuDescription = Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription + WorkerPool = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPool + ProxyOnlyResource = Azure::Web::Mgmt::V2016_09_01::Models::ProxyOnlyResource + AutoHealActions = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions + VirtualApplication = Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication + Capability = Azure::Web::Mgmt::V2016_09_01::Models::Capability + StampCapacity = Azure::Web::Mgmt::V2016_09_01::Models::StampCapacity + SiteLimits = Azure::Web::Mgmt::V2016_09_01::Models::SiteLimits + IpSecurityRestriction = Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction + NameValuePair = Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair 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 @@ -277,19 +228,11 @@ module Models 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 - Identifier = Azure::Web::Mgmt::V2016_09_01::Models::Identifier HybridConnectionKey = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionKey HybridConnection = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnection Site = Azure::Web::Mgmt::V2016_09_01::Models::Site AppServicePlan = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlan - AppServicePlanPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource - HybridConnectionLimits = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits - ProvisioningState = Azure::Web::Mgmt::V2016_09_01::Models::ProvisioningState - HostingEnvironmentStatus = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentStatus - InternalLoadBalancingMode = Azure::Web::Mgmt::V2016_09_01::Models::InternalLoadBalancingMode - ComputeModeOptions = Azure::Web::Mgmt::V2016_09_01::Models::ComputeModeOptions - WorkerSizeOptions = Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions - AccessControlEntryAction = Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction + Resource = Azure::Web::Mgmt::V2016_09_01::Models::Resource RouteType = Azure::Web::Mgmt::V2016_09_01::Models::RouteType ManagedServiceIdentityType = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentityType AutoHealActionType = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActionType @@ -299,15 +242,72 @@ module Models SiteLoadBalancing = Azure::Web::Mgmt::V2016_09_01::Models::SiteLoadBalancing SupportedTlsVersions = Azure::Web::Mgmt::V2016_09_01::Models::SupportedTlsVersions SslState = Azure::Web::Mgmt::V2016_09_01::Models::SslState + Operation = Azure::Web::Mgmt::V2016_09_01::Models::Operation HostType = Azure::Web::Mgmt::V2016_09_01::Models::HostType UsageState = Azure::Web::Mgmt::V2016_09_01::Models::UsageState SiteAvailabilityState = Azure::Web::Mgmt::V2016_09_01::Models::SiteAvailabilityState + HostingEnvironmentStatus = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentStatus + InternalLoadBalancingMode = Azure::Web::Mgmt::V2016_09_01::Models::InternalLoadBalancingMode + ComputeModeOptions = Azure::Web::Mgmt::V2016_09_01::Models::ComputeModeOptions + WorkerSizeOptions = Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions + AccessControlEntryAction = Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction StatusOptions = Azure::Web::Mgmt::V2016_09_01::Models::StatusOptions - OperationStatus = Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus + ProvisioningState = Azure::Web::Mgmt::V2016_09_01::Models::ProvisioningState + AppServiceEnvironmentCollection = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentCollection + HostingEnvironmentDiagnostics = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentDiagnostics + AddressResponse = Azure::Web::Mgmt::V2016_09_01::Models::AddressResponse + SkuInfoCollection = Azure::Web::Mgmt::V2016_09_01::Models::SkuInfoCollection + 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 + MetricAvailabilily = Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily + SkuInfo = Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo + UsageCollection = Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection + StampCapacityCollection = Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection + AppServiceEnvironmentResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource + AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource + MetricDefinition = Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition + WorkerPoolResource = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource + AppServicePlanPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource + HybridConnectionLimits = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits + ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity + HostingEnvironmentProfile = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile + SnapshotRecoveryTarget = Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget + ResourceMetricAvailability = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricAvailability + LocalizableString = Azure::Web::Mgmt::V2016_09_01::Models::LocalizableString + CloningInfo = Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo + CsmUsageQuota = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota + ApiDefinitionInfo = Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo + CsmUsageQuotaCollection = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection + AutoHealCustomAction = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction + ErrorEntity = Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity + 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 + AutoHealRules = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealRules + Usage = Azure::Web::Mgmt::V2016_09_01::Models::Usage + RampUpRule = Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule + VirtualDirectory = Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory + HandlerMapping = Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping + ConnStringInfo = Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo + SiteConfig = Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig + ResourceMetricProperty = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty + ResourceMetricValue = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue + SkuCapacity = Azure::Web::Mgmt::V2016_09_01::Models::SkuCapacity + ResourceMetric = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric + ResourceMetricCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection + VirtualNetworkProfile = Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile + ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection + VirtualIPMapping = Azure::Web::Mgmt::V2016_09_01::Models::VirtualIPMapping + WebAppCollection = Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection + NetworkAccessControlEntry = Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry + AppServicePlanCollection = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection + ResourceMetricName = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricName + Identifier = Azure::Web::Mgmt::V2016_09_01::Models::Identifier end class WebManagementClass - attr_reader :certificates, :deleted_web_apps, :diagnostics, :provider, :recommendations, :resource_health_metadata_operations, :billing_meters, :web_apps, :app_service_environments, :app_service_plans, :configurable, :base_url, :options, :model_classes + attr_reader :deleted_web_apps, :diagnostics, :recommendations, :resource_health_metadata_operations, :billing_meters, :provider, :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 @@ -317,13 +317,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @certificates = @client_0.certificates @deleted_web_apps = @client_0.deleted_web_apps @diagnostics = @client_0.diagnostics - @provider = @client_0.provider @recommendations = @client_0.recommendations @resource_health_metadata_operations = @client_0.resource_health_metadata_operations @billing_meters = @client_0.billing_meters + @provider = @client_0.provider + @certificates = @client_0.certificates @client_1 = Azure::Web::Mgmt::V2016_08_01::WebSiteManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @@ -361,95 +361,8 @@ def method_missing(method, *args) end class ModelClasses - def default_error_response_error_details_item - Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponseErrorDetailsItem - end - def default_error_response_error - Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponseError - end - def certificate_collection - Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection - end - def default_error_response - Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponse - end - def csm_operation_display - Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay - end - def dimension - Azure::Web::Mgmt::V2016_03_01::Models::Dimension - end - def validate_response - Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponse - end - def metric_availability - Azure::Web::Mgmt::V2016_03_01::Models::MetricAvailability - end - def metric_specification - Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification - end - def service_specification - Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification - end - def source_control_collection - Azure::Web::Mgmt::V2016_03_01::Models::SourceControlCollection - end - def csm_operation_description_properties - Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescriptionProperties - end - def resource_name_availability_request - Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailabilityRequest - end - def csm_operation_description - Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescription - end - def premier_add_on_offer_collection - Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOfferCollection - end - def csm_operation_collection - Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationCollection - end - def application_stack - Azure::Web::Mgmt::V2016_03_01::Models::ApplicationStack - end - def stack_major_version - Azure::Web::Mgmt::V2016_03_01::Models::StackMajorVersion - end - def deployment_locations - Azure::Web::Mgmt::V2016_03_01::Models::DeploymentLocations - end - def name_identifier - Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier - end - def global_csm_sku_description - Azure::Web::Mgmt::V2016_03_01::Models::GlobalCsmSkuDescription - end - def geo_region_collection - Azure::Web::Mgmt::V2016_03_01::Models::GeoRegionCollection - 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 validate_response_error - Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponseError - 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 - end - def resource_name_availability - Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability - end - def abnormal_time_period - Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod - end - def hosting_environment_deployment_info - Azure::Web::Mgmt::V2016_03_01::Models::HostingEnvironmentDeploymentInfo + def hosting_environment_deployment_info + Azure::Web::Mgmt::V2016_03_01::Models::HostingEnvironmentDeploymentInfo end def diagnostic_metric_sample Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample @@ -496,45 +409,42 @@ def billing_meter_collection def detector_response_collection Azure::Web::Mgmt::V2016_03_01::Models::DetectorResponseCollection end - def resource_health_metadata_collection - Azure::Web::Mgmt::V2016_03_01::Models::ResourceHealthMetadataCollection - end def sku_infos Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos end + def resource_health_metadata_collection + Azure::Web::Mgmt::V2016_03_01::Models::ResourceHealthMetadataCollection + end def diagnostic_analysis_collection Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection end - def recommendation_collection - Azure::Web::Mgmt::V2016_03_01::Models::RecommendationCollection - end def diagnostic_category_collection Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection end + def recommendation_collection + Azure::Web::Mgmt::V2016_03_01::Models::RecommendationCollection + end def diagnostic_detector_collection Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection end def application_stack_collection Azure::Web::Mgmt::V2016_03_01::Models::ApplicationStackCollection end - def stack_minor_version - Azure::Web::Mgmt::V2016_03_01::Models::StackMinorVersion - end - def certificate - Azure::Web::Mgmt::V2016_03_01::Models::Certificate - end def certificate_patch_resource Azure::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource end + def stack_minor_version + Azure::Web::Mgmt::V2016_03_01::Models::StackMinorVersion + end def detector_definition Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition end - def analysis_definition - Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition - end def detector_response Azure::Web::Mgmt::V2016_03_01::Models::DetectorResponse end + def analysis_definition + Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition + end def diagnostic_analysis Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysis end @@ -565,20 +475,20 @@ def premier_add_on_offer def source_control Azure::Web::Mgmt::V2016_03_01::Models::SourceControl end - def vnet_parameters - Azure::Web::Mgmt::V2016_03_01::Models::VnetParameters - end def vnet_validation_test_failure Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationTestFailure end def vnet_validation_failure_details Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationFailureDetails end + def vnet_parameters + Azure::Web::Mgmt::V2016_03_01::Models::VnetParameters + end def key_vault_secret_status Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus end - def issue_type - Azure::Web::Mgmt::V2016_03_01::Models::IssueType + def service_specification + Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification end def solution_type Azure::Web::Mgmt::V2016_03_01::Models::SolutionType @@ -610,6 +520,102 @@ def validate_resource_types def sku_name Azure::Web::Mgmt::V2016_03_01::Models::SkuName end + def certificate + Azure::Web::Mgmt::V2016_03_01::Models::Certificate + end + def issue_type + Azure::Web::Mgmt::V2016_03_01::Models::IssueType + end + def default_error_response_error_details_item + Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponseErrorDetailsItem + end + def default_error_response_error + Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponseError + end + def certificate_collection + Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection + end + def default_error_response + Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponse + end + def csm_operation_display + Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay + end + def validate_response + Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponse + end + def metric_availability + Azure::Web::Mgmt::V2016_03_01::Models::MetricAvailability + end + def source_control_collection + Azure::Web::Mgmt::V2016_03_01::Models::SourceControlCollection + end + def csm_operation_description_properties + Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescriptionProperties + end + def resource_name_availability_request + Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailabilityRequest + end + def csm_operation_description + Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescription + end + def premier_add_on_offer_collection + Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOfferCollection + end + def csm_operation_collection + Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationCollection + end + def application_stack + Azure::Web::Mgmt::V2016_03_01::Models::ApplicationStack + end + def stack_major_version + Azure::Web::Mgmt::V2016_03_01::Models::StackMajorVersion + end + def deployment_locations + Azure::Web::Mgmt::V2016_03_01::Models::DeploymentLocations + end + def dimension + Azure::Web::Mgmt::V2016_03_01::Models::Dimension + end + def name_identifier + Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier + end + def metric_specification + Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification + end + def global_csm_sku_description + Azure::Web::Mgmt::V2016_03_01::Models::GlobalCsmSkuDescription + end + def geo_region_collection + Azure::Web::Mgmt::V2016_03_01::Models::GeoRegionCollection + 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 validate_response_error + Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponseError + 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 + end + def resource_name_availability + Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability + end + def abnormal_time_period + Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod + end + def deployment + Azure::Web::Mgmt::V2016_08_01::Models::Deployment + end + def snapshot + Azure::Web::Mgmt::V2016_08_01::Models::Snapshot + end def azure_table_storage_application_logs_config Azure::Web::Mgmt::V2016_08_01::Models::AzureTableStorageApplicationLogsConfig end @@ -643,9 +649,6 @@ def web_app_instance_collection def public_certificate_collection Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection end - def identifier_collection - Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection - end def triggered_web_job_collection Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection end @@ -742,9 +745,6 @@ def continuous_web_job def custom_hostname_analysis_result Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult end - def deployment - Azure::Web::Mgmt::V2016_08_01::Models::Deployment - end def function_envelope Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope end @@ -829,9 +829,6 @@ def slot_config_names_resource def slot_difference Azure::Web::Mgmt::V2016_08_01::Models::SlotDifference end - def snapshot - Azure::Web::Mgmt::V2016_08_01::Models::Snapshot - end def storage_migration_options Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions end @@ -844,26 +841,23 @@ def string_dictionary def triggered_job_run Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun end - def triggered_job_history - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistory - end def triggered_web_job Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob end - def web_job - Azure::Web::Mgmt::V2016_08_01::Models::WebJob + def triggered_job_history + Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistory end def log_level Azure::Web::Mgmt::V2016_08_01::Models::LogLevel end - def backup_item_status - Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus + def web_job + Azure::Web::Mgmt::V2016_08_01::Models::WebJob end def database_type Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType end - def frequency_unit - Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit + def backup_item_status + Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus end def backup_restore_operation_type Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType @@ -871,8 +865,8 @@ def backup_restore_operation_type def continuous_web_job_status Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus end - def web_job_type - Azure::Web::Mgmt::V2016_08_01::Models::WebJobType + def frequency_unit + Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit end def publishing_profile_format Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat @@ -880,32 +874,38 @@ def publishing_profile_format def dns_verification_test_result Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult end - def azure_resource_type - Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType + def web_job_type + Azure::Web::Mgmt::V2016_08_01::Models::WebJobType + end + def msdeploy_provisioning_state + Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState end def custom_host_name_dns_record_type Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType end - def host_name_type - Azure::Web::Mgmt::V2016_08_01::Models::HostNameType - end def msdeploy_log_entry_type Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntryType end - def msdeploy_provisioning_state - Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState + def identifier_collection + Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection + end + def unauthenticated_client_action + Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction end def my_sql_migration_type Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType end + def host_name_type + Azure::Web::Mgmt::V2016_08_01::Models::HostNameType + end + def triggered_web_job_status + Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus + end def public_certificate_location Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation end - def unauthenticated_client_action - Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction - end - def built_in_authentication_provider - Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider + def azure_resource_type + Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType end def clone_ability_result Azure::Web::Mgmt::V2016_08_01::Models::CloneAbilityResult @@ -913,191 +913,188 @@ def clone_ability_result def site_extension_type Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionType end - def triggered_web_job_status - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus + def built_in_authentication_provider + Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider end - def hosting_environment_profile - Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile + def slot_swap_status + Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus end - def virtual_ipmapping - Azure::Web::Mgmt::V2016_09_01::Models::VirtualIPMapping + def operation_status + Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus end - def ip_security_restriction - Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction + def cors_settings + Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings end - def virtual_network_profile - Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile + def auto_heal_triggers + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers end - def api_definition_info - Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo + def experiments + Azure::Web::Mgmt::V2016_09_01::Models::Experiments end - def stamp_capacity - Azure::Web::Mgmt::V2016_09_01::Models::StampCapacity + def site_machine_key + Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey end - def cors_settings - Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings + def host_name_ssl_state + Azure::Web::Mgmt::V2016_09_01::Models::HostNameSslState end - def name_value_pair - Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair + def sku_description + Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription end - def auto_heal_custom_action - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction + def worker_pool + Azure::Web::Mgmt::V2016_09_01::Models::WorkerPool end - def app_service_environment_collection - Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentCollection + def proxy_only_resource + Azure::Web::Mgmt::V2016_09_01::Models::ProxyOnlyResource end def auto_heal_actions Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions end - def hosting_environment_diagnostics - Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentDiagnostics - end - def slow_requests_based_trigger - Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger + def virtual_application + Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication end - def slot_swap_status - Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus + def capability + Azure::Web::Mgmt::V2016_09_01::Models::Capability end - def sku_capacity - Azure::Web::Mgmt::V2016_09_01::Models::SkuCapacity + def stamp_capacity + Azure::Web::Mgmt::V2016_09_01::Models::StampCapacity end - def cloning_info - Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo + def site_limits + Azure::Web::Mgmt::V2016_09_01::Models::SiteLimits end - def sku_description - Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription + def ip_security_restriction + Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction end - def address_response - Azure::Web::Mgmt::V2016_09_01::Models::AddressResponse + def name_value_pair + Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair end - def sku_info_collection - Azure::Web::Mgmt::V2016_09_01::Models::SkuInfoCollection + def vnet_route + Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute end - def worker_pool - Azure::Web::Mgmt::V2016_09_01::Models::WorkerPool + def vnet_info + Azure::Web::Mgmt::V2016_09_01::Models::VnetInfo end - def network_access_control_entry - Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry + def vnet_gateway + Azure::Web::Mgmt::V2016_09_01::Models::VnetGateway end - def resource_collection - Azure::Web::Mgmt::V2016_09_01::Models::ResourceCollection + def user + Azure::Web::Mgmt::V2016_09_01::Models::User end - def worker_pool_collection - Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolCollection + def snapshot_recovery_request + Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryRequest end - def hybrid_connection_collection - Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection + def resource_metric_definition + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinition end - def resource - Azure::Web::Mgmt::V2016_09_01::Models::Resource + def push_settings + Azure::Web::Mgmt::V2016_09_01::Models::PushSettings end - def error_entity - Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity + def hybrid_connection_key + Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionKey end - def resource_metric_property - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty + def hybrid_connection + Azure::Web::Mgmt::V2016_09_01::Models::HybridConnection end - def snapshot_recovery_target - Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget + def site + Azure::Web::Mgmt::V2016_09_01::Models::Site end - def metric_availabilily - Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily + def app_service_plan + Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlan end - def resource_metric_availability - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricAvailability + def resource + Azure::Web::Mgmt::V2016_09_01::Models::Resource end - def resource_metric - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric + def route_type + Azure::Web::Mgmt::V2016_09_01::Models::RouteType end - def csm_usage_quota_collection - Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection + def managed_service_identity_type + Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentityType end - def status_codes_based_trigger - Azure::Web::Mgmt::V2016_09_01::Models::StatusCodesBasedTrigger + def auto_heal_action_type + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActionType end - def localizable_string - Azure::Web::Mgmt::V2016_09_01::Models::LocalizableString + def connection_string_type + Azure::Web::Mgmt::V2016_09_01::Models::ConnectionStringType end - def requests_based_trigger - Azure::Web::Mgmt::V2016_09_01::Models::RequestsBasedTrigger + def scm_type + Azure::Web::Mgmt::V2016_09_01::Models::ScmType end - def resource_metric_collection - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection + def managed_pipeline_mode + Azure::Web::Mgmt::V2016_09_01::Models::ManagedPipelineMode end - def auto_heal_triggers - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers + def site_load_balancing + Azure::Web::Mgmt::V2016_09_01::Models::SiteLoadBalancing end - def managed_service_identity - Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity + def supported_tls_versions + Azure::Web::Mgmt::V2016_09_01::Models::SupportedTlsVersions end - def auto_heal_rules - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealRules + def ssl_state + Azure::Web::Mgmt::V2016_09_01::Models::SslState end - def sku_info - Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo + def operation + Azure::Web::Mgmt::V2016_09_01::Models::Operation end - def site_limits - Azure::Web::Mgmt::V2016_09_01::Models::SiteLimits + def host_type + Azure::Web::Mgmt::V2016_09_01::Models::HostType end - def usage_collection - Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection + def usage_state + Azure::Web::Mgmt::V2016_09_01::Models::UsageState end - def ramp_up_rule - Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule + def site_availability_state + Azure::Web::Mgmt::V2016_09_01::Models::SiteAvailabilityState end - def app_service_plan_collection - Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection + def hosting_environment_status + Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentStatus end - def experiments - Azure::Web::Mgmt::V2016_09_01::Models::Experiments + def internal_load_balancing_mode + Azure::Web::Mgmt::V2016_09_01::Models::InternalLoadBalancingMode end - def resource_metric_name - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricName + def compute_mode_options + Azure::Web::Mgmt::V2016_09_01::Models::ComputeModeOptions end - def virtual_directory - Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory + def worker_size_options + Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions end - def resource_metric_definition_collection - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection + def access_control_entry_action + Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction end - def virtual_application - Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication + def status_options + Azure::Web::Mgmt::V2016_09_01::Models::StatusOptions end - def capability - Azure::Web::Mgmt::V2016_09_01::Models::Capability + def provisioning_state + Azure::Web::Mgmt::V2016_09_01::Models::ProvisioningState end - def handler_mapping - Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping + def app_service_environment_collection + Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentCollection end - def operation - Azure::Web::Mgmt::V2016_09_01::Models::Operation + def hosting_environment_diagnostics + Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentDiagnostics end - def site_machine_key - Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey + def address_response + Azure::Web::Mgmt::V2016_09_01::Models::AddressResponse end - def csm_usage_quota - Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota + def sku_info_collection + Azure::Web::Mgmt::V2016_09_01::Models::SkuInfoCollection end - def conn_string_info - Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo + def resource_collection + Azure::Web::Mgmt::V2016_09_01::Models::ResourceCollection end - def stamp_capacity_collection - Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection + def worker_pool_collection + Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolCollection end - def site_config - Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig + def hybrid_connection_collection + Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection end - def proxy_only_resource - Azure::Web::Mgmt::V2016_09_01::Models::ProxyOnlyResource + def metric_availabilily + Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily end - def host_name_ssl_state - Azure::Web::Mgmt::V2016_09_01::Models::HostNameSslState + def sku_info + Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo end - def web_app_collection - Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection + def usage_collection + Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection end - def resource_metric_value - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue + def stamp_capacity_collection + Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection end def app_service_environment_resource Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource @@ -1108,113 +1105,116 @@ def app_service_environment_patch_resource def metric_definition Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition end - def usage - Azure::Web::Mgmt::V2016_09_01::Models::Usage - end def worker_pool_resource Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource end - def vnet_route - Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute + def app_service_plan_patch_resource + Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource end - def vnet_info - Azure::Web::Mgmt::V2016_09_01::Models::VnetInfo + def hybrid_connection_limits + Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits end - def vnet_gateway - Azure::Web::Mgmt::V2016_09_01::Models::VnetGateway + def managed_service_identity + Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity end - def user - Azure::Web::Mgmt::V2016_09_01::Models::User + def hosting_environment_profile + Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile end - def snapshot_recovery_request - Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryRequest + def snapshot_recovery_target + Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget end - def resource_metric_definition - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinition + def resource_metric_availability + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricAvailability end - def push_settings - Azure::Web::Mgmt::V2016_09_01::Models::PushSettings + def localizable_string + Azure::Web::Mgmt::V2016_09_01::Models::LocalizableString end - def identifier - Azure::Web::Mgmt::V2016_09_01::Models::Identifier + def cloning_info + Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo end - def hybrid_connection_key - Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionKey + def csm_usage_quota + Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota end - def hybrid_connection - Azure::Web::Mgmt::V2016_09_01::Models::HybridConnection + def api_definition_info + Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo end - def site - Azure::Web::Mgmt::V2016_09_01::Models::Site + def csm_usage_quota_collection + Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection end - def app_service_plan - Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlan + def auto_heal_custom_action + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction end - def app_service_plan_patch_resource - Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource + def error_entity + Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity end - def hybrid_connection_limits - Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits + def slow_requests_based_trigger + Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger end - def provisioning_state - Azure::Web::Mgmt::V2016_09_01::Models::ProvisioningState + def status_codes_based_trigger + Azure::Web::Mgmt::V2016_09_01::Models::StatusCodesBasedTrigger end - def hosting_environment_status - Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentStatus + def requests_based_trigger + Azure::Web::Mgmt::V2016_09_01::Models::RequestsBasedTrigger end - def internal_load_balancing_mode - Azure::Web::Mgmt::V2016_09_01::Models::InternalLoadBalancingMode + def auto_heal_rules + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealRules end - def compute_mode_options - Azure::Web::Mgmt::V2016_09_01::Models::ComputeModeOptions + def usage + Azure::Web::Mgmt::V2016_09_01::Models::Usage end - def worker_size_options - Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions + def ramp_up_rule + Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule end - def access_control_entry_action - Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction + def virtual_directory + Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory end - def route_type - Azure::Web::Mgmt::V2016_09_01::Models::RouteType + def handler_mapping + Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping end - def managed_service_identity_type - Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentityType + def conn_string_info + Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo end - def auto_heal_action_type - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActionType + def site_config + Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig end - def connection_string_type - Azure::Web::Mgmt::V2016_09_01::Models::ConnectionStringType + def resource_metric_property + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty end - def scm_type - Azure::Web::Mgmt::V2016_09_01::Models::ScmType + def resource_metric_value + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue end - def managed_pipeline_mode - Azure::Web::Mgmt::V2016_09_01::Models::ManagedPipelineMode + def sku_capacity + Azure::Web::Mgmt::V2016_09_01::Models::SkuCapacity end - def site_load_balancing - Azure::Web::Mgmt::V2016_09_01::Models::SiteLoadBalancing + def resource_metric + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric end - def supported_tls_versions - Azure::Web::Mgmt::V2016_09_01::Models::SupportedTlsVersions + def resource_metric_collection + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection end - def ssl_state - Azure::Web::Mgmt::V2016_09_01::Models::SslState + def virtual_network_profile + Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile end - def host_type - Azure::Web::Mgmt::V2016_09_01::Models::HostType + def resource_metric_definition_collection + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection end - def usage_state - Azure::Web::Mgmt::V2016_09_01::Models::UsageState + def virtual_ipmapping + Azure::Web::Mgmt::V2016_09_01::Models::VirtualIPMapping end - def site_availability_state - Azure::Web::Mgmt::V2016_09_01::Models::SiteAvailabilityState + def web_app_collection + Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection end - def status_options - Azure::Web::Mgmt::V2016_09_01::Models::StatusOptions + def network_access_control_entry + Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry end - def operation_status - Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus + def app_service_plan_collection + Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection + end + def resource_metric_name + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricName + end + def identifier + Azure::Web::Mgmt::V2016_09_01::Models::Identifier end end end diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/backup_long_term_retention_policies.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/backup_long_term_retention_policies.rb index 360a7ade1b..46e7ef1d97 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/backup_long_term_retention_policies.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/backup_long_term_retention_policies.rb @@ -37,8 +37,8 @@ def initialize(client) # # @return [BackupLongTermRetentionPolicy] operation results. # - def get(resource_group_name, server_name, database_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -55,8 +55,8 @@ def get(resource_group_name, server_name, database_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -72,7 +72,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -82,7 +82,6 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -142,8 +141,8 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni # # @return [BackupLongTermRetentionPolicy] operation results. # - def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -161,9 +160,9 @@ def create_or_update(resource_group_name, server_name, database_name, parameters # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -192,8 +191,8 @@ def create_or_update_async(resource_group_name, server_name, database_name, para # # @return [BackupLongTermRetentionPolicyListResult] operation results. # - def list_by_database(resource_group_name, server_name, database_name, custom_headers:nil) - response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database(resource_group_name, server_name, database_name, custom_headers = nil) + response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -210,8 +209,8 @@ def list_by_database(resource_group_name, server_name, database_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -227,7 +226,7 @@ def list_by_database_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_async(resource_group_name, server_name, database_name, custom_headers:nil) + def list_by_database_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -236,7 +235,6 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -296,8 +294,8 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust # # @return [BackupLongTermRetentionPolicy] operation results. # - def begin_create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -316,8 +314,8 @@ def begin_create_or_update(resource_group_name, server_name, database_name, para # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -335,7 +333,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, data # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -346,12 +344,13 @@ def begin_create_or_update_async(resource_group_name, server_name, database_name request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicy.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/backup_long_term_retention_vaults.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/backup_long_term_retention_vaults.rb index b2f20c9303..2b0b066995 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/backup_long_term_retention_vaults.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/backup_long_term_retention_vaults.rb @@ -36,8 +36,8 @@ def initialize(client) # # @return [BackupLongTermRetentionVault] operation results. # - def get(resource_group_name, server_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -53,8 +53,8 @@ def get(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, custom_headers:nil) - get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, custom_headers = nil) + get_async(resource_group_name, server_name, custom_headers).value! end # @@ -69,7 +69,7 @@ def get_with_http_info(resource_group_name, server_name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, custom_headers:nil) + def get_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -78,7 +78,6 @@ def get_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -137,8 +136,8 @@ def get_async(resource_group_name, server_name, custom_headers:nil) # # @return [BackupLongTermRetentionVault] operation results. # - def create_or_update(resource_group_name, server_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -155,9 +154,9 @@ def create_or_update(resource_group_name, server_name, parameters, custom_header # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -185,8 +184,8 @@ def create_or_update_async(resource_group_name, server_name, parameters, custom_ # # @return [BackupLongTermRetentionVaultListResult] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -202,8 +201,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -218,7 +217,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -226,7 +225,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -285,8 +283,8 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) # # @return [BackupLongTermRetentionVault] operation results. # - def begin_create_or_update(resource_group_name, server_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -304,8 +302,8 @@ def begin_create_or_update(resource_group_name, server_name, parameters, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! end # @@ -322,7 +320,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, para # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -332,12 +330,13 @@ def begin_create_or_update_async(resource_group_name, server_name, parameters, c request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/capabilities.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/capabilities.rb index 713797bb1a..8e2bef0e7d 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/capabilities.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/capabilities.rb @@ -33,8 +33,8 @@ def initialize(client) # # @return [LocationCapabilities] operation results. # - def list_by_location(location_id, custom_headers:nil) - response = list_by_location_async(location_id, custom_headers:custom_headers).value! + def list_by_location(location_id, custom_headers = nil) + response = list_by_location_async(location_id, custom_headers).value! response.body unless response.nil? end @@ -47,8 +47,8 @@ def list_by_location(location_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_location_with_http_info(location_id, custom_headers:nil) - list_by_location_async(location_id, custom_headers:custom_headers).value! + def list_by_location_with_http_info(location_id, custom_headers = nil) + list_by_location_async(location_id, custom_headers).value! end # @@ -60,14 +60,13 @@ def list_by_location_with_http_info(location_id, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_location_async(location_id, custom_headers:nil) + def list_by_location_async(location_id, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'location_id is nil' if location_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/data_masking_policies.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/data_masking_policies.rb index 0d6e39b138..45ab3cc3a3 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/data_masking_policies.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/data_masking_policies.rb @@ -39,8 +39,8 @@ def initialize(client) # # @return [DataMaskingPolicy] operation results. # - def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -59,8 +59,8 @@ def create_or_update(resource_group_name, server_name, database_name, parameters # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -78,7 +78,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -89,12 +89,13 @@ def create_or_update_async(resource_group_name, server_name, database_name, para request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -154,8 +155,8 @@ def create_or_update_async(resource_group_name, server_name, database_name, para # # @return [DataMaskingPolicy] operation results. # - def get(resource_group_name, server_name, database_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -172,8 +173,8 @@ def get(resource_group_name, server_name, database_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -189,7 +190,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -199,7 +200,6 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/data_masking_rules.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/data_masking_rules.rb index 8da1c188e9..e5605bdcbd 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/data_masking_rules.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/data_masking_rules.rb @@ -40,8 +40,8 @@ def initialize(client) # # @return [DataMaskingRule] operation results. # - def create_or_update(resource_group_name, server_name, database_name, data_masking_rule_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, database_name, data_masking_rule_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, database_name, data_masking_rule_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, database_name, data_masking_rule_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -61,8 +61,8 @@ def create_or_update(resource_group_name, server_name, database_name, data_maski # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, database_name, data_masking_rule_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, database_name, data_masking_rule_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, database_name, data_masking_rule_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, database_name, data_masking_rule_name, parameters, custom_headers).value! end # @@ -81,7 +81,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, database_name, data_masking_rule_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, database_name, data_masking_rule_name, parameters, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -93,12 +93,13 @@ def create_or_update_async(resource_group_name, server_name, database_name, data request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -168,8 +169,8 @@ def create_or_update_async(resource_group_name, server_name, database_name, data # # @return [DataMaskingRuleListResult] operation results. # - def list_by_database(resource_group_name, server_name, database_name, custom_headers:nil) - response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database(resource_group_name, server_name, database_name, custom_headers = nil) + response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -186,8 +187,8 @@ def list_by_database(resource_group_name, server_name, database_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -203,7 +204,7 @@ def list_by_database_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_async(resource_group_name, server_name, database_name, custom_headers:nil) + def list_by_database_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -213,7 +214,6 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/database_advisors.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/database_advisors.rb index 9e639ae252..9d7dc4c434 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/database_advisors.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/database_advisors.rb @@ -37,8 +37,8 @@ def initialize(client) # # @return [AdvisorListResult] operation results. # - def list_by_database(resource_group_name, server_name, database_name, custom_headers:nil) - response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database(resource_group_name, server_name, database_name, custom_headers = nil) + response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -55,8 +55,8 @@ def list_by_database(resource_group_name, server_name, database_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -72,7 +72,7 @@ def list_by_database_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_async(resource_group_name, server_name, database_name, custom_headers:nil) + def list_by_database_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -81,7 +81,6 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -140,8 +139,8 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust # # @return [Advisor] operation results. # - def get(resource_group_name, server_name, database_name, advisor_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, advisor_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, advisor_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, advisor_name, custom_headers).value! response.body unless response.nil? end @@ -159,8 +158,8 @@ def get(resource_group_name, server_name, database_name, advisor_name, custom_he # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, advisor_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, advisor_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, advisor_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, advisor_name, custom_headers).value! end # @@ -177,7 +176,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, advisor_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, advisor_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, advisor_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -187,7 +186,6 @@ def get_async(resource_group_name, server_name, database_name, advisor_name, cus request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -247,8 +245,8 @@ def get_async(resource_group_name, server_name, database_name, advisor_name, cus # # @return [Advisor] operation results. # - def create_or_update(resource_group_name, server_name, database_name, advisor_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, database_name, advisor_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, database_name, advisor_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, database_name, advisor_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -267,8 +265,8 @@ def create_or_update(resource_group_name, server_name, database_name, advisor_na # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, database_name, advisor_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, database_name, advisor_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, database_name, advisor_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, database_name, advisor_name, parameters, custom_headers).value! end # @@ -286,7 +284,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, database_name, advisor_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, database_name, advisor_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -297,12 +295,13 @@ def create_or_update_async(resource_group_name, server_name, database_name, advi request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::Advisor.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/database_connection_policies.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/database_connection_policies.rb index fb499df2ff..ba54b4d48c 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/database_connection_policies.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/database_connection_policies.rb @@ -39,8 +39,8 @@ def initialize(client) # # @return [DatabaseConnectionPolicy] operation results. # - def get(resource_group_name, server_name, database_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -59,8 +59,8 @@ def get(resource_group_name, server_name, database_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -78,7 +78,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -88,7 +88,6 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -149,8 +148,8 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni # # @return [DatabaseConnectionPolicy] operation results. # - def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -170,8 +169,8 @@ def create_or_update(resource_group_name, server_name, database_name, parameters # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -190,7 +189,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -201,12 +200,13 @@ def create_or_update_async(resource_group_name, server_name, database_name, para request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/database_table_auditing_policies.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/database_table_auditing_policies.rb index 6801f37168..06218b9a5e 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/database_table_auditing_policies.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/database_table_auditing_policies.rb @@ -39,8 +39,8 @@ def initialize(client) # # @return [DatabaseTableAuditingPolicy] operation results. # - def get(resource_group_name, server_name, database_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -59,8 +59,8 @@ def get(resource_group_name, server_name, database_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -78,7 +78,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -88,7 +88,6 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -150,8 +149,8 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni # # @return [DatabaseTableAuditingPolicy] operation results. # - def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -172,8 +171,8 @@ def create_or_update(resource_group_name, server_name, database_name, parameters # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -193,7 +192,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -204,12 +203,13 @@ def create_or_update_async(resource_group_name, server_name, database_name, para request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -281,8 +281,8 @@ def create_or_update_async(resource_group_name, server_name, database_name, para # # @return [DatabaseTableAuditingPolicyListResult] operation results. # - def list_by_database(resource_group_name, server_name, database_name, custom_headers:nil) - response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database(resource_group_name, server_name, database_name, custom_headers = nil) + response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -301,8 +301,8 @@ def list_by_database(resource_group_name, server_name, database_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -320,7 +320,7 @@ def list_by_database_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_async(resource_group_name, server_name, database_name, custom_headers:nil) + def list_by_database_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -329,7 +329,6 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/database_threat_detection_policies.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/database_threat_detection_policies.rb index 9d0a60b749..324667357c 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/database_threat_detection_policies.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/database_threat_detection_policies.rb @@ -38,8 +38,8 @@ def initialize(client) # # @return [DatabaseSecurityAlertPolicy] operation results. # - def get(resource_group_name, server_name, database_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -57,8 +57,8 @@ def get(resource_group_name, server_name, database_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -75,7 +75,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? @@ -85,7 +85,6 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -146,8 +145,8 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni # # @return [DatabaseSecurityAlertPolicy] operation results. # - def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -167,8 +166,8 @@ def create_or_update(resource_group_name, server_name, database_name, parameters # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -187,7 +186,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? @@ -198,12 +197,13 @@ def create_or_update_async(resource_group_name, server_name, database_name, para request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/database_usages.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/database_usages.rb index 714a3163bd..9c8afaa2df 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/database_usages.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/database_usages.rb @@ -37,8 +37,8 @@ def initialize(client) # # @return [DatabaseUsageListResult] operation results. # - def list_by_database(resource_group_name, server_name, database_name, custom_headers:nil) - response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database(resource_group_name, server_name, database_name, custom_headers = nil) + response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -55,8 +55,8 @@ def list_by_database(resource_group_name, server_name, database_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -72,7 +72,7 @@ def list_by_database_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_async(resource_group_name, server_name, database_name, custom_headers:nil) + def list_by_database_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -81,7 +81,6 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/databases.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/databases.rb index 520ea45137..feb662c232 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/databases.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/databases.rb @@ -35,8 +35,8 @@ def initialize(client) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def pause(resource_group_name, server_name, database_name, custom_headers:nil) - response = pause_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def pause(resource_group_name, server_name, database_name, custom_headers = nil) + response = pause_async(resource_group_name, server_name, database_name, custom_headers).value! nil end @@ -52,9 +52,9 @@ def pause(resource_group_name, server_name, database_name, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def pause_async(resource_group_name, server_name, database_name, custom_headers:nil) + def pause_async(resource_group_name, server_name, database_name, custom_headers = nil) # Send request - promise = begin_pause_async(resource_group_name, server_name, database_name, custom_headers:custom_headers) + promise = begin_pause_async(resource_group_name, server_name, database_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -79,8 +79,8 @@ def pause_async(resource_group_name, server_name, database_name, custom_headers: # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def resume(resource_group_name, server_name, database_name, custom_headers:nil) - response = resume_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def resume(resource_group_name, server_name, database_name, custom_headers = nil) + response = resume_async(resource_group_name, server_name, database_name, custom_headers).value! nil end @@ -96,9 +96,9 @@ def resume(resource_group_name, server_name, database_name, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def resume_async(resource_group_name, server_name, database_name, custom_headers:nil) + def resume_async(resource_group_name, server_name, database_name, custom_headers = nil) # Send request - promise = begin_resume_async(resource_group_name, server_name, database_name, custom_headers:custom_headers) + promise = begin_resume_async(resource_group_name, server_name, database_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -128,8 +128,8 @@ def resume_async(resource_group_name, server_name, database_name, custom_headers # # @return [Database] operation results. # - def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -148,9 +148,9 @@ def create_or_update(resource_group_name, server_name, database_name, parameters # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -181,8 +181,8 @@ def create_or_update_async(resource_group_name, server_name, database_name, para # # @return [Database] operation results. # - def update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -200,9 +200,9 @@ def update(resource_group_name, server_name, database_name, parameters, custom_h # @return [Concurrent::Promise] promise which provides async access to http # response. # - def update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) # Send request - promise = begin_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers) + promise = begin_update_async(resource_group_name, server_name, database_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -230,8 +230,8 @@ def update_async(resource_group_name, server_name, database_name, parameters, cu # will be added to the HTTP request. # # - def delete(resource_group_name, server_name, database_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, database_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, database_name, custom_headers).value! nil end @@ -248,8 +248,8 @@ def delete(resource_group_name, server_name, database_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - delete_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def delete_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + delete_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -265,7 +265,7 @@ def delete_with_http_info(resource_group_name, server_name, database_name, custo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(resource_group_name, server_name, database_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -274,7 +274,6 @@ def delete_async(resource_group_name, server_name, database_name, custom_headers request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -325,8 +324,8 @@ def delete_async(resource_group_name, server_name, database_name, custom_headers # # @return [Database] operation results. # - def get(resource_group_name, server_name, database_name, expand:nil, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, expand:expand, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, expand = nil, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, expand, custom_headers).value! response.body unless response.nil? end @@ -346,8 +345,8 @@ def get(resource_group_name, server_name, database_name, expand:nil, custom_head # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, expand:nil, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, expand:expand, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, expand = nil, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, expand, custom_headers).value! end # @@ -366,7 +365,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, expand:n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, expand:nil, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, expand = nil, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -375,7 +374,6 @@ def get_async(resource_group_name, server_name, database_name, expand:nil, custo request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -437,8 +435,8 @@ def get_async(resource_group_name, server_name, database_name, expand:nil, custo # # @return [DatabaseListResult] operation results. # - def list_by_server(resource_group_name, server_name, expand:nil, filter:nil, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, expand:expand, filter:filter, custom_headers:custom_headers).value! + def list_by_server(resource_group_name, server_name, expand = nil, filter = nil, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, expand, filter, custom_headers).value! response.body unless response.nil? end @@ -459,8 +457,8 @@ def list_by_server(resource_group_name, server_name, expand:nil, filter:nil, cus # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, expand:nil, filter:nil, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, expand:expand, filter:filter, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, expand = nil, filter = nil, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, expand, filter, custom_headers).value! end # @@ -480,7 +478,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, expand:nil, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, expand:nil, filter:nil, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, expand = nil, filter = nil, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -488,7 +486,6 @@ def list_by_server_async(resource_group_name, server_name, expand:nil, filter:ni request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -548,8 +545,8 @@ def list_by_server_async(resource_group_name, server_name, expand:nil, filter:ni # # @return [Database] operation results. # - def get_by_elastic_pool(resource_group_name, server_name, elastic_pool_name, database_name, custom_headers:nil) - response = get_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, database_name, custom_headers:custom_headers).value! + def get_by_elastic_pool(resource_group_name, server_name, elastic_pool_name, database_name, custom_headers = nil) + response = get_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -568,8 +565,8 @@ def get_by_elastic_pool(resource_group_name, server_name, elastic_pool_name, dat # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_by_elastic_pool_with_http_info(resource_group_name, server_name, elastic_pool_name, database_name, custom_headers:nil) - get_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, database_name, custom_headers:custom_headers).value! + def get_by_elastic_pool_with_http_info(resource_group_name, server_name, elastic_pool_name, database_name, custom_headers = nil) + get_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, database_name, custom_headers).value! end # @@ -587,7 +584,7 @@ def get_by_elastic_pool_with_http_info(resource_group_name, server_name, elastic # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, database_name, custom_headers:nil) + def get_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -597,7 +594,6 @@ def get_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_nam request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -656,8 +652,8 @@ def get_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_nam # # @return [DatabaseListResult] operation results. # - def list_by_elastic_pool(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) - response = list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers).value! + def list_by_elastic_pool(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) + response = list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers).value! response.body unless response.nil? end @@ -675,8 +671,8 @@ def list_by_elastic_pool(resource_group_name, server_name, elastic_pool_name, cu # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_elastic_pool_with_http_info(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) - list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers).value! + def list_by_elastic_pool_with_http_info(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) + list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers).value! end # @@ -693,7 +689,7 @@ def list_by_elastic_pool_with_http_info(resource_group_name, server_name, elasti # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) + def list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -702,7 +698,6 @@ def list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_na request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -748,7 +743,7 @@ def list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_na end # - # Gets a database inside of a recommented elastic pool. + # Gets a database inside of a recommended elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -762,13 +757,13 @@ def list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_na # # @return [Database] operation results. # - def get_by_recommended_elastic_pool(resource_group_name, server_name, recommended_elastic_pool_name, database_name, custom_headers:nil) - response = get_by_recommended_elastic_pool_async(resource_group_name, server_name, recommended_elastic_pool_name, database_name, custom_headers:custom_headers).value! + def get_by_recommended_elastic_pool(resource_group_name, server_name, recommended_elastic_pool_name, database_name, custom_headers = nil) + response = get_by_recommended_elastic_pool_async(resource_group_name, server_name, recommended_elastic_pool_name, database_name, custom_headers).value! response.body unless response.nil? end # - # Gets a database inside of a recommented elastic pool. + # Gets a database inside of a recommended elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -782,12 +777,12 @@ def get_by_recommended_elastic_pool(resource_group_name, server_name, recommende # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_by_recommended_elastic_pool_with_http_info(resource_group_name, server_name, recommended_elastic_pool_name, database_name, custom_headers:nil) - get_by_recommended_elastic_pool_async(resource_group_name, server_name, recommended_elastic_pool_name, database_name, custom_headers:custom_headers).value! + def get_by_recommended_elastic_pool_with_http_info(resource_group_name, server_name, recommended_elastic_pool_name, database_name, custom_headers = nil) + get_by_recommended_elastic_pool_async(resource_group_name, server_name, recommended_elastic_pool_name, database_name, custom_headers).value! end # - # Gets a database inside of a recommented elastic pool. + # Gets a database inside of a recommended elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -801,7 +796,7 @@ def get_by_recommended_elastic_pool_with_http_info(resource_group_name, server_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_by_recommended_elastic_pool_async(resource_group_name, server_name, recommended_elastic_pool_name, database_name, custom_headers:nil) + def get_by_recommended_elastic_pool_async(resource_group_name, server_name, recommended_elastic_pool_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -811,7 +806,6 @@ def get_by_recommended_elastic_pool_async(resource_group_name, server_name, reco request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -857,7 +851,7 @@ def get_by_recommended_elastic_pool_async(resource_group_name, server_name, reco end # - # Returns a list of databases inside a recommented elastic pool. + # Returns a list of databases inside a recommended elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -870,13 +864,13 @@ def get_by_recommended_elastic_pool_async(resource_group_name, server_name, reco # # @return [DatabaseListResult] operation results. # - def list_by_recommended_elastic_pool(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers:nil) - response = list_by_recommended_elastic_pool_async(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers:custom_headers).value! + def list_by_recommended_elastic_pool(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers = nil) + response = list_by_recommended_elastic_pool_async(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers).value! response.body unless response.nil? end # - # Returns a list of databases inside a recommented elastic pool. + # Returns a list of databases inside a recommended elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -889,12 +883,12 @@ def list_by_recommended_elastic_pool(resource_group_name, server_name, recommend # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_recommended_elastic_pool_with_http_info(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers:nil) - list_by_recommended_elastic_pool_async(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers:custom_headers).value! + def list_by_recommended_elastic_pool_with_http_info(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers = nil) + list_by_recommended_elastic_pool_async(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers).value! end # - # Returns a list of databases inside a recommented elastic pool. + # Returns a list of databases inside a recommended elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -907,7 +901,7 @@ def list_by_recommended_elastic_pool_with_http_info(resource_group_name, server_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_recommended_elastic_pool_async(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers:nil) + def list_by_recommended_elastic_pool_async(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -916,7 +910,6 @@ def list_by_recommended_elastic_pool_async(resource_group_name, server_name, rec request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -975,8 +968,8 @@ def list_by_recommended_elastic_pool_async(resource_group_name, server_name, rec # # @return [ImportExportResponse] operation results. # - def import(resource_group_name, server_name, parameters, custom_headers:nil) - response = import_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def import(resource_group_name, server_name, parameters, custom_headers = nil) + response = import_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -993,9 +986,9 @@ def import(resource_group_name, server_name, parameters, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def import_async(resource_group_name, server_name, parameters, custom_headers:nil) + def import_async(resource_group_name, server_name, parameters, custom_headers = nil) # Send request - promise = begin_import_async(resource_group_name, server_name, parameters, custom_headers:custom_headers) + promise = begin_import_async(resource_group_name, server_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -1027,8 +1020,8 @@ def import_async(resource_group_name, server_name, parameters, custom_headers:ni # # @return [ImportExportResponse] operation results. # - def create_import_operation(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = create_import_operation_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_import_operation(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = create_import_operation_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -1046,9 +1039,9 @@ def create_import_operation(resource_group_name, server_name, database_name, par # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_import_operation_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def create_import_operation_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) # Send request - promise = begin_create_import_operation_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers) + promise = begin_create_import_operation_async(resource_group_name, server_name, database_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -1079,8 +1072,8 @@ def create_import_operation_async(resource_group_name, server_name, database_nam # # @return [ImportExportResponse] operation results. # - def export(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = export_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def export(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = export_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -1098,9 +1091,9 @@ def export(resource_group_name, server_name, database_name, parameters, custom_h # @return [Concurrent::Promise] promise which provides async access to http # response. # - def export_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def export_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) # Send request - promise = begin_export_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers) + promise = begin_export_async(resource_group_name, server_name, database_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -1131,8 +1124,8 @@ def export_async(resource_group_name, server_name, database_name, parameters, cu # # @return [MetricListResult] operation results. # - def list_metrics(resource_group_name, server_name, database_name, filter, custom_headers:nil) - response = list_metrics_async(resource_group_name, server_name, database_name, filter, custom_headers:custom_headers).value! + def list_metrics(resource_group_name, server_name, database_name, filter, custom_headers = nil) + response = list_metrics_async(resource_group_name, server_name, database_name, filter, custom_headers).value! response.body unless response.nil? end @@ -1151,8 +1144,8 @@ def list_metrics(resource_group_name, server_name, database_name, filter, custom # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metrics_with_http_info(resource_group_name, server_name, database_name, filter, custom_headers:nil) - list_metrics_async(resource_group_name, server_name, database_name, filter, custom_headers:custom_headers).value! + def list_metrics_with_http_info(resource_group_name, server_name, database_name, filter, custom_headers = nil) + list_metrics_async(resource_group_name, server_name, database_name, filter, custom_headers).value! end # @@ -1170,7 +1163,7 @@ def list_metrics_with_http_info(resource_group_name, server_name, database_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metrics_async(resource_group_name, server_name, database_name, filter, custom_headers:nil) + def list_metrics_async(resource_group_name, server_name, database_name, filter, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -1180,7 +1173,6 @@ def list_metrics_async(resource_group_name, server_name, database_name, filter, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1238,8 +1230,8 @@ def list_metrics_async(resource_group_name, server_name, database_name, filter, # # @return [MetricDefinitionListResult] operation results. # - def list_metric_definitions(resource_group_name, server_name, database_name, custom_headers:nil) - response = list_metric_definitions_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_metric_definitions(resource_group_name, server_name, database_name, custom_headers = nil) + response = list_metric_definitions_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -1256,8 +1248,8 @@ def list_metric_definitions(resource_group_name, server_name, database_name, cus # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metric_definitions_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - list_metric_definitions_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_metric_definitions_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + list_metric_definitions_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -1273,7 +1265,7 @@ def list_metric_definitions_with_http_info(resource_group_name, server_name, dat # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metric_definitions_async(resource_group_name, server_name, database_name, custom_headers:nil) + def list_metric_definitions_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -1282,7 +1274,6 @@ def list_metric_definitions_async(resource_group_name, server_name, database_nam request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1339,8 +1330,8 @@ def list_metric_definitions_async(resource_group_name, server_name, database_nam # will be added to the HTTP request. # # - def begin_pause(resource_group_name, server_name, database_name, custom_headers:nil) - response = begin_pause_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def begin_pause(resource_group_name, server_name, database_name, custom_headers = nil) + response = begin_pause_async(resource_group_name, server_name, database_name, custom_headers).value! nil end @@ -1357,8 +1348,8 @@ def begin_pause(resource_group_name, server_name, database_name, custom_headers: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_pause_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - begin_pause_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def begin_pause_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + begin_pause_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -1374,7 +1365,7 @@ def begin_pause_with_http_info(resource_group_name, server_name, database_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_pause_async(resource_group_name, server_name, database_name, custom_headers:nil) + def begin_pause_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -1383,7 +1374,6 @@ def begin_pause_async(resource_group_name, server_name, database_name, custom_he request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1430,8 +1420,8 @@ def begin_pause_async(resource_group_name, server_name, database_name, custom_he # will be added to the HTTP request. # # - def begin_resume(resource_group_name, server_name, database_name, custom_headers:nil) - response = begin_resume_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def begin_resume(resource_group_name, server_name, database_name, custom_headers = nil) + response = begin_resume_async(resource_group_name, server_name, database_name, custom_headers).value! nil end @@ -1448,8 +1438,8 @@ def begin_resume(resource_group_name, server_name, database_name, custom_headers # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_resume_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - begin_resume_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def begin_resume_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + begin_resume_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -1465,7 +1455,7 @@ def begin_resume_with_http_info(resource_group_name, server_name, database_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_resume_async(resource_group_name, server_name, database_name, custom_headers:nil) + def begin_resume_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -1474,7 +1464,6 @@ def begin_resume_async(resource_group_name, server_name, database_name, custom_h request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1525,8 +1514,8 @@ def begin_resume_async(resource_group_name, server_name, database_name, custom_h # # @return [Database] operation results. # - def begin_create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -1546,8 +1535,8 @@ def begin_create_or_update(resource_group_name, server_name, database_name, para # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -1566,7 +1555,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, data # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -1576,12 +1565,13 @@ def begin_create_or_update_async(resource_group_name, server_name, database_name request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::Database.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -1653,8 +1643,8 @@ def begin_create_or_update_async(resource_group_name, server_name, database_name # # @return [Database] operation results. # - def begin_update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = begin_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = begin_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -1673,8 +1663,8 @@ def begin_update(resource_group_name, server_name, database_name, parameters, cu # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - begin_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + begin_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -1692,7 +1682,7 @@ def begin_update_with_http_info(resource_group_name, server_name, database_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def begin_update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -1702,12 +1692,13 @@ def begin_update_async(resource_group_name, server_name, database_name, paramete request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::DatabaseUpdate.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -1768,8 +1759,8 @@ def begin_update_async(resource_group_name, server_name, database_name, paramete # # @return [ImportExportResponse] operation results. # - def begin_import(resource_group_name, server_name, parameters, custom_headers:nil) - response = begin_import_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def begin_import(resource_group_name, server_name, parameters, custom_headers = nil) + response = begin_import_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -1787,8 +1778,8 @@ def begin_import(resource_group_name, server_name, parameters, custom_headers:ni # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_import_with_http_info(resource_group_name, server_name, parameters, custom_headers:nil) - begin_import_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def begin_import_with_http_info(resource_group_name, server_name, parameters, custom_headers = nil) + begin_import_async(resource_group_name, server_name, parameters, custom_headers).value! end # @@ -1805,7 +1796,7 @@ def begin_import_with_http_info(resource_group_name, server_name, parameters, cu # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_import_async(resource_group_name, server_name, parameters, custom_headers:nil) + def begin_import_async(resource_group_name, server_name, parameters, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -1814,12 +1805,13 @@ def begin_import_async(resource_group_name, server_name, parameters, custom_head request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::ImportRequest.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -1882,8 +1874,8 @@ def begin_import_async(resource_group_name, server_name, parameters, custom_head # # @return [ImportExportResponse] operation results. # - def begin_create_import_operation(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = begin_create_import_operation_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_create_import_operation(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = begin_create_import_operation_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -1903,8 +1895,8 @@ def begin_create_import_operation(resource_group_name, server_name, database_nam # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_import_operation_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - begin_create_import_operation_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_create_import_operation_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + begin_create_import_operation_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -1923,7 +1915,7 @@ def begin_create_import_operation_with_http_info(resource_group_name, server_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_import_operation_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def begin_create_import_operation_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -1934,12 +1926,13 @@ def begin_create_import_operation_async(resource_group_name, server_name, databa request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::ImportExtensionRequest.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -2001,8 +1994,8 @@ def begin_create_import_operation_async(resource_group_name, server_name, databa # # @return [ImportExportResponse] operation results. # - def begin_export(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = begin_export_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_export(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = begin_export_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -2021,8 +2014,8 @@ def begin_export(resource_group_name, server_name, database_name, parameters, cu # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_export_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - begin_export_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_export_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + begin_export_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -2040,7 +2033,7 @@ def begin_export_with_http_info(resource_group_name, server_name, database_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_export_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def begin_export_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -2050,12 +2043,13 @@ def begin_export_async(resource_group_name, server_name, database_name, paramete request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::ExportRequest.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/disaster_recovery_configurations.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/disaster_recovery_configurations.rb index fa01d6efb4..03eec63361 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/disaster_recovery_configurations.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/disaster_recovery_configurations.rb @@ -36,8 +36,8 @@ def initialize(client) # # @return [DisasterRecoveryConfigurationListResult] operation results. # - def list(resource_group_name, server_name, custom_headers:nil) - response = list_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list(resource_group_name, server_name, custom_headers = nil) + response = list_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -53,8 +53,8 @@ def list(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_async(resource_group_name, server_name, custom_headers).value! end # @@ -69,7 +69,7 @@ def list_with_http_info(resource_group_name, server_name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_async(resource_group_name, server_name, custom_headers:nil) + def list_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -77,7 +77,6 @@ def list_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -134,8 +133,8 @@ def list_async(resource_group_name, server_name, custom_headers:nil) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def delete(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers).value! nil end @@ -152,9 +151,9 @@ def delete(resource_group_name, server_name, disaster_recovery_configuration_nam # @return [Concurrent::Promise] promise which provides async access to http # response. # - def delete_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) # Send request - promise = begin_delete_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:custom_headers) + promise = begin_delete_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -182,8 +181,8 @@ def delete_async(resource_group_name, server_name, disaster_recovery_configurati # # @return [DisasterRecoveryConfiguration] operation results. # - def create_or_update(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers).value! response.body unless response.nil? end @@ -200,9 +199,9 @@ def create_or_update(resource_group_name, server_name, disaster_recovery_configu # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -232,8 +231,8 @@ def create_or_update_async(resource_group_name, server_name, disaster_recovery_c # # @return [DisasterRecoveryConfiguration] operation results. # - def get(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers).value! response.body unless response.nil? end @@ -251,8 +250,8 @@ def get(resource_group_name, server_name, disaster_recovery_configuration_name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) - get_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) + get_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers).value! end # @@ -269,7 +268,7 @@ def get_with_http_info(resource_group_name, server_name, disaster_recovery_confi # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) + def get_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -278,7 +277,6 @@ def get_async(resource_group_name, server_name, disaster_recovery_configuration_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -335,8 +333,8 @@ def get_async(resource_group_name, server_name, disaster_recovery_configuration_ # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def failover(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) - response = failover_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:custom_headers).value! + def failover(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) + response = failover_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers).value! nil end @@ -353,9 +351,9 @@ def failover(resource_group_name, server_name, disaster_recovery_configuration_n # @return [Concurrent::Promise] promise which provides async access to http # response. # - def failover_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) + def failover_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) # Send request - promise = begin_failover_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:custom_headers) + promise = begin_failover_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -382,8 +380,8 @@ def failover_async(resource_group_name, server_name, disaster_recovery_configura # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def failover_allow_data_loss(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) - response = failover_allow_data_loss_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:custom_headers).value! + def failover_allow_data_loss(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) + response = failover_allow_data_loss_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers).value! nil end @@ -400,9 +398,9 @@ def failover_allow_data_loss(resource_group_name, server_name, disaster_recovery # @return [Concurrent::Promise] promise which provides async access to http # response. # - def failover_allow_data_loss_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) + def failover_allow_data_loss_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) # Send request - promise = begin_failover_allow_data_loss_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:custom_headers) + promise = begin_failover_allow_data_loss_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -429,8 +427,8 @@ def failover_allow_data_loss_async(resource_group_name, server_name, disaster_re # will be added to the HTTP request. # # - def begin_delete(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) - response = begin_delete_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:custom_headers).value! + def begin_delete(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) + response = begin_delete_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers).value! nil end @@ -448,8 +446,8 @@ def begin_delete(resource_group_name, server_name, disaster_recovery_configurati # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_delete_with_http_info(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) - begin_delete_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:custom_headers).value! + def begin_delete_with_http_info(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) + begin_delete_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers).value! end # @@ -466,7 +464,7 @@ def begin_delete_with_http_info(resource_group_name, server_name, disaster_recov # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_delete_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) + def begin_delete_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -475,7 +473,6 @@ def begin_delete_async(resource_group_name, server_name, disaster_recovery_confi request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -524,8 +521,8 @@ def begin_delete_async(resource_group_name, server_name, disaster_recovery_confi # # @return [DisasterRecoveryConfiguration] operation results. # - def begin_create_or_update(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers).value! response.body unless response.nil? end @@ -543,8 +540,8 @@ def begin_create_or_update(resource_group_name, server_name, disaster_recovery_c # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers).value! end # @@ -561,7 +558,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, disa # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -570,7 +567,6 @@ def begin_create_or_update_async(resource_group_name, server_name, disaster_reco request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -648,8 +644,8 @@ def begin_create_or_update_async(resource_group_name, server_name, disaster_reco # will be added to the HTTP request. # # - def begin_failover(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) - response = begin_failover_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:custom_headers).value! + def begin_failover(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) + response = begin_failover_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers).value! nil end @@ -667,8 +663,8 @@ def begin_failover(resource_group_name, server_name, disaster_recovery_configura # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_failover_with_http_info(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) - begin_failover_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:custom_headers).value! + def begin_failover_with_http_info(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) + begin_failover_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers).value! end # @@ -685,7 +681,7 @@ def begin_failover_with_http_info(resource_group_name, server_name, disaster_rec # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_failover_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) + def begin_failover_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -694,7 +690,6 @@ def begin_failover_async(resource_group_name, server_name, disaster_recovery_con request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -743,8 +738,8 @@ def begin_failover_async(resource_group_name, server_name, disaster_recovery_con # will be added to the HTTP request. # # - def begin_failover_allow_data_loss(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) - response = begin_failover_allow_data_loss_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:custom_headers).value! + def begin_failover_allow_data_loss(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) + response = begin_failover_allow_data_loss_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers).value! nil end @@ -763,8 +758,8 @@ def begin_failover_allow_data_loss(resource_group_name, server_name, disaster_re # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_failover_allow_data_loss_with_http_info(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) - begin_failover_allow_data_loss_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:custom_headers).value! + def begin_failover_allow_data_loss_with_http_info(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) + begin_failover_allow_data_loss_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers).value! end # @@ -782,7 +777,7 @@ def begin_failover_allow_data_loss_with_http_info(resource_group_name, server_na # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_failover_allow_data_loss_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers:nil) + def begin_failover_allow_data_loss_async(resource_group_name, server_name, disaster_recovery_configuration_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -791,7 +786,6 @@ def begin_failover_allow_data_loss_async(resource_group_name, server_name, disas request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/elastic_pool_activities.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/elastic_pool_activities.rb index 34fdef1ec1..b2f0229015 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/elastic_pool_activities.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/elastic_pool_activities.rb @@ -38,8 +38,8 @@ def initialize(client) # # @return [ElasticPoolActivityListResult] operation results. # - def list_by_elastic_pool(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) - response = list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers).value! + def list_by_elastic_pool(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) + response = list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers).value! response.body unless response.nil? end @@ -57,8 +57,8 @@ def list_by_elastic_pool(resource_group_name, server_name, elastic_pool_name, cu # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_elastic_pool_with_http_info(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) - list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers).value! + def list_by_elastic_pool_with_http_info(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) + list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers).value! end # @@ -75,7 +75,7 @@ def list_by_elastic_pool_with_http_info(resource_group_name, server_name, elasti # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) + def list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -84,7 +84,6 @@ def list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_na request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/elastic_pool_database_activities.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/elastic_pool_database_activities.rb index 4b2d135f64..c00c0291b7 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/elastic_pool_database_activities.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/elastic_pool_database_activities.rb @@ -37,8 +37,8 @@ def initialize(client) # # @return [ElasticPoolDatabaseActivityListResult] operation results. # - def list_by_elastic_pool(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) - response = list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers).value! + def list_by_elastic_pool(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) + response = list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers).value! response.body unless response.nil? end @@ -55,8 +55,8 @@ def list_by_elastic_pool(resource_group_name, server_name, elastic_pool_name, cu # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_elastic_pool_with_http_info(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) - list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers).value! + def list_by_elastic_pool_with_http_info(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) + list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers).value! end # @@ -72,7 +72,7 @@ def list_by_elastic_pool_with_http_info(resource_group_name, server_name, elasti # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) + def list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -81,7 +81,6 @@ def list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_na request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/elastic_pools.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/elastic_pools.rb index a19d85ae37..6d22196d8a 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/elastic_pools.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/elastic_pools.rb @@ -40,8 +40,8 @@ def initialize(client) # # @return [ElasticPool] operation results. # - def create_or_update(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -60,9 +60,9 @@ def create_or_update(resource_group_name, server_name, elastic_pool_name, parame # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -93,8 +93,8 @@ def create_or_update_async(resource_group_name, server_name, elastic_pool_name, # # @return [ElasticPool] operation results. # - def update(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers:nil) - response = update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers:custom_headers).value! + def update(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers = nil) + response = update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -112,9 +112,9 @@ def update(resource_group_name, server_name, elastic_pool_name, parameters, cust # @return [Concurrent::Promise] promise which provides async access to http # response. # - def update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers:nil) + def update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers = nil) # Send request - promise = begin_update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers:custom_headers) + promise = begin_update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -142,8 +142,8 @@ def update_async(resource_group_name, server_name, elastic_pool_name, parameters # will be added to the HTTP request. # # - def delete(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, elastic_pool_name, custom_headers).value! nil end @@ -160,8 +160,8 @@ def delete(resource_group_name, server_name, elastic_pool_name, custom_headers:n # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) - delete_async(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers).value! + def delete_with_http_info(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) + delete_async(resource_group_name, server_name, elastic_pool_name, custom_headers).value! end # @@ -177,7 +177,7 @@ def delete_with_http_info(resource_group_name, server_name, elastic_pool_name, c # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -186,7 +186,6 @@ def delete_async(resource_group_name, server_name, elastic_pool_name, custom_hea request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -235,8 +234,8 @@ def delete_async(resource_group_name, server_name, elastic_pool_name, custom_hea # # @return [ElasticPool] operation results. # - def get(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, elastic_pool_name, custom_headers).value! response.body unless response.nil? end @@ -254,8 +253,8 @@ def get(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) - get_async(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) + get_async(resource_group_name, server_name, elastic_pool_name, custom_headers).value! end # @@ -272,7 +271,7 @@ def get_with_http_info(resource_group_name, server_name, elastic_pool_name, cust # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) + def get_async(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -281,7 +280,6 @@ def get_async(resource_group_name, server_name, elastic_pool_name, custom_header request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -338,8 +336,8 @@ def get_async(resource_group_name, server_name, elastic_pool_name, custom_header # # @return [ElasticPoolListResult] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -355,8 +353,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -371,7 +369,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -379,7 +377,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -439,8 +436,8 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) # # @return [MetricListResult] operation results. # - def list_metrics(resource_group_name, server_name, elastic_pool_name, filter, custom_headers:nil) - response = list_metrics_async(resource_group_name, server_name, elastic_pool_name, filter, custom_headers:custom_headers).value! + def list_metrics(resource_group_name, server_name, elastic_pool_name, filter, custom_headers = nil) + response = list_metrics_async(resource_group_name, server_name, elastic_pool_name, filter, custom_headers).value! response.body unless response.nil? end @@ -459,8 +456,8 @@ def list_metrics(resource_group_name, server_name, elastic_pool_name, filter, cu # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metrics_with_http_info(resource_group_name, server_name, elastic_pool_name, filter, custom_headers:nil) - list_metrics_async(resource_group_name, server_name, elastic_pool_name, filter, custom_headers:custom_headers).value! + def list_metrics_with_http_info(resource_group_name, server_name, elastic_pool_name, filter, custom_headers = nil) + list_metrics_async(resource_group_name, server_name, elastic_pool_name, filter, custom_headers).value! end # @@ -478,7 +475,7 @@ def list_metrics_with_http_info(resource_group_name, server_name, elastic_pool_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metrics_async(resource_group_name, server_name, elastic_pool_name, filter, custom_headers:nil) + def list_metrics_async(resource_group_name, server_name, elastic_pool_name, filter, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -488,7 +485,6 @@ def list_metrics_async(resource_group_name, server_name, elastic_pool_name, filt request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -546,8 +542,8 @@ def list_metrics_async(resource_group_name, server_name, elastic_pool_name, filt # # @return [MetricDefinitionListResult] operation results. # - def list_metric_definitions(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) - response = list_metric_definitions_async(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers).value! + def list_metric_definitions(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) + response = list_metric_definitions_async(resource_group_name, server_name, elastic_pool_name, custom_headers).value! response.body unless response.nil? end @@ -564,8 +560,8 @@ def list_metric_definitions(resource_group_name, server_name, elastic_pool_name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metric_definitions_with_http_info(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) - list_metric_definitions_async(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers).value! + def list_metric_definitions_with_http_info(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) + list_metric_definitions_async(resource_group_name, server_name, elastic_pool_name, custom_headers).value! end # @@ -581,7 +577,7 @@ def list_metric_definitions_with_http_info(resource_group_name, server_name, ela # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metric_definitions_async(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) + def list_metric_definitions_async(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -590,7 +586,6 @@ def list_metric_definitions_async(resource_group_name, server_name, elastic_pool request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -651,8 +646,8 @@ def list_metric_definitions_async(resource_group_name, server_name, elastic_pool # # @return [ElasticPool] operation results. # - def begin_create_or_update(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -672,8 +667,8 @@ def begin_create_or_update(resource_group_name, server_name, elastic_pool_name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers).value! end # @@ -692,7 +687,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, elas # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -702,12 +697,13 @@ def begin_create_or_update_async(resource_group_name, server_name, elastic_pool_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::ElasticPool.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -779,8 +775,8 @@ def begin_create_or_update_async(resource_group_name, server_name, elastic_pool_ # # @return [ElasticPool] operation results. # - def begin_update(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers:nil) - response = begin_update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers:custom_headers).value! + def begin_update(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers = nil) + response = begin_update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -799,8 +795,8 @@ def begin_update(resource_group_name, server_name, elastic_pool_name, parameters # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_update_with_http_info(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers:nil) - begin_update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers:custom_headers).value! + def begin_update_with_http_info(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers = nil) + begin_update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers).value! end # @@ -818,7 +814,7 @@ def begin_update_with_http_info(resource_group_name, server_name, elastic_pool_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers:nil) + def begin_update_async(resource_group_name, server_name, elastic_pool_name, parameters, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -828,12 +824,13 @@ def begin_update_async(resource_group_name, server_name, elastic_pool_name, para request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::ElasticPoolUpdate.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/extensions.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/extensions.rb index 1987977f47..1f81ee8faf 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/extensions.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/extensions.rb @@ -37,8 +37,8 @@ def initialize(client) # # @return [ExtensionListResult] operation results. # - def list_by_database(resource_group_name, server_name, database_name, custom_headers:nil) - response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database(resource_group_name, server_name, database_name, custom_headers = nil) + response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -55,8 +55,8 @@ def list_by_database(resource_group_name, server_name, database_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -72,7 +72,7 @@ def list_by_database_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_async(resource_group_name, server_name, database_name, custom_headers:nil) + def list_by_database_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -81,7 +81,6 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/firewall_rules.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/firewall_rules.rb index 135da0ec62..b55091f7dc 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/firewall_rules.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/firewall_rules.rb @@ -39,8 +39,8 @@ def initialize(client) # # @return [FirewallRule] operation results. # - def create_or_update(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -59,8 +59,8 @@ def create_or_update(resource_group_name, server_name, firewall_rule_name, param # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers).value! end # @@ -78,7 +78,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, firewall_r # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -88,12 +88,13 @@ def create_or_update_async(resource_group_name, server_name, firewall_rule_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::FirewallRule.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -162,8 +163,8 @@ def create_or_update_async(resource_group_name, server_name, firewall_rule_name, # will be added to the HTTP request. # # - def delete(resource_group_name, server_name, firewall_rule_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, firewall_rule_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, firewall_rule_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, firewall_rule_name, custom_headers).value! nil end @@ -180,8 +181,8 @@ def delete(resource_group_name, server_name, firewall_rule_name, custom_headers: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(resource_group_name, server_name, firewall_rule_name, custom_headers:nil) - delete_async(resource_group_name, server_name, firewall_rule_name, custom_headers:custom_headers).value! + def delete_with_http_info(resource_group_name, server_name, firewall_rule_name, custom_headers = nil) + delete_async(resource_group_name, server_name, firewall_rule_name, custom_headers).value! end # @@ -197,7 +198,7 @@ def delete_with_http_info(resource_group_name, server_name, firewall_rule_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(resource_group_name, server_name, firewall_rule_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, firewall_rule_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -206,7 +207,6 @@ def delete_async(resource_group_name, server_name, firewall_rule_name, custom_he request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -254,8 +254,8 @@ def delete_async(resource_group_name, server_name, firewall_rule_name, custom_he # # @return [FirewallRule] operation results. # - def get(resource_group_name, server_name, firewall_rule_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, firewall_rule_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, firewall_rule_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, firewall_rule_name, custom_headers).value! response.body unless response.nil? end @@ -272,8 +272,8 @@ def get(resource_group_name, server_name, firewall_rule_name, custom_headers:nil # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, firewall_rule_name, custom_headers:nil) - get_async(resource_group_name, server_name, firewall_rule_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, firewall_rule_name, custom_headers = nil) + get_async(resource_group_name, server_name, firewall_rule_name, custom_headers).value! end # @@ -289,7 +289,7 @@ def get_with_http_info(resource_group_name, server_name, firewall_rule_name, cus # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, firewall_rule_name, custom_headers:nil) + def get_async(resource_group_name, server_name, firewall_rule_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -298,7 +298,6 @@ def get_async(resource_group_name, server_name, firewall_rule_name, custom_heade request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -355,8 +354,8 @@ def get_async(resource_group_name, server_name, firewall_rule_name, custom_heade # # @return [FirewallRuleListResult] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -372,8 +371,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -388,7 +387,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -396,7 +395,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/geo_backup_policies.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/geo_backup_policies.rb index 5d0df92d26..d230580db8 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/geo_backup_policies.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/geo_backup_policies.rb @@ -39,8 +39,8 @@ def initialize(client) # # @return [GeoBackupPolicy] operation results. # - def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -59,8 +59,8 @@ def create_or_update(resource_group_name, server_name, database_name, parameters # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -78,7 +78,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -89,12 +89,13 @@ def create_or_update_async(resource_group_name, server_name, database_name, para request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -164,8 +165,8 @@ def create_or_update_async(resource_group_name, server_name, database_name, para # # @return [GeoBackupPolicy] operation results. # - def get(resource_group_name, server_name, database_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -182,8 +183,8 @@ def get(resource_group_name, server_name, database_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -199,7 +200,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -209,7 +210,6 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -267,8 +267,8 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni # # @return [GeoBackupPolicyListResult] operation results. # - def list_by_database(resource_group_name, server_name, database_name, custom_headers:nil) - response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database(resource_group_name, server_name, database_name, custom_headers = nil) + response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -285,8 +285,8 @@ def list_by_database(resource_group_name, server_name, database_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -302,7 +302,7 @@ def list_by_database_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_async(resource_group_name, server_name, database_name, custom_headers:nil) + def list_by_database_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -311,7 +311,6 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/advisor.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/advisor.rb index b3b0550bf9..704580f9a4 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/advisor.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/advisor.rb @@ -48,7 +48,6 @@ class Advisor < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Advisor', type: { @@ -56,7 +55,6 @@ def self.mapper() class_name: 'Advisor', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -65,7 +63,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -74,7 +71,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -83,7 +79,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'kind', @@ -92,7 +87,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -101,7 +95,6 @@ def self.mapper() } }, advisor_status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.advisorStatus', @@ -111,7 +104,6 @@ def self.mapper() } }, auto_execute_value: { - client_side_validation: true, required: true, serialized_name: 'properties.autoExecuteValue', type: { @@ -120,7 +112,6 @@ def self.mapper() } }, recommendations_status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.recommendationsStatus', @@ -129,7 +120,6 @@ def self.mapper() } }, last_checked: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastChecked', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/advisor_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/advisor_list_result.rb index d17178d635..ebe2632b93 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/advisor_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/advisor_list_result.rb @@ -22,7 +22,6 @@ class AdvisorListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AdvisorListResult', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'AdvisorListResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'AdvisorElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/backup_long_term_retention_policy.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/backup_long_term_retention_policy.rb index e6f8dc4983..476f48b2b0 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/backup_long_term_retention_policy.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/backup_long_term_retention_policy.rb @@ -31,7 +31,6 @@ class BackupLongTermRetentionPolicy < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'BackupLongTermRetentionPolicy', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'BackupLongTermRetentionPolicy', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -48,7 +46,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -57,7 +54,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -66,7 +62,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -75,7 +70,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: true, serialized_name: 'properties.state', type: { @@ -84,7 +78,6 @@ def self.mapper() } }, recovery_services_backup_policy_resource_id: { - client_side_validation: true, required: true, serialized_name: 'properties.recoveryServicesBackupPolicyResourceId', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/backup_long_term_retention_policy_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/backup_long_term_retention_policy_list_result.rb index c73c252f75..00d1795e00 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/backup_long_term_retention_policy_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/backup_long_term_retention_policy_list_result.rb @@ -23,7 +23,6 @@ class BackupLongTermRetentionPolicyListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'BackupLongTermRetentionPolicyListResult', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'BackupLongTermRetentionPolicyListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'BackupLongTermRetentionPolicyElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/backup_long_term_retention_vault.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/backup_long_term_retention_vault.rb index b44113a9bc..cc5a7057fc 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/backup_long_term_retention_vault.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/backup_long_term_retention_vault.rb @@ -25,7 +25,6 @@ class BackupLongTermRetentionVault < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'BackupLongTermRetentionVault', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'BackupLongTermRetentionVault', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -42,7 +40,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -51,7 +48,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -60,7 +56,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -69,7 +64,6 @@ def self.mapper() } }, recovery_services_vault_resource_id: { - client_side_validation: true, required: true, serialized_name: 'properties.recoveryServicesVaultResourceId', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/backup_long_term_retention_vault_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/backup_long_term_retention_vault_list_result.rb index 338809b732..a336ebab58 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/backup_long_term_retention_vault_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/backup_long_term_retention_vault_list_result.rb @@ -23,7 +23,6 @@ class BackupLongTermRetentionVaultListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'BackupLongTermRetentionVaultListResult', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'BackupLongTermRetentionVaultListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'BackupLongTermRetentionVaultElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/check_name_availability_request.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/check_name_availability_request.rb index c2d4d989be..7fb37455ba 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/check_name_availability_request.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/check_name_availability_request.rb @@ -27,7 +27,6 @@ class CheckNameAvailabilityRequest # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CheckNameAvailabilityRequest', type: { @@ -35,7 +34,6 @@ def self.mapper() class_name: 'CheckNameAvailabilityRequest', model_properties: { name: { - client_side_validation: true, required: true, serialized_name: 'name', type: { @@ -43,7 +41,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: true, is_constant: true, serialized_name: 'type', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/check_name_availability_response.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/check_name_availability_response.rb index 9adb21785d..94f5c65fb0 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/check_name_availability_response.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/check_name_availability_response.rb @@ -35,7 +35,6 @@ class CheckNameAvailabilityResponse # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CheckNameAvailabilityResponse', type: { @@ -43,7 +42,6 @@ def self.mapper() class_name: 'CheckNameAvailabilityResponse', model_properties: { available: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'available', @@ -52,7 +50,6 @@ def self.mapper() } }, message: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'message', @@ -61,7 +58,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -70,7 +66,6 @@ def self.mapper() } }, reason: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'reason', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/data_masking_policy.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/data_masking_policy.rb index 0261568a20..f61ec8c17d 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/data_masking_policy.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/data_masking_policy.rb @@ -44,7 +44,6 @@ class DataMaskingPolicy < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DataMaskingPolicy', type: { @@ -52,7 +51,6 @@ def self.mapper() class_name: 'DataMaskingPolicy', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -61,7 +59,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -70,7 +67,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -79,7 +75,6 @@ def self.mapper() } }, data_masking_state: { - client_side_validation: true, required: true, serialized_name: 'properties.dataMaskingState', type: { @@ -88,7 +83,6 @@ def self.mapper() } }, exempt_principals: { - client_side_validation: true, required: false, serialized_name: 'properties.exemptPrincipals', type: { @@ -96,7 +90,6 @@ def self.mapper() } }, application_principals: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.applicationPrincipals', @@ -105,7 +98,6 @@ def self.mapper() } }, masking_level: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maskingLevel', @@ -114,7 +106,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -123,7 +114,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'kind', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/data_masking_rule.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/data_masking_rule.rb index b262ec70a0..6988f7a91b 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/data_masking_rule.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/data_masking_rule.rb @@ -83,7 +83,6 @@ class DataMaskingRule < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DataMaskingRule', type: { @@ -91,7 +90,6 @@ def self.mapper() class_name: 'DataMaskingRule', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -100,7 +98,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -109,7 +106,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -118,7 +114,6 @@ def self.mapper() } }, data_masking_rule_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.id', @@ -127,7 +122,6 @@ def self.mapper() } }, alias_name: { - client_side_validation: true, required: false, serialized_name: 'properties.aliasName', type: { @@ -135,7 +129,6 @@ def self.mapper() } }, rule_state: { - client_side_validation: true, required: false, serialized_name: 'properties.ruleState', type: { @@ -144,7 +137,6 @@ def self.mapper() } }, schema_name: { - client_side_validation: true, required: true, serialized_name: 'properties.schemaName', type: { @@ -152,7 +144,6 @@ def self.mapper() } }, table_name: { - client_side_validation: true, required: true, serialized_name: 'properties.tableName', type: { @@ -160,7 +151,6 @@ def self.mapper() } }, column_name: { - client_side_validation: true, required: true, serialized_name: 'properties.columnName', type: { @@ -168,7 +158,6 @@ def self.mapper() } }, masking_function: { - client_side_validation: true, required: true, serialized_name: 'properties.maskingFunction', type: { @@ -177,7 +166,6 @@ def self.mapper() } }, number_from: { - client_side_validation: true, required: false, serialized_name: 'properties.numberFrom', type: { @@ -185,7 +173,6 @@ def self.mapper() } }, number_to: { - client_side_validation: true, required: false, serialized_name: 'properties.numberTo', type: { @@ -193,7 +180,6 @@ def self.mapper() } }, prefix_size: { - client_side_validation: true, required: false, serialized_name: 'properties.prefixSize', type: { @@ -201,7 +187,6 @@ def self.mapper() } }, suffix_size: { - client_side_validation: true, required: false, serialized_name: 'properties.suffixSize', type: { @@ -209,7 +194,6 @@ def self.mapper() } }, replacement_string: { - client_side_validation: true, required: false, serialized_name: 'properties.replacementString', type: { @@ -217,7 +201,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -226,7 +209,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'kind', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/data_masking_rule_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/data_masking_rule_list_result.rb index 70a79ddf8a..cf71ab580c 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/data_masking_rule_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/data_masking_rule_list_result.rb @@ -23,7 +23,6 @@ class DataMaskingRuleListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DataMaskingRuleListResult', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'DataMaskingRuleListResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DataMaskingRuleElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database.rb index 3974749d56..114e915479 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database.rb @@ -224,7 +224,6 @@ class Database < TrackedResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Database', type: { @@ -232,7 +231,6 @@ def self.mapper() class_name: 'Database', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -241,7 +239,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -250,7 +247,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -259,7 +255,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -267,13 +262,11 @@ def self.mapper() } }, tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -283,7 +276,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'kind', @@ -292,7 +284,6 @@ def self.mapper() } }, collation: { - client_side_validation: true, required: false, serialized_name: 'properties.collation', type: { @@ -300,7 +291,6 @@ def self.mapper() } }, creation_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.creationDate', @@ -309,7 +299,6 @@ def self.mapper() } }, containment_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.containmentState', @@ -318,7 +307,6 @@ def self.mapper() } }, current_service_objective_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.currentServiceObjectiveId', @@ -327,7 +315,6 @@ def self.mapper() } }, database_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseId', @@ -336,7 +323,6 @@ def self.mapper() } }, earliest_restore_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.earliestRestoreDate', @@ -345,7 +331,6 @@ def self.mapper() } }, create_mode: { - client_side_validation: true, required: false, serialized_name: 'properties.createMode', type: { @@ -353,7 +338,6 @@ def self.mapper() } }, source_database_id: { - client_side_validation: true, required: false, serialized_name: 'properties.sourceDatabaseId', type: { @@ -361,7 +345,6 @@ def self.mapper() } }, source_database_deletion_date: { - client_side_validation: true, required: false, serialized_name: 'properties.sourceDatabaseDeletionDate', type: { @@ -369,7 +352,6 @@ def self.mapper() } }, restore_point_in_time: { - client_side_validation: true, required: false, serialized_name: 'properties.restorePointInTime', type: { @@ -377,7 +359,6 @@ def self.mapper() } }, recovery_services_recovery_point_resource_id: { - client_side_validation: true, required: false, serialized_name: 'properties.recoveryServicesRecoveryPointResourceId', type: { @@ -385,7 +366,6 @@ def self.mapper() } }, edition: { - client_side_validation: true, required: false, serialized_name: 'properties.edition', type: { @@ -393,7 +373,6 @@ def self.mapper() } }, max_size_bytes: { - client_side_validation: true, required: false, serialized_name: 'properties.maxSizeBytes', type: { @@ -401,7 +380,6 @@ def self.mapper() } }, requested_service_objective_id: { - client_side_validation: true, required: false, serialized_name: 'properties.requestedServiceObjectiveId', type: { @@ -409,7 +387,6 @@ def self.mapper() } }, requested_service_objective_name: { - client_side_validation: true, required: false, serialized_name: 'properties.requestedServiceObjectiveName', type: { @@ -417,7 +394,6 @@ def self.mapper() } }, service_level_objective: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.serviceLevelObjective', @@ -426,7 +402,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -435,7 +410,6 @@ def self.mapper() } }, elastic_pool_name: { - client_side_validation: true, required: false, serialized_name: 'properties.elasticPoolName', type: { @@ -443,7 +417,6 @@ def self.mapper() } }, default_secondary_location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.defaultSecondaryLocation', @@ -452,14 +425,12 @@ def self.mapper() } }, service_tier_advisors: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.serviceTierAdvisors', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ServiceTierAdvisorElementType', type: { @@ -470,14 +441,12 @@ def self.mapper() } }, transparent_data_encryption: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.transparentDataEncryption', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'TransparentDataEncryptionElementType', type: { @@ -488,14 +457,12 @@ def self.mapper() } }, recommended_index: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.recommendedIndex', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RecommendedIndexElementType', type: { @@ -506,7 +473,6 @@ def self.mapper() } }, failover_group_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.failoverGroupId', @@ -515,7 +481,6 @@ def self.mapper() } }, read_scale: { - client_side_validation: true, required: false, serialized_name: 'properties.readScale', type: { @@ -524,7 +489,6 @@ def self.mapper() } }, sample_name: { - client_side_validation: true, required: false, serialized_name: 'properties.sampleName', type: { @@ -532,7 +496,6 @@ def self.mapper() } }, zone_redundant: { - client_side_validation: true, required: false, serialized_name: 'properties.zoneRedundant', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_connection_policy.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_connection_policy.rb index 06fcdb9e9e..e8a09b3c1a 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_connection_policy.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_connection_policy.rb @@ -46,7 +46,6 @@ class DatabaseConnectionPolicy < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DatabaseConnectionPolicy', type: { @@ -54,7 +53,6 @@ def self.mapper() class_name: 'DatabaseConnectionPolicy', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -63,7 +61,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -72,7 +69,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -81,7 +77,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'kind', @@ -90,7 +85,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -99,7 +93,6 @@ def self.mapper() } }, security_enabled_access: { - client_side_validation: true, required: false, serialized_name: 'properties.securityEnabledAccess', type: { @@ -107,7 +100,6 @@ def self.mapper() } }, proxy_dns_name: { - client_side_validation: true, required: false, serialized_name: 'properties.proxyDnsName', type: { @@ -115,7 +107,6 @@ def self.mapper() } }, proxy_port: { - client_side_validation: true, required: false, serialized_name: 'properties.proxyPort', type: { @@ -123,7 +114,6 @@ def self.mapper() } }, visibility: { - client_side_validation: true, required: false, serialized_name: 'properties.visibility', type: { @@ -131,7 +121,6 @@ def self.mapper() } }, use_server_default: { - client_side_validation: true, required: false, serialized_name: 'properties.useServerDefault', type: { @@ -139,7 +128,6 @@ def self.mapper() } }, redirection_state: { - client_side_validation: true, required: false, serialized_name: 'properties.redirectionState', type: { @@ -147,7 +135,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, serialized_name: 'properties.state', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_list_result.rb index a01984f919..733e835ace 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_list_result.rb @@ -22,7 +22,6 @@ class DatabaseListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DatabaseListResult', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'DatabaseListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DatabaseElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_security_alert_policy.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_security_alert_policy.rb index 331a041a65..d4c7ad3124 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_security_alert_policy.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_security_alert_policy.rb @@ -26,7 +26,7 @@ class DatabaseSecurityAlertPolicy < ProxyResource # @return [String] Specifies the semicolon-separated list of alerts that # are disabled, or empty string to disable no alerts. Possible values: # Sql_Injection; Sql_Injection_Vulnerability; Access_Anomaly; - # Usage_Anomaly. + # Data_Exfiltration; Unsafe_Action. attr_accessor :disabled_alerts # @return [String] Specifies the semicolon-separated list of e-mail @@ -65,7 +65,6 @@ class DatabaseSecurityAlertPolicy < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DatabaseSecurityAlertPolicy', type: { @@ -73,7 +72,6 @@ def self.mapper() class_name: 'DatabaseSecurityAlertPolicy', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -82,7 +80,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -91,7 +88,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -100,7 +96,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, serialized_name: 'location', type: { @@ -108,7 +103,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'kind', @@ -117,7 +111,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: true, serialized_name: 'properties.state', type: { @@ -126,7 +119,6 @@ def self.mapper() } }, disabled_alerts: { - client_side_validation: true, required: false, serialized_name: 'properties.disabledAlerts', type: { @@ -134,7 +126,6 @@ def self.mapper() } }, email_addresses: { - client_side_validation: true, required: false, serialized_name: 'properties.emailAddresses', type: { @@ -142,7 +133,6 @@ def self.mapper() } }, email_account_admins: { - client_side_validation: true, required: false, serialized_name: 'properties.emailAccountAdmins', type: { @@ -151,7 +141,6 @@ def self.mapper() } }, storage_endpoint: { - client_side_validation: true, required: false, serialized_name: 'properties.storageEndpoint', type: { @@ -159,7 +148,6 @@ def self.mapper() } }, storage_account_access_key: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountAccessKey', type: { @@ -167,7 +155,6 @@ def self.mapper() } }, retention_days: { - client_side_validation: true, required: false, serialized_name: 'properties.retentionDays', type: { @@ -175,7 +162,6 @@ def self.mapper() } }, use_server_default: { - client_side_validation: true, required: false, serialized_name: 'properties.useServerDefault', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_table_auditing_policy.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_table_auditing_policy.rb index ce7c747c53..f56d3d334b 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_table_auditing_policy.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_table_auditing_policy.rb @@ -61,7 +61,6 @@ class DatabaseTableAuditingPolicy < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DatabaseTableAuditingPolicy', type: { @@ -69,7 +68,6 @@ def self.mapper() class_name: 'DatabaseTableAuditingPolicy', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -78,7 +76,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -87,7 +84,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -96,7 +92,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'kind', @@ -105,7 +100,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -114,7 +108,6 @@ def self.mapper() } }, auditing_state: { - client_side_validation: true, required: false, serialized_name: 'properties.auditingState', type: { @@ -122,7 +115,6 @@ def self.mapper() } }, audit_logs_table_name: { - client_side_validation: true, required: false, serialized_name: 'properties.auditLogsTableName', type: { @@ -130,7 +122,6 @@ def self.mapper() } }, event_types_to_audit: { - client_side_validation: true, required: false, serialized_name: 'properties.eventTypesToAudit', type: { @@ -138,7 +129,6 @@ def self.mapper() } }, full_audit_logs_table_name: { - client_side_validation: true, required: false, serialized_name: 'properties.fullAuditLogsTableName', type: { @@ -146,7 +136,6 @@ def self.mapper() } }, retention_days: { - client_side_validation: true, required: false, serialized_name: 'properties.retentionDays', type: { @@ -154,7 +143,6 @@ def self.mapper() } }, storage_account_key: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountKey', type: { @@ -162,7 +150,6 @@ def self.mapper() } }, storage_account_name: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountName', type: { @@ -170,7 +157,6 @@ def self.mapper() } }, storage_account_resource_group_name: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountResourceGroupName', type: { @@ -178,7 +164,6 @@ def self.mapper() } }, storage_account_secondary_key: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountSecondaryKey', type: { @@ -186,7 +171,6 @@ def self.mapper() } }, storage_account_subscription_id: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountSubscriptionId', type: { @@ -194,7 +178,6 @@ def self.mapper() } }, storage_table_endpoint: { - client_side_validation: true, required: false, serialized_name: 'properties.storageTableEndpoint', type: { @@ -202,7 +185,6 @@ def self.mapper() } }, use_server_default: { - client_side_validation: true, required: false, serialized_name: 'properties.useServerDefault', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_table_auditing_policy_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_table_auditing_policy_list_result.rb index 6c980a9923..0ea97127c8 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_table_auditing_policy_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_table_auditing_policy_list_result.rb @@ -24,7 +24,6 @@ class DatabaseTableAuditingPolicyListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DatabaseTableAuditingPolicyListResult', type: { @@ -32,13 +31,11 @@ def self.mapper() class_name: 'DatabaseTableAuditingPolicyListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DatabaseTableAuditingPolicyElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_update.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_update.rb index ab2ba28b4c..fa81fa5493 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_update.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_update.rb @@ -223,7 +223,6 @@ class DatabaseUpdate < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DatabaseUpdate', type: { @@ -231,7 +230,6 @@ def self.mapper() class_name: 'DatabaseUpdate', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -240,7 +238,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -249,7 +246,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -258,13 +254,11 @@ def self.mapper() } }, tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -274,7 +268,6 @@ def self.mapper() } }, collation: { - client_side_validation: true, required: false, serialized_name: 'properties.collation', type: { @@ -282,7 +275,6 @@ def self.mapper() } }, creation_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.creationDate', @@ -291,7 +283,6 @@ def self.mapper() } }, containment_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.containmentState', @@ -300,7 +291,6 @@ def self.mapper() } }, current_service_objective_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.currentServiceObjectiveId', @@ -309,7 +299,6 @@ def self.mapper() } }, database_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseId', @@ -318,7 +307,6 @@ def self.mapper() } }, earliest_restore_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.earliestRestoreDate', @@ -327,7 +315,6 @@ def self.mapper() } }, create_mode: { - client_side_validation: true, required: false, serialized_name: 'properties.createMode', type: { @@ -335,7 +322,6 @@ def self.mapper() } }, source_database_id: { - client_side_validation: true, required: false, serialized_name: 'properties.sourceDatabaseId', type: { @@ -343,7 +329,6 @@ def self.mapper() } }, source_database_deletion_date: { - client_side_validation: true, required: false, serialized_name: 'properties.sourceDatabaseDeletionDate', type: { @@ -351,7 +336,6 @@ def self.mapper() } }, restore_point_in_time: { - client_side_validation: true, required: false, serialized_name: 'properties.restorePointInTime', type: { @@ -359,7 +343,6 @@ def self.mapper() } }, recovery_services_recovery_point_resource_id: { - client_side_validation: true, required: false, serialized_name: 'properties.recoveryServicesRecoveryPointResourceId', type: { @@ -367,7 +350,6 @@ def self.mapper() } }, edition: { - client_side_validation: true, required: false, serialized_name: 'properties.edition', type: { @@ -375,7 +357,6 @@ def self.mapper() } }, max_size_bytes: { - client_side_validation: true, required: false, serialized_name: 'properties.maxSizeBytes', type: { @@ -383,7 +364,6 @@ def self.mapper() } }, requested_service_objective_id: { - client_side_validation: true, required: false, serialized_name: 'properties.requestedServiceObjectiveId', type: { @@ -391,7 +371,6 @@ def self.mapper() } }, requested_service_objective_name: { - client_side_validation: true, required: false, serialized_name: 'properties.requestedServiceObjectiveName', type: { @@ -399,7 +378,6 @@ def self.mapper() } }, service_level_objective: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.serviceLevelObjective', @@ -408,7 +386,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -417,7 +394,6 @@ def self.mapper() } }, elastic_pool_name: { - client_side_validation: true, required: false, serialized_name: 'properties.elasticPoolName', type: { @@ -425,7 +401,6 @@ def self.mapper() } }, default_secondary_location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.defaultSecondaryLocation', @@ -434,14 +409,12 @@ def self.mapper() } }, service_tier_advisors: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.serviceTierAdvisors', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ServiceTierAdvisorElementType', type: { @@ -452,14 +425,12 @@ def self.mapper() } }, transparent_data_encryption: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.transparentDataEncryption', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'TransparentDataEncryptionElementType', type: { @@ -470,14 +441,12 @@ def self.mapper() } }, recommended_index: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.recommendedIndex', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RecommendedIndexElementType', type: { @@ -488,7 +457,6 @@ def self.mapper() } }, failover_group_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.failoverGroupId', @@ -497,7 +465,6 @@ def self.mapper() } }, read_scale: { - client_side_validation: true, required: false, serialized_name: 'properties.readScale', type: { @@ -506,7 +473,6 @@ def self.mapper() } }, sample_name: { - client_side_validation: true, required: false, serialized_name: 'properties.sampleName', type: { @@ -514,7 +480,6 @@ def self.mapper() } }, zone_redundant: { - client_side_validation: true, required: false, serialized_name: 'properties.zoneRedundant', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_usage.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_usage.rb index 45eb319166..70112215d2 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_usage.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_usage.rb @@ -41,7 +41,6 @@ class DatabaseUsage # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DatabaseUsage', type: { @@ -49,7 +48,6 @@ def self.mapper() class_name: 'DatabaseUsage', model_properties: { name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -58,7 +56,6 @@ def self.mapper() } }, resource_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'resourceName', @@ -67,7 +64,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'displayName', @@ -76,7 +72,6 @@ def self.mapper() } }, current_value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'currentValue', @@ -85,7 +80,6 @@ def self.mapper() } }, limit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'limit', @@ -94,7 +88,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'unit', @@ -103,7 +96,6 @@ def self.mapper() } }, next_reset_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextResetTime', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_usage_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_usage_list_result.rb index c4fab998f5..4d55f8e9f3 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_usage_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/database_usage_list_result.rb @@ -23,7 +23,6 @@ class DatabaseUsageListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DatabaseUsageListResult', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'DatabaseUsageListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DatabaseUsageElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/disaster_recovery_configuration.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/disaster_recovery_configuration.rb index e6d76211af..f0016348a6 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/disaster_recovery_configuration.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/disaster_recovery_configuration.rb @@ -52,7 +52,6 @@ class DisasterRecoveryConfiguration < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DisasterRecoveryConfiguration', type: { @@ -60,7 +59,6 @@ def self.mapper() class_name: 'DisasterRecoveryConfiguration', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -69,7 +67,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -78,7 +75,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -87,7 +83,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -96,7 +91,6 @@ def self.mapper() } }, auto_failover: { - client_side_validation: true, required: true, serialized_name: 'properties.autoFailover', type: { @@ -104,7 +98,6 @@ def self.mapper() } }, failover_policy: { - client_side_validation: true, required: true, serialized_name: 'properties.failoverPolicy', type: { @@ -112,7 +105,6 @@ def self.mapper() } }, partner_server_id: { - client_side_validation: true, required: true, serialized_name: 'properties.partnerServerId', type: { @@ -120,7 +112,6 @@ def self.mapper() } }, logical_server_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.logicalServerName', @@ -129,7 +120,6 @@ def self.mapper() } }, partner_logical_server_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.partnerLogicalServerName', @@ -138,7 +128,6 @@ def self.mapper() } }, role: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.role', @@ -147,7 +136,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/disaster_recovery_configuration_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/disaster_recovery_configuration_list_result.rb index 0fb429dddf..1cca192686 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/disaster_recovery_configuration_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/disaster_recovery_configuration_list_result.rb @@ -24,7 +24,6 @@ class DisasterRecoveryConfigurationListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DisasterRecoveryConfigurationListResult', type: { @@ -32,13 +31,11 @@ def self.mapper() class_name: 'DisasterRecoveryConfigurationListResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DisasterRecoveryConfigurationElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/edition_capability.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/edition_capability.rb index 46a96be81b..664e3b31ce 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/edition_capability.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/edition_capability.rb @@ -34,7 +34,6 @@ class EditionCapability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'EditionCapability', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'EditionCapability', model_properties: { name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -51,7 +49,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'status', @@ -61,14 +58,12 @@ def self.mapper() } }, supported_service_level_objectives: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'supportedServiceLevelObjectives', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ServiceObjectiveCapabilityElementType', type: { @@ -79,7 +74,6 @@ def self.mapper() } }, zone_redundant: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'zoneRedundant', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool.rb index d0bab983e6..d660ee104a 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool.rb @@ -53,7 +53,6 @@ class ElasticPool < TrackedResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ElasticPool', type: { @@ -61,7 +60,6 @@ def self.mapper() class_name: 'ElasticPool', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -70,7 +68,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -79,7 +76,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -88,7 +84,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -96,13 +91,11 @@ def self.mapper() } }, tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -112,7 +105,6 @@ def self.mapper() } }, creation_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.creationDate', @@ -121,7 +113,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', @@ -130,7 +121,6 @@ def self.mapper() } }, edition: { - client_side_validation: true, required: false, serialized_name: 'properties.edition', type: { @@ -138,7 +128,6 @@ def self.mapper() } }, dtu: { - client_side_validation: true, required: false, serialized_name: 'properties.dtu', type: { @@ -146,7 +135,6 @@ def self.mapper() } }, database_dtu_max: { - client_side_validation: true, required: false, serialized_name: 'properties.databaseDtuMax', type: { @@ -154,7 +142,6 @@ def self.mapper() } }, database_dtu_min: { - client_side_validation: true, required: false, serialized_name: 'properties.databaseDtuMin', type: { @@ -162,7 +149,6 @@ def self.mapper() } }, storage_mb: { - client_side_validation: true, required: false, serialized_name: 'properties.storageMB', type: { @@ -170,7 +156,6 @@ def self.mapper() } }, zone_redundant: { - client_side_validation: true, required: false, serialized_name: 'properties.zoneRedundant', type: { @@ -178,7 +163,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'kind', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_activity.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_activity.rb index 9f7eeb039f..8e0169527d 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_activity.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_activity.rb @@ -83,7 +83,6 @@ class ElasticPoolActivity < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ElasticPoolActivity', type: { @@ -91,7 +90,6 @@ def self.mapper() class_name: 'ElasticPoolActivity', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -100,7 +98,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -109,7 +106,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -118,7 +114,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, serialized_name: 'location', type: { @@ -126,7 +121,6 @@ def self.mapper() } }, end_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.endTime', @@ -135,7 +129,6 @@ def self.mapper() } }, error_code: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.errorCode', @@ -144,7 +137,6 @@ def self.mapper() } }, error_message: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.errorMessage', @@ -153,7 +145,6 @@ def self.mapper() } }, error_severity: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.errorSeverity', @@ -162,7 +153,6 @@ def self.mapper() } }, operation: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.operation', @@ -171,7 +161,6 @@ def self.mapper() } }, operation_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.operationId', @@ -180,7 +169,6 @@ def self.mapper() } }, percent_complete: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.percentComplete', @@ -189,7 +177,6 @@ def self.mapper() } }, requested_database_dtu_max: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.requestedDatabaseDtuMax', @@ -198,7 +185,6 @@ def self.mapper() } }, requested_database_dtu_min: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.requestedDatabaseDtuMin', @@ -207,7 +193,6 @@ def self.mapper() } }, requested_dtu: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.requestedDtu', @@ -216,7 +201,6 @@ def self.mapper() } }, requested_elastic_pool_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.requestedElasticPoolName', @@ -225,7 +209,6 @@ def self.mapper() } }, requested_storage_limit_in_gb: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.requestedStorageLimitInGB', @@ -234,7 +217,6 @@ def self.mapper() } }, elastic_pool_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.elasticPoolName', @@ -243,7 +225,6 @@ def self.mapper() } }, server_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.serverName', @@ -252,7 +233,6 @@ def self.mapper() } }, start_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.startTime', @@ -261,7 +241,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', @@ -270,7 +249,6 @@ def self.mapper() } }, requested_storage_limit_in_mb: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.requestedStorageLimitInMB', @@ -279,7 +257,6 @@ def self.mapper() } }, requested_database_dtu_guarantee: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.requestedDatabaseDtuGuarantee', @@ -288,7 +265,6 @@ def self.mapper() } }, requested_database_dtu_cap: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.requestedDatabaseDtuCap', @@ -297,7 +273,6 @@ def self.mapper() } }, requested_dtu_guarantee: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.requestedDtuGuarantee', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_activity_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_activity_list_result.rb index d76e3d1aac..bd7fc8cb9d 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_activity_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_activity_list_result.rb @@ -23,7 +23,6 @@ class ElasticPoolActivityListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ElasticPoolActivityListResult', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'ElasticPoolActivityListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ElasticPoolActivityElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_database_activity.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_database_activity.rb index 1c5878f32d..5951e9fb10 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_database_activity.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_database_activity.rb @@ -71,7 +71,6 @@ class ElasticPoolDatabaseActivity < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ElasticPoolDatabaseActivity', type: { @@ -79,7 +78,6 @@ def self.mapper() class_name: 'ElasticPoolDatabaseActivity', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -88,7 +86,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -97,7 +94,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -106,7 +102,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, serialized_name: 'location', type: { @@ -114,7 +109,6 @@ def self.mapper() } }, database_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseName', @@ -123,7 +117,6 @@ def self.mapper() } }, end_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.endTime', @@ -132,7 +125,6 @@ def self.mapper() } }, error_code: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.errorCode', @@ -141,7 +133,6 @@ def self.mapper() } }, error_message: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.errorMessage', @@ -150,7 +141,6 @@ def self.mapper() } }, error_severity: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.errorSeverity', @@ -159,7 +149,6 @@ def self.mapper() } }, operation: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.operation', @@ -168,7 +157,6 @@ def self.mapper() } }, operation_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.operationId', @@ -177,7 +165,6 @@ def self.mapper() } }, percent_complete: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.percentComplete', @@ -186,7 +173,6 @@ def self.mapper() } }, requested_elastic_pool_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.requestedElasticPoolName', @@ -195,7 +181,6 @@ def self.mapper() } }, current_elastic_pool_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.currentElasticPoolName', @@ -204,7 +189,6 @@ def self.mapper() } }, current_service_objective: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.currentServiceObjective', @@ -213,7 +197,6 @@ def self.mapper() } }, requested_service_objective: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.requestedServiceObjective', @@ -222,7 +205,6 @@ def self.mapper() } }, server_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.serverName', @@ -231,7 +213,6 @@ def self.mapper() } }, start_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.startTime', @@ -240,7 +221,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_database_activity_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_database_activity_list_result.rb index 06278e8339..4d93bf0896 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_database_activity_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_database_activity_list_result.rb @@ -23,7 +23,6 @@ class ElasticPoolDatabaseActivityListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ElasticPoolDatabaseActivityListResult', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'ElasticPoolDatabaseActivityListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ElasticPoolDatabaseActivityElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_dtu_capability.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_dtu_capability.rb index fe07fcf27b..0e1c556d7d 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_dtu_capability.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_dtu_capability.rb @@ -45,7 +45,6 @@ class ElasticPoolDtuCapability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ElasticPoolDtuCapability', type: { @@ -53,7 +52,6 @@ def self.mapper() class_name: 'ElasticPoolDtuCapability', model_properties: { limit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'limit', @@ -62,7 +60,6 @@ def self.mapper() } }, max_database_count: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'maxDatabaseCount', @@ -71,7 +68,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'status', @@ -81,14 +77,12 @@ def self.mapper() } }, supported_max_sizes: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'supportedMaxSizes', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'MaxSizeCapabilityElementType', type: { @@ -99,7 +93,6 @@ def self.mapper() } }, included_max_size: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'includedMaxSize', @@ -109,14 +102,12 @@ def self.mapper() } }, supported_per_database_max_sizes: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'supportedPerDatabaseMaxSizes', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'MaxSizeCapabilityElementType', type: { @@ -127,14 +118,12 @@ def self.mapper() } }, supported_per_database_max_dtus: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'supportedPerDatabaseMaxDtus', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ElasticPoolPerDatabaseMaxDtuCapabilityElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_edition_capability.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_edition_capability.rb index d41d95b822..170a27f71b 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_edition_capability.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_edition_capability.rb @@ -34,7 +34,6 @@ class ElasticPoolEditionCapability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ElasticPoolEditionCapability', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'ElasticPoolEditionCapability', model_properties: { name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -51,7 +49,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'status', @@ -61,14 +58,12 @@ def self.mapper() } }, supported_elastic_pool_dtus: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'supportedElasticPoolDtus', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ElasticPoolDtuCapabilityElementType', type: { @@ -79,7 +74,6 @@ def self.mapper() } }, zone_redundant: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'zoneRedundant', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_list_result.rb index 679c3de2c2..7faf6c52be 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_list_result.rb @@ -23,7 +23,6 @@ class ElasticPoolListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ElasticPoolListResult', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'ElasticPoolListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ElasticPoolElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_per_database_max_dtu_capability.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_per_database_max_dtu_capability.rb index 7d4e0491a4..d553d4596c 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_per_database_max_dtu_capability.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_per_database_max_dtu_capability.rb @@ -30,7 +30,6 @@ class ElasticPoolPerDatabaseMaxDtuCapability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ElasticPoolPerDatabaseMaxDtuCapability', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'ElasticPoolPerDatabaseMaxDtuCapability', model_properties: { limit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'limit', @@ -47,7 +45,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'status', @@ -57,14 +54,12 @@ def self.mapper() } }, supported_per_database_min_dtus: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'supportedPerDatabaseMinDtus', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ElasticPoolPerDatabaseMinDtuCapabilityElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_per_database_min_dtu_capability.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_per_database_min_dtu_capability.rb index 9dd9ac2c0e..488dd56511 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_per_database_min_dtu_capability.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_per_database_min_dtu_capability.rb @@ -26,7 +26,6 @@ class ElasticPoolPerDatabaseMinDtuCapability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ElasticPoolPerDatabaseMinDtuCapability', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'ElasticPoolPerDatabaseMinDtuCapability', model_properties: { limit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'limit', @@ -43,7 +41,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'status', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_update.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_update.rb index 05eda6b056..c11252149e 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_update.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/elastic_pool_update.rb @@ -52,7 +52,6 @@ class ElasticPoolUpdate < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ElasticPoolUpdate', type: { @@ -60,7 +59,6 @@ def self.mapper() class_name: 'ElasticPoolUpdate', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -69,7 +67,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -78,7 +75,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -87,13 +83,11 @@ def self.mapper() } }, tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -103,7 +97,6 @@ def self.mapper() } }, creation_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.creationDate', @@ -112,7 +105,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', @@ -121,7 +113,6 @@ def self.mapper() } }, edition: { - client_side_validation: true, required: false, serialized_name: 'properties.edition', type: { @@ -129,7 +120,6 @@ def self.mapper() } }, dtu: { - client_side_validation: true, required: false, serialized_name: 'properties.dtu', type: { @@ -137,7 +127,6 @@ def self.mapper() } }, database_dtu_max: { - client_side_validation: true, required: false, serialized_name: 'properties.databaseDtuMax', type: { @@ -145,7 +134,6 @@ def self.mapper() } }, database_dtu_min: { - client_side_validation: true, required: false, serialized_name: 'properties.databaseDtuMin', type: { @@ -153,7 +141,6 @@ def self.mapper() } }, storage_mb: { - client_side_validation: true, required: false, serialized_name: 'properties.storageMB', type: { @@ -161,7 +148,6 @@ def self.mapper() } }, zone_redundant: { - client_side_validation: true, required: false, serialized_name: 'properties.zoneRedundant', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/export_request.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/export_request.rb index 483e918f3e..421f90f187 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/export_request.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/export_request.rb @@ -40,7 +40,6 @@ class ExportRequest # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ExportRequest', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'ExportRequest', model_properties: { storage_key_type: { - client_side_validation: true, required: true, serialized_name: 'storageKeyType', type: { @@ -57,7 +55,6 @@ def self.mapper() } }, storage_key: { - client_side_validation: true, required: true, serialized_name: 'storageKey', type: { @@ -65,7 +62,6 @@ def self.mapper() } }, storage_uri: { - client_side_validation: true, required: true, serialized_name: 'storageUri', type: { @@ -73,7 +69,6 @@ def self.mapper() } }, administrator_login: { - client_side_validation: true, required: true, serialized_name: 'administratorLogin', type: { @@ -81,7 +76,6 @@ def self.mapper() } }, administrator_login_password: { - client_side_validation: true, required: true, serialized_name: 'administratorLoginPassword', type: { @@ -89,7 +83,6 @@ def self.mapper() } }, authentication_type: { - client_side_validation: true, required: false, serialized_name: 'authenticationType', default_value: 'SQL', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/extension_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/extension_list_result.rb index 84f4f97bd0..1d27e928ab 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/extension_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/extension_list_result.rb @@ -22,7 +22,6 @@ class ExtensionListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ExtensionListResult', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'ExtensionListResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/firewall_rule.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/firewall_rule.rb index 5d8f9e9e36..3e377a1461 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/firewall_rule.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/firewall_rule.rb @@ -36,7 +36,6 @@ class FirewallRule < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'FirewallRule', type: { @@ -44,7 +43,6 @@ def self.mapper() class_name: 'FirewallRule', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -53,7 +51,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -62,7 +59,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -71,7 +67,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'kind', @@ -80,7 +75,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -89,7 +83,6 @@ def self.mapper() } }, start_ip_address: { - client_side_validation: true, required: true, serialized_name: 'properties.startIpAddress', type: { @@ -97,7 +90,6 @@ def self.mapper() } }, end_ip_address: { - client_side_validation: true, required: true, serialized_name: 'properties.endIpAddress', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/firewall_rule_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/firewall_rule_list_result.rb index c29ec66028..c5c73570de 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/firewall_rule_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/firewall_rule_list_result.rb @@ -22,7 +22,6 @@ class FirewallRuleListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'FirewallRuleListResult', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'FirewallRuleListResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'FirewallRuleElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/geo_backup_policy.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/geo_backup_policy.rb index 79ff72984e..b71b094bc1 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/geo_backup_policy.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/geo_backup_policy.rb @@ -33,7 +33,6 @@ class GeoBackupPolicy < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'GeoBackupPolicy', type: { @@ -41,7 +40,6 @@ def self.mapper() class_name: 'GeoBackupPolicy', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -50,7 +48,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -59,7 +56,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -68,7 +64,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: true, serialized_name: 'properties.state', type: { @@ -77,7 +72,6 @@ def self.mapper() } }, storage_type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.storageType', @@ -86,7 +80,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'kind', @@ -95,7 +88,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/geo_backup_policy_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/geo_backup_policy_list_result.rb index c59f559b91..58e8f92fe7 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/geo_backup_policy_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/geo_backup_policy_list_result.rb @@ -22,7 +22,6 @@ class GeoBackupPolicyListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'GeoBackupPolicyListResult', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'GeoBackupPolicyListResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'GeoBackupPolicyElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/import_export_response.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/import_export_response.rb index 60f62a271a..ba9fc03a19 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/import_export_response.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/import_export_response.rb @@ -46,7 +46,6 @@ class ImportExportResponse < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ImportExportResponse', type: { @@ -54,7 +53,6 @@ def self.mapper() class_name: 'ImportExportResponse', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -63,7 +61,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -72,7 +69,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -81,7 +77,6 @@ def self.mapper() } }, request_type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.requestType', @@ -90,7 +85,6 @@ def self.mapper() } }, request_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.requestId', @@ -99,7 +93,6 @@ def self.mapper() } }, server_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.serverName', @@ -108,7 +101,6 @@ def self.mapper() } }, database_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseName', @@ -117,7 +109,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -126,7 +117,6 @@ def self.mapper() } }, last_modified_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastModifiedTime', @@ -135,7 +125,6 @@ def self.mapper() } }, queued_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.queuedTime', @@ -144,7 +133,6 @@ def self.mapper() } }, blob_uri: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.blobUri', @@ -153,7 +141,6 @@ def self.mapper() } }, error_message: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.errorMessage', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/import_extension_request.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/import_extension_request.rb index 2e857ae220..04c3dcda81 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/import_extension_request.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/import_extension_request.rb @@ -50,7 +50,6 @@ class ImportExtensionRequest # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ImportExtensionRequest', type: { @@ -58,7 +57,6 @@ def self.mapper() class_name: 'ImportExtensionRequest', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -66,7 +64,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, serialized_name: 'type', type: { @@ -74,7 +71,6 @@ def self.mapper() } }, storage_key_type: { - client_side_validation: true, required: true, serialized_name: 'properties.storageKeyType', type: { @@ -83,7 +79,6 @@ def self.mapper() } }, storage_key: { - client_side_validation: true, required: true, serialized_name: 'properties.storageKey', type: { @@ -91,7 +86,6 @@ def self.mapper() } }, storage_uri: { - client_side_validation: true, required: true, serialized_name: 'properties.storageUri', type: { @@ -99,7 +93,6 @@ def self.mapper() } }, administrator_login: { - client_side_validation: true, required: true, serialized_name: 'properties.administratorLogin', type: { @@ -107,7 +100,6 @@ def self.mapper() } }, administrator_login_password: { - client_side_validation: true, required: true, serialized_name: 'properties.administratorLoginPassword', type: { @@ -115,7 +107,6 @@ def self.mapper() } }, authentication_type: { - client_side_validation: true, required: false, serialized_name: 'properties.authenticationType', default_value: 'SQL', @@ -125,7 +116,6 @@ def self.mapper() } }, operation_mode: { - client_side_validation: true, required: true, is_constant: true, serialized_name: 'properties.operationMode', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/import_request.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/import_request.rb index aa7b2e86d0..ad77be6135 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/import_request.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/import_request.rb @@ -44,7 +44,6 @@ class ImportRequest < ExportRequest # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ImportRequest', type: { @@ -52,7 +51,6 @@ def self.mapper() class_name: 'ImportRequest', model_properties: { storage_key_type: { - client_side_validation: true, required: true, serialized_name: 'storageKeyType', type: { @@ -61,7 +59,6 @@ def self.mapper() } }, storage_key: { - client_side_validation: true, required: true, serialized_name: 'storageKey', type: { @@ -69,7 +66,6 @@ def self.mapper() } }, storage_uri: { - client_side_validation: true, required: true, serialized_name: 'storageUri', type: { @@ -77,7 +73,6 @@ def self.mapper() } }, administrator_login: { - client_side_validation: true, required: true, serialized_name: 'administratorLogin', type: { @@ -85,7 +80,6 @@ def self.mapper() } }, administrator_login_password: { - client_side_validation: true, required: true, serialized_name: 'administratorLoginPassword', type: { @@ -93,7 +87,6 @@ def self.mapper() } }, authentication_type: { - client_side_validation: true, required: false, serialized_name: 'authenticationType', default_value: 'SQL', @@ -103,7 +96,6 @@ def self.mapper() } }, database_name: { - client_side_validation: true, required: true, serialized_name: 'databaseName', type: { @@ -111,7 +103,6 @@ def self.mapper() } }, edition: { - client_side_validation: true, required: true, serialized_name: 'edition', type: { @@ -119,7 +110,6 @@ def self.mapper() } }, service_objective_name: { - client_side_validation: true, required: true, serialized_name: 'serviceObjectiveName', type: { @@ -127,7 +117,6 @@ def self.mapper() } }, max_size_bytes: { - client_side_validation: true, required: true, serialized_name: 'maxSizeBytes', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/location_capabilities.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/location_capabilities.rb index 77a45c0b3c..15aecb4c29 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/location_capabilities.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/location_capabilities.rb @@ -31,7 +31,6 @@ class LocationCapabilities # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'LocationCapabilities', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'LocationCapabilities', model_properties: { name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -48,7 +46,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'status', @@ -58,14 +55,12 @@ def self.mapper() } }, supported_server_versions: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'supportedServerVersions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ServerVersionCapabilityElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/max_size_capability.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/max_size_capability.rb index 9ae70d9f54..ec3e2cd13a 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/max_size_capability.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/max_size_capability.rb @@ -32,7 +32,6 @@ class MaxSizeCapability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'MaxSizeCapability', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'MaxSizeCapability', model_properties: { limit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'limit', @@ -49,7 +47,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'unit', @@ -59,7 +56,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'status', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric.rb index db22edf425..a5c00c7735 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric.rb @@ -41,7 +41,6 @@ class Metric # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Metric', type: { @@ -49,7 +48,6 @@ def self.mapper() class_name: 'Metric', model_properties: { start_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'startTime', @@ -58,7 +56,6 @@ def self.mapper() } }, end_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'endTime', @@ -67,7 +64,6 @@ def self.mapper() } }, time_grain: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timeGrain', @@ -76,7 +72,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'unit', @@ -85,7 +80,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -95,14 +89,12 @@ def self.mapper() } }, metric_values: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'metricValues', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'MetricValueElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_availability.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_availability.rb index f5aea50369..eeb10a2f54 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_availability.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_availability.rb @@ -25,7 +25,6 @@ class MetricAvailability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'MetricAvailability', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'MetricAvailability', model_properties: { retention: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'retention', @@ -42,7 +40,6 @@ def self.mapper() } }, time_grain: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timeGrain', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_definition.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_definition.rb index 203fb271df..8607b1ef6e 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_definition.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_definition.rb @@ -29,7 +29,7 @@ class MetricDefinition attr_accessor :unit # @return [Array] The list of database metric - # availabities for the metric. + # availabilities for the metric. attr_accessor :metric_availabilities @@ -39,7 +39,6 @@ class MetricDefinition # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'MetricDefinition', type: { @@ -47,7 +46,6 @@ def self.mapper() class_name: 'MetricDefinition', model_properties: { name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -57,7 +55,6 @@ def self.mapper() } }, primary_aggregation_type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'primaryAggregationType', @@ -66,7 +63,6 @@ def self.mapper() } }, resource_uri: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'resourceUri', @@ -75,7 +71,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'unit', @@ -84,14 +79,12 @@ def self.mapper() } }, metric_availabilities: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'metricAvailabilities', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'MetricAvailabilityElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_definition_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_definition_list_result.rb index d1d69663d2..90e2fe796c 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_definition_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_definition_list_result.rb @@ -23,7 +23,6 @@ class MetricDefinitionListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'MetricDefinitionListResult', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'MetricDefinitionListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'MetricDefinitionElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_list_result.rb index f33c98e628..f51521499a 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_list_result.rb @@ -22,7 +22,6 @@ class MetricListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'MetricListResult', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'MetricListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'MetricElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_name.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_name.rb index 8f4e1b101e..b22899785d 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_name.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_name.rb @@ -25,7 +25,6 @@ class MetricName # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'MetricName', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'MetricName', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', @@ -42,7 +40,6 @@ def self.mapper() } }, localized_value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'localizedValue', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_value.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_value.rb index 8478c97671..4635862f16 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_value.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/metric_value.rb @@ -37,7 +37,6 @@ class MetricValue # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'MetricValue', type: { @@ -45,7 +44,6 @@ def self.mapper() class_name: 'MetricValue', model_properties: { count: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'count', @@ -54,7 +52,6 @@ def self.mapper() } }, average: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'average', @@ -63,7 +60,6 @@ def self.mapper() } }, maximum: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'maximum', @@ -72,7 +68,6 @@ def self.mapper() } }, minimum: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'minimum', @@ -81,7 +76,6 @@ def self.mapper() } }, timestamp: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timestamp', @@ -90,7 +84,6 @@ def self.mapper() } }, total: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'total', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/operation.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/operation.rb index 410bda22fd..b3b0e219e9 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/operation.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/operation.rb @@ -26,7 +26,6 @@ class Operation # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Operation', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'Operation', model_properties: { name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -42,7 +40,6 @@ def self.mapper() } }, display: { - client_side_validation: true, required: false, serialized_name: 'display', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/operation_display.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/operation_display.rb index b0ea6e2521..a5da7965d4 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/operation_display.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/operation_display.rb @@ -29,7 +29,6 @@ class OperationDisplay # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Operation_display', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'OperationDisplay', model_properties: { provider: { - client_side_validation: true, required: false, serialized_name: 'provider', type: { @@ -45,7 +43,6 @@ def self.mapper() } }, resource: { - client_side_validation: true, required: false, serialized_name: 'resource', type: { @@ -53,7 +50,6 @@ def self.mapper() } }, operation: { - client_side_validation: true, required: false, serialized_name: 'operation', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/operation_impact.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/operation_impact.rb index e05bdcf466..648482e170 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/operation_impact.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/operation_impact.rb @@ -33,7 +33,6 @@ class OperationImpact # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'OperationImpact', type: { @@ -41,7 +40,6 @@ def self.mapper() class_name: 'OperationImpact', model_properties: { name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -50,7 +48,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'unit', @@ -59,7 +56,6 @@ def self.mapper() } }, change_value_absolute: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'changeValueAbsolute', @@ -68,7 +64,6 @@ def self.mapper() } }, change_value_relative: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'changeValueRelative', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/operation_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/operation_list_result.rb index e86a3d7e7a..60e8440e67 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/operation_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/operation_list_result.rb @@ -28,7 +28,6 @@ class OperationListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'OperationListResult', type: { @@ -36,13 +35,11 @@ def self.mapper() class_name: 'OperationListResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'OperationElementType', type: { @@ -53,7 +50,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, serialized_name: 'nextLink', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/proxy_resource.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/proxy_resource.rb index cd408abce1..bef94ebd4d 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/proxy_resource.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/proxy_resource.rb @@ -19,7 +19,6 @@ class ProxyResource < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ProxyResource', type: { @@ -27,7 +26,6 @@ def self.mapper() class_name: 'ProxyResource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -36,7 +34,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -45,7 +42,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_interval.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_interval.rb index c88b4c22a6..e4f83ab2b1 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_interval.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_interval.rb @@ -31,7 +31,6 @@ class QueryInterval # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'QueryInterval', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'QueryInterval', model_properties: { interval_start_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'intervalStartTime', @@ -48,7 +46,6 @@ def self.mapper() } }, execution_count: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'executionCount', @@ -57,14 +54,12 @@ def self.mapper() } }, metrics: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'metrics', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'QueryMetricElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_metric.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_metric.rb index faac96b8a7..35b74ecf44 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_metric.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_metric.rb @@ -32,7 +32,6 @@ class QueryMetric # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'QueryMetric', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'QueryMetric', model_properties: { name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -49,7 +47,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'displayName', @@ -58,7 +55,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'unit', @@ -68,7 +64,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_statistic.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_statistic.rb index ed78bda944..1ac603edda 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_statistic.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_statistic.rb @@ -25,7 +25,6 @@ class QueryStatistic # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'QueryStatistic', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'QueryStatistic', model_properties: { query_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'queryId', @@ -42,14 +40,12 @@ def self.mapper() } }, intervals: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'intervals', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'QueryIntervalElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_statistic_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_statistic_list_result.rb index 79627354dc..bcd91e3412 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_statistic_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_statistic_list_result.rb @@ -22,7 +22,6 @@ class QueryStatisticListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'QueryStatisticListResult', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'QueryStatisticListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'QueryStatisticElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_text.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_text.rb index 38bd2f7c74..1ef4aa379b 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_text.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_text.rb @@ -29,7 +29,6 @@ class QueryText # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'QueryText', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'QueryText', model_properties: { name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -46,7 +44,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -55,7 +52,6 @@ def self.mapper() } }, query_text: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'queryText', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_text_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_text_list_result.rb index dbbd338730..de645d1718 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_text_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/query_text_list_result.rb @@ -22,7 +22,6 @@ class QueryTextListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'QueryTextListResult', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'QueryTextListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'QueryTextElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recommended_elastic_pool.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recommended_elastic_pool.rb index 9f55b0eb6a..318d72bcd5 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recommended_elastic_pool.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recommended_elastic_pool.rb @@ -6,7 +6,7 @@ module Azure::SQL::Mgmt::V2014_04_01 module Models # - # Represents a recommented elastic pool. + # Represents a recommended elastic pool. # class RecommendedElasticPool < ProxyResource @@ -56,7 +56,6 @@ class RecommendedElasticPool < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RecommendedElasticPool', type: { @@ -64,7 +63,6 @@ def self.mapper() class_name: 'RecommendedElasticPool', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -73,7 +71,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -82,7 +79,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -91,7 +87,6 @@ def self.mapper() } }, database_edition: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseEdition', @@ -100,7 +95,6 @@ def self.mapper() } }, dtu: { - client_side_validation: true, required: false, serialized_name: 'properties.dtu', type: { @@ -108,7 +102,6 @@ def self.mapper() } }, database_dtu_min: { - client_side_validation: true, required: false, serialized_name: 'properties.databaseDtuMin', type: { @@ -116,7 +109,6 @@ def self.mapper() } }, database_dtu_max: { - client_side_validation: true, required: false, serialized_name: 'properties.databaseDtuMax', type: { @@ -124,7 +116,6 @@ def self.mapper() } }, storage_mb: { - client_side_validation: true, required: false, serialized_name: 'properties.storageMB', type: { @@ -132,7 +123,6 @@ def self.mapper() } }, observation_period_start: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.observationPeriodStart', @@ -141,7 +131,6 @@ def self.mapper() } }, observation_period_end: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.observationPeriodEnd', @@ -150,7 +139,6 @@ def self.mapper() } }, max_observed_dtu: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maxObservedDtu', @@ -159,7 +147,6 @@ def self.mapper() } }, max_observed_storage_mb: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maxObservedStorageMB', @@ -168,14 +155,12 @@ def self.mapper() } }, databases: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databases', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DatabaseElementType', type: { @@ -186,14 +171,12 @@ def self.mapper() } }, metrics: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.metrics', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RecommendedElasticPoolMetricElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recommended_elastic_pool_list_metrics_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recommended_elastic_pool_list_metrics_result.rb index 9d1dfba3e1..8977056927 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recommended_elastic_pool_list_metrics_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recommended_elastic_pool_list_metrics_result.rb @@ -24,7 +24,6 @@ class RecommendedElasticPoolListMetricsResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RecommendedElasticPoolListMetricsResult', type: { @@ -32,13 +31,11 @@ def self.mapper() class_name: 'RecommendedElasticPoolListMetricsResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RecommendedElasticPoolMetricElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recommended_elastic_pool_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recommended_elastic_pool_list_result.rb index 8fb4114421..66dfedb354 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recommended_elastic_pool_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recommended_elastic_pool_list_result.rb @@ -23,7 +23,6 @@ class RecommendedElasticPoolListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RecommendedElasticPoolListResult', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'RecommendedElasticPoolListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RecommendedElasticPoolElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recommended_elastic_pool_metric.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recommended_elastic_pool_metric.rb index f5389512f1..dd3273d6d0 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recommended_elastic_pool_metric.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recommended_elastic_pool_metric.rb @@ -29,7 +29,6 @@ class RecommendedElasticPoolMetric # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RecommendedElasticPoolMetric', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'RecommendedElasticPoolMetric', model_properties: { date_time: { - client_side_validation: true, required: false, serialized_name: 'dateTime', type: { @@ -45,7 +43,6 @@ def self.mapper() } }, dtu: { - client_side_validation: true, required: false, serialized_name: 'dtu', type: { @@ -53,7 +50,6 @@ def self.mapper() } }, size_gb: { - client_side_validation: true, required: false, serialized_name: 'sizeGB', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recommended_index.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recommended_index.rb index 9d6511f965..bd89ff341c 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recommended_index.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recommended_index.rb @@ -69,7 +69,6 @@ class RecommendedIndex < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RecommendedIndex', type: { @@ -77,7 +76,6 @@ def self.mapper() class_name: 'RecommendedIndex', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -86,7 +84,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -95,7 +92,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -104,7 +100,6 @@ def self.mapper() } }, action: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.action', @@ -114,7 +109,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', @@ -124,7 +118,6 @@ def self.mapper() } }, created: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.created', @@ -133,7 +126,6 @@ def self.mapper() } }, last_modified: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastModified', @@ -142,7 +134,6 @@ def self.mapper() } }, index_type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.indexType', @@ -152,7 +143,6 @@ def self.mapper() } }, schema: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.schema', @@ -161,7 +151,6 @@ def self.mapper() } }, table: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.table', @@ -170,14 +159,12 @@ def self.mapper() } }, columns: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.columns', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -187,14 +174,12 @@ def self.mapper() } }, included_columns: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.includedColumns', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -204,7 +189,6 @@ def self.mapper() } }, index_script: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.indexScript', @@ -213,14 +197,12 @@ def self.mapper() } }, estimated_impact: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.estimatedImpact', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'OperationImpactElementType', type: { @@ -231,14 +213,12 @@ def self.mapper() } }, reported_impact: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.reportedImpact', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'OperationImpactElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recoverable_database.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recoverable_database.rb index fcb56a7ef8..097e8f1eae 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recoverable_database.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recoverable_database.rb @@ -32,7 +32,6 @@ class RecoverableDatabase < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RecoverableDatabase', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'RecoverableDatabase', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -49,7 +47,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -58,7 +55,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -67,7 +63,6 @@ def self.mapper() } }, edition: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.edition', @@ -76,7 +71,6 @@ def self.mapper() } }, service_level_objective: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.serviceLevelObjective', @@ -85,7 +79,6 @@ def self.mapper() } }, elastic_pool_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.elasticPoolName', @@ -94,7 +87,6 @@ def self.mapper() } }, last_available_backup_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastAvailableBackupDate', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recoverable_database_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recoverable_database_list_result.rb index c16498ad21..61226c153f 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recoverable_database_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/recoverable_database_list_result.rb @@ -22,7 +22,6 @@ class RecoverableDatabaseListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RecoverableDatabaseListResult', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'RecoverableDatabaseListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RecoverableDatabaseElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/replication_link.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/replication_link.rb index c483e037f5..8df08edbb3 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/replication_link.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/replication_link.rb @@ -61,7 +61,6 @@ class ReplicationLink < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ReplicationLink', type: { @@ -69,7 +68,6 @@ def self.mapper() class_name: 'ReplicationLink', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -78,7 +76,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -87,7 +84,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -96,7 +92,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -105,7 +100,6 @@ def self.mapper() } }, is_termination_allowed: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.isTerminationAllowed', @@ -114,7 +108,6 @@ def self.mapper() } }, replication_mode: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.replicationMode', @@ -123,7 +116,6 @@ def self.mapper() } }, partner_server: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.partnerServer', @@ -132,7 +124,6 @@ def self.mapper() } }, partner_database: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.partnerDatabase', @@ -141,7 +132,6 @@ def self.mapper() } }, partner_location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.partnerLocation', @@ -150,7 +140,6 @@ def self.mapper() } }, role: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.role', @@ -160,7 +149,6 @@ def self.mapper() } }, partner_role: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.partnerRole', @@ -170,7 +158,6 @@ def self.mapper() } }, start_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.startTime', @@ -179,7 +166,6 @@ def self.mapper() } }, percent_complete: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.percentComplete', @@ -188,7 +174,6 @@ def self.mapper() } }, replication_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.replicationState', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/replication_link_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/replication_link_list_result.rb index 45d55e5b93..9503e14b18 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/replication_link_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/replication_link_list_result.rb @@ -23,7 +23,6 @@ class ReplicationLinkListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ReplicationLinkListResult', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'ReplicationLinkListResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ReplicationLinkElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/resource.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/resource.rb index 610181855e..2f8acc19a0 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/resource.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/resource.rb @@ -22,22 +22,12 @@ class Resource attr_accessor :type - # @return [String] the name of the resource group of the resource. - def resource_group - unless self.id.nil? - groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/) - groups.captures[0].strip if groups - end - end - - # # Mapper for Resource class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Resource', type: { @@ -45,7 +35,6 @@ def self.mapper() class_name: 'Resource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -54,7 +43,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -63,7 +51,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/restorable_dropped_database.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/restorable_dropped_database.rb index 00fa5705ba..a11659ebf8 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/restorable_dropped_database.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/restorable_dropped_database.rb @@ -47,7 +47,6 @@ class RestorableDroppedDatabase < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RestorableDroppedDatabase', type: { @@ -55,7 +54,6 @@ def self.mapper() class_name: 'RestorableDroppedDatabase', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -64,7 +62,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -73,7 +70,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -82,7 +78,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -91,7 +86,6 @@ def self.mapper() } }, database_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseName', @@ -100,7 +94,6 @@ def self.mapper() } }, edition: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.edition', @@ -109,7 +102,6 @@ def self.mapper() } }, max_size_bytes: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maxSizeBytes', @@ -118,7 +110,6 @@ def self.mapper() } }, service_level_objective: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.serviceLevelObjective', @@ -127,7 +118,6 @@ def self.mapper() } }, elastic_pool_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.elasticPoolName', @@ -136,7 +126,6 @@ def self.mapper() } }, creation_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.creationDate', @@ -145,7 +134,6 @@ def self.mapper() } }, deletion_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.deletionDate', @@ -154,7 +142,6 @@ def self.mapper() } }, earliest_restore_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.earliestRestoreDate', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/restorable_dropped_database_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/restorable_dropped_database_list_result.rb index 6702bcee8c..62b71f0d3b 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/restorable_dropped_database_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/restorable_dropped_database_list_result.rb @@ -23,7 +23,6 @@ class RestorableDroppedDatabaseListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RestorableDroppedDatabaseListResult', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'RestorableDroppedDatabaseListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RestorableDroppedDatabaseElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/restore_point.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/restore_point.rb index a2257c007f..8df0045809 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/restore_point.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/restore_point.rb @@ -31,7 +31,6 @@ class RestorePoint < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RestorePoint', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'RestorePoint', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -48,7 +46,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -57,7 +54,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -66,7 +62,6 @@ def self.mapper() } }, restore_point_type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.restorePointType', @@ -76,7 +71,6 @@ def self.mapper() } }, restore_point_creation_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.restorePointCreationDate', @@ -85,7 +79,6 @@ def self.mapper() } }, earliest_restore_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.earliestRestoreDate', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/restore_point_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/restore_point_list_result.rb index edb03aebcd..a0aec88883 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/restore_point_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/restore_point_list_result.rb @@ -22,7 +22,6 @@ class RestorePointListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RestorePointListResult', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'RestorePointListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RestorePointElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server.rb index 6073fe2f55..79d467841f 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server.rb @@ -54,7 +54,6 @@ class Server < TrackedResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Server', type: { @@ -62,7 +61,6 @@ def self.mapper() class_name: 'Server', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -71,7 +69,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -80,7 +77,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -89,7 +85,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -97,13 +92,11 @@ def self.mapper() } }, tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -113,7 +106,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'kind', @@ -122,7 +114,6 @@ def self.mapper() } }, fully_qualified_domain_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.fullyQualifiedDomainName', @@ -131,7 +122,6 @@ def self.mapper() } }, version: { - client_side_validation: true, required: false, serialized_name: 'properties.version', type: { @@ -139,7 +129,6 @@ def self.mapper() } }, administrator_login: { - client_side_validation: true, required: false, serialized_name: 'properties.administratorLogin', type: { @@ -147,7 +136,6 @@ def self.mapper() } }, administrator_login_password: { - client_side_validation: true, required: false, serialized_name: 'properties.administratorLoginPassword', type: { @@ -155,7 +143,6 @@ def self.mapper() } }, external_administrator_sid: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.externalAdministratorSid', @@ -164,7 +151,6 @@ def self.mapper() } }, external_administrator_login: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.externalAdministratorLogin', @@ -173,7 +159,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_administrator_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_administrator_list_result.rb index cdced4e8c1..8a1f97d5f0 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_administrator_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_administrator_list_result.rb @@ -23,7 +23,6 @@ class ServerAdministratorListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerAdministratorListResult', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'ServerAdministratorListResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ServerAzureADAdministratorElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_azure_adadministrator.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_azure_adadministrator.rb index 26b288579a..f8563e8402 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_azure_adadministrator.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_azure_adadministrator.rb @@ -32,7 +32,6 @@ class ServerAzureADAdministrator < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerAzureADAdministrator', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'ServerAzureADAdministrator', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -49,7 +47,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -58,7 +55,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -67,7 +63,6 @@ def self.mapper() } }, administrator_type: { - client_side_validation: true, required: true, is_constant: true, serialized_name: 'properties.administratorType', @@ -77,7 +72,6 @@ def self.mapper() } }, login: { - client_side_validation: true, required: true, serialized_name: 'properties.login', type: { @@ -85,7 +79,6 @@ def self.mapper() } }, sid: { - client_side_validation: true, required: true, serialized_name: 'properties.sid', type: { @@ -93,7 +86,6 @@ def self.mapper() } }, tenant_id: { - client_side_validation: true, required: true, serialized_name: 'properties.tenantId', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_communication_link.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_communication_link.rb index aa721d20b7..e6f03bc16a 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_communication_link.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_communication_link.rb @@ -32,7 +32,6 @@ class ServerCommunicationLink < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerCommunicationLink', type: { @@ -40,7 +39,6 @@ def self.mapper() class_name: 'ServerCommunicationLink', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -49,7 +47,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -58,7 +55,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -67,7 +63,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', @@ -76,7 +71,6 @@ def self.mapper() } }, partner_server: { - client_side_validation: true, required: true, serialized_name: 'properties.partnerServer', type: { @@ -84,7 +78,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -93,7 +86,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'kind', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_communication_link_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_communication_link_list_result.rb index 5af9609eff..83e4153e9c 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_communication_link_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_communication_link_list_result.rb @@ -23,7 +23,6 @@ class ServerCommunicationLinkListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerCommunicationLinkListResult', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'ServerCommunicationLinkListResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ServerCommunicationLinkElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_connection_policy.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_connection_policy.rb index 6a6ff5086f..ef412d1907 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_connection_policy.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_connection_policy.rb @@ -29,7 +29,6 @@ class ServerConnectionPolicy < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerConnectionPolicy', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'ServerConnectionPolicy', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -46,7 +44,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -55,7 +52,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -64,7 +60,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'kind', @@ -73,7 +68,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -82,7 +76,6 @@ def self.mapper() } }, connection_type: { - client_side_validation: true, required: true, serialized_name: 'properties.connectionType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_list_result.rb index e3bfb05ac9..8dab186990 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_list_result.rb @@ -22,7 +22,6 @@ class ServerListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerListResult', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'ServerListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ServerElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_table_auditing_policy.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_table_auditing_policy.rb index c4c66bb128..2899879a75 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_table_auditing_policy.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_table_auditing_policy.rb @@ -58,7 +58,6 @@ class ServerTableAuditingPolicy < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerTableAuditingPolicy', type: { @@ -66,7 +65,6 @@ def self.mapper() class_name: 'ServerTableAuditingPolicy', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -75,7 +73,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -84,7 +81,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -93,7 +89,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'kind', @@ -102,7 +97,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -111,7 +105,6 @@ def self.mapper() } }, auditing_state: { - client_side_validation: true, required: false, serialized_name: 'properties.auditingState', type: { @@ -119,7 +112,6 @@ def self.mapper() } }, audit_logs_table_name: { - client_side_validation: true, required: false, serialized_name: 'properties.auditLogsTableName', type: { @@ -127,7 +119,6 @@ def self.mapper() } }, event_types_to_audit: { - client_side_validation: true, required: false, serialized_name: 'properties.eventTypesToAudit', type: { @@ -135,7 +126,6 @@ def self.mapper() } }, full_audit_logs_table_name: { - client_side_validation: true, required: false, serialized_name: 'properties.fullAuditLogsTableName', type: { @@ -143,7 +133,6 @@ def self.mapper() } }, retention_days: { - client_side_validation: true, required: false, serialized_name: 'properties.retentionDays', type: { @@ -151,7 +140,6 @@ def self.mapper() } }, storage_account_key: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountKey', type: { @@ -159,7 +147,6 @@ def self.mapper() } }, storage_account_name: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountName', type: { @@ -167,7 +154,6 @@ def self.mapper() } }, storage_account_resource_group_name: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountResourceGroupName', type: { @@ -175,7 +161,6 @@ def self.mapper() } }, storage_account_secondary_key: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountSecondaryKey', type: { @@ -183,7 +168,6 @@ def self.mapper() } }, storage_account_subscription_id: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountSubscriptionId', type: { @@ -191,7 +175,6 @@ def self.mapper() } }, storage_table_endpoint: { - client_side_validation: true, required: false, serialized_name: 'properties.storageTableEndpoint', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_table_auditing_policy_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_table_auditing_policy_list_result.rb index f21d853886..89299b3e48 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_table_auditing_policy_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_table_auditing_policy_list_result.rb @@ -23,7 +23,6 @@ class ServerTableAuditingPolicyListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerTableAuditingPolicyListResult', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'ServerTableAuditingPolicyListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ServerTableAuditingPolicyElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_update.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_update.rb index 3061fd4240..666d717a1f 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_update.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_update.rb @@ -53,7 +53,6 @@ class ServerUpdate < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerUpdate', type: { @@ -61,7 +60,6 @@ def self.mapper() class_name: 'ServerUpdate', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -70,7 +68,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -79,7 +76,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -88,13 +84,11 @@ def self.mapper() } }, tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -104,7 +98,6 @@ def self.mapper() } }, fully_qualified_domain_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.fullyQualifiedDomainName', @@ -113,7 +106,6 @@ def self.mapper() } }, version: { - client_side_validation: true, required: false, serialized_name: 'properties.version', type: { @@ -121,7 +113,6 @@ def self.mapper() } }, administrator_login: { - client_side_validation: true, required: false, serialized_name: 'properties.administratorLogin', type: { @@ -129,7 +120,6 @@ def self.mapper() } }, administrator_login_password: { - client_side_validation: true, required: false, serialized_name: 'properties.administratorLoginPassword', type: { @@ -137,7 +127,6 @@ def self.mapper() } }, external_administrator_sid: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.externalAdministratorSid', @@ -146,7 +135,6 @@ def self.mapper() } }, external_administrator_login: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.externalAdministratorLogin', @@ -155,7 +143,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_usage.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_usage.rb index c3847486d8..7ccc5f8861 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_usage.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_usage.rb @@ -40,7 +40,6 @@ class ServerUsage # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerUsage', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'ServerUsage', model_properties: { name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -57,7 +55,6 @@ def self.mapper() } }, resource_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'resourceName', @@ -66,7 +63,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'displayName', @@ -75,7 +71,6 @@ def self.mapper() } }, current_value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'currentValue', @@ -84,7 +79,6 @@ def self.mapper() } }, limit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'limit', @@ -93,7 +87,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'unit', @@ -102,7 +95,6 @@ def self.mapper() } }, next_reset_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextResetTime', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_usage_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_usage_list_result.rb index a071be3cc6..ce8053e410 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_usage_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_usage_list_result.rb @@ -22,7 +22,6 @@ class ServerUsageListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerUsageListResult', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'ServerUsageListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ServerUsageElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_version_capability.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_version_capability.rb index 0786d8ed23..7582b6fcfc 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_version_capability.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/server_version_capability.rb @@ -34,7 +34,6 @@ class ServerVersionCapability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerVersionCapability', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'ServerVersionCapability', model_properties: { name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -51,7 +49,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'status', @@ -61,14 +58,12 @@ def self.mapper() } }, supported_editions: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'supportedEditions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'EditionCapabilityElementType', type: { @@ -79,14 +74,12 @@ def self.mapper() } }, supported_elastic_pool_editions: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'supportedElasticPoolEditions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ElasticPoolEditionCapabilityElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/service_objective.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/service_objective.rb index 8680b7464d..89b19239cb 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/service_objective.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/service_objective.rb @@ -36,7 +36,6 @@ class ServiceObjective < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServiceObjective', type: { @@ -44,7 +43,6 @@ def self.mapper() class_name: 'ServiceObjective', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -53,7 +51,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -62,7 +59,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -71,7 +67,6 @@ def self.mapper() } }, service_objective_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.serviceObjectiveName', @@ -80,7 +75,6 @@ def self.mapper() } }, is_default: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.isDefault', @@ -89,7 +83,6 @@ def self.mapper() } }, is_system: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.isSystem', @@ -98,7 +91,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.description', @@ -107,7 +99,6 @@ def self.mapper() } }, enabled: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.enabled', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/service_objective_capability.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/service_objective_capability.rb index 4664abcc48..6731c7adbe 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/service_objective_capability.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/service_objective_capability.rb @@ -44,7 +44,6 @@ class ServiceObjectiveCapability # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServiceObjectiveCapability', type: { @@ -52,7 +51,6 @@ def self.mapper() class_name: 'ServiceObjectiveCapability', model_properties: { name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -61,7 +59,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'status', @@ -71,7 +68,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'performanceLevel.unit', @@ -81,7 +77,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'performanceLevel.value', @@ -90,7 +85,6 @@ def self.mapper() } }, id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -99,14 +93,12 @@ def self.mapper() } }, supported_max_sizes: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'supportedMaxSizes', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'MaxSizeCapabilityElementType', type: { @@ -117,7 +109,6 @@ def self.mapper() } }, included_max_size: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'includedMaxSize', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/service_objective_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/service_objective_list_result.rb index f50550f390..b03abd83c0 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/service_objective_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/service_objective_list_result.rb @@ -23,7 +23,6 @@ class ServiceObjectiveListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServiceObjectiveListResult', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'ServiceObjectiveListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ServiceObjectiveElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/service_tier_advisor.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/service_tier_advisor.rb index e3d30f99cd..3c073b4c43 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/service_tier_advisor.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/service_tier_advisor.rb @@ -91,7 +91,6 @@ class ServiceTierAdvisor < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServiceTierAdvisor', type: { @@ -99,7 +98,6 @@ def self.mapper() class_name: 'ServiceTierAdvisor', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -108,7 +106,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -117,7 +114,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -126,7 +122,6 @@ def self.mapper() } }, observation_period_start: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.observationPeriodStart', @@ -135,7 +130,6 @@ def self.mapper() } }, observation_period_end: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.observationPeriodEnd', @@ -144,7 +138,6 @@ def self.mapper() } }, active_time_ratio: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.activeTimeRatio', @@ -153,7 +146,6 @@ def self.mapper() } }, min_dtu: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.minDtu', @@ -162,7 +154,6 @@ def self.mapper() } }, avg_dtu: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.avgDtu', @@ -171,7 +162,6 @@ def self.mapper() } }, max_dtu: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maxDtu', @@ -180,7 +170,6 @@ def self.mapper() } }, max_size_in_gb: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.maxSizeInGB', @@ -189,14 +178,12 @@ def self.mapper() } }, service_level_objective_usage_metrics: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.serviceLevelObjectiveUsageMetrics', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SloUsageMetricElementType', type: { @@ -207,7 +194,6 @@ def self.mapper() } }, current_service_level_objective: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.currentServiceLevelObjective', @@ -216,7 +202,6 @@ def self.mapper() } }, current_service_level_objective_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.currentServiceLevelObjectiveId', @@ -225,7 +210,6 @@ def self.mapper() } }, usage_based_recommendation_service_level_objective: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.usageBasedRecommendationServiceLevelObjective', @@ -234,7 +218,6 @@ def self.mapper() } }, usage_based_recommendation_service_level_objective_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.usageBasedRecommendationServiceLevelObjectiveId', @@ -243,7 +226,6 @@ def self.mapper() } }, database_size_based_recommendation_service_level_objective: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseSizeBasedRecommendationServiceLevelObjective', @@ -252,7 +234,6 @@ def self.mapper() } }, database_size_based_recommendation_service_level_objective_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseSizeBasedRecommendationServiceLevelObjectiveId', @@ -261,7 +242,6 @@ def self.mapper() } }, disaster_plan_based_recommendation_service_level_objective: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.disasterPlanBasedRecommendationServiceLevelObjective', @@ -270,7 +250,6 @@ def self.mapper() } }, disaster_plan_based_recommendation_service_level_objective_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.disasterPlanBasedRecommendationServiceLevelObjectiveId', @@ -279,7 +258,6 @@ def self.mapper() } }, overall_recommendation_service_level_objective: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.overallRecommendationServiceLevelObjective', @@ -288,7 +266,6 @@ def self.mapper() } }, overall_recommendation_service_level_objective_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.overallRecommendationServiceLevelObjectiveId', @@ -297,7 +274,6 @@ def self.mapper() } }, confidence: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.confidence', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/service_tier_advisor_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/service_tier_advisor_list_result.rb index 9d5d2f7406..7418a98df4 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/service_tier_advisor_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/service_tier_advisor_list_result.rb @@ -23,7 +23,6 @@ class ServiceTierAdvisorListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServiceTierAdvisorListResult', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'ServiceTierAdvisorListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ServiceTierAdvisorElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/slo_usage_metric.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/slo_usage_metric.rb index dc2de4fedd..e55fc618bf 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/slo_usage_metric.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/slo_usage_metric.rb @@ -38,7 +38,6 @@ class SloUsageMetric # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SloUsageMetric', type: { @@ -46,7 +45,6 @@ def self.mapper() class_name: 'SloUsageMetric', model_properties: { service_level_objective: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'serviceLevelObjective', @@ -55,7 +53,6 @@ def self.mapper() } }, service_level_objective_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'serviceLevelObjectiveId', @@ -64,7 +61,6 @@ def self.mapper() } }, in_range_time_ratio: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'inRangeTimeRatio', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/table_auditing_policy_properties.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/table_auditing_policy_properties.rb index dc4e0e6232..e5fa5f602d 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/table_auditing_policy_properties.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/table_auditing_policy_properties.rb @@ -52,7 +52,6 @@ class TableAuditingPolicyProperties # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'TableAuditingPolicyProperties', type: { @@ -60,7 +59,6 @@ def self.mapper() class_name: 'TableAuditingPolicyProperties', model_properties: { auditing_state: { - client_side_validation: true, required: false, serialized_name: 'auditingState', type: { @@ -68,7 +66,6 @@ def self.mapper() } }, audit_logs_table_name: { - client_side_validation: true, required: false, serialized_name: 'auditLogsTableName', type: { @@ -76,7 +73,6 @@ def self.mapper() } }, event_types_to_audit: { - client_side_validation: true, required: false, serialized_name: 'eventTypesToAudit', type: { @@ -84,7 +80,6 @@ def self.mapper() } }, full_audit_logs_table_name: { - client_side_validation: true, required: false, serialized_name: 'fullAuditLogsTableName', type: { @@ -92,7 +87,6 @@ def self.mapper() } }, retention_days: { - client_side_validation: true, required: false, serialized_name: 'retentionDays', type: { @@ -100,7 +94,6 @@ def self.mapper() } }, storage_account_key: { - client_side_validation: true, required: false, serialized_name: 'storageAccountKey', type: { @@ -108,7 +101,6 @@ def self.mapper() } }, storage_account_name: { - client_side_validation: true, required: false, serialized_name: 'storageAccountName', type: { @@ -116,7 +108,6 @@ def self.mapper() } }, storage_account_resource_group_name: { - client_side_validation: true, required: false, serialized_name: 'storageAccountResourceGroupName', type: { @@ -124,7 +115,6 @@ def self.mapper() } }, storage_account_secondary_key: { - client_side_validation: true, required: false, serialized_name: 'storageAccountSecondaryKey', type: { @@ -132,7 +122,6 @@ def self.mapper() } }, storage_account_subscription_id: { - client_side_validation: true, required: false, serialized_name: 'storageAccountSubscriptionId', type: { @@ -140,7 +129,6 @@ def self.mapper() } }, storage_table_endpoint: { - client_side_validation: true, required: false, serialized_name: 'storageTableEndpoint', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/top_queries.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/top_queries.rb index 9bef2f2d3d..fef707e2c1 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/top_queries.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/top_queries.rb @@ -52,7 +52,6 @@ class TopQueries # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'TopQueries', type: { @@ -60,7 +59,6 @@ def self.mapper() class_name: 'TopQueries', model_properties: { aggregation_function: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'aggregationFunction', @@ -70,7 +68,6 @@ def self.mapper() } }, execution_type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'executionType', @@ -80,7 +77,6 @@ def self.mapper() } }, interval_type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'intervalType', @@ -89,7 +85,6 @@ def self.mapper() } }, number_of_top_queries: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'numberOfTopQueries', @@ -98,7 +93,6 @@ def self.mapper() } }, observation_start_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'observationStartTime', @@ -107,7 +101,6 @@ def self.mapper() } }, observation_end_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'observationEndTime', @@ -116,7 +109,6 @@ def self.mapper() } }, observed_metric: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'observedMetric', @@ -126,14 +118,12 @@ def self.mapper() } }, queries: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'queries', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'QueryStatisticElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/top_queries_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/top_queries_list_result.rb index c7f80955e6..5f0036cf93 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/top_queries_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/top_queries_list_result.rb @@ -22,7 +22,6 @@ class TopQueriesListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'TopQueriesListResult', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'TopQueriesListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'TopQueriesElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/tracked_resource.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/tracked_resource.rb index 9e5f8e5cc1..08c4ca94f3 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/tracked_resource.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/tracked_resource.rb @@ -25,7 +25,6 @@ class TrackedResource < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'TrackedResource', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'TrackedResource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -42,7 +40,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -51,7 +48,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -60,7 +56,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -68,13 +63,11 @@ def self.mapper() } }, tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/transparent_data_encryption.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/transparent_data_encryption.rb index bac2121464..b50c081d08 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/transparent_data_encryption.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/transparent_data_encryption.rb @@ -27,7 +27,6 @@ class TransparentDataEncryption < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'TransparentDataEncryption', type: { @@ -35,7 +34,6 @@ def self.mapper() class_name: 'TransparentDataEncryption', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -44,7 +42,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -53,7 +50,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -62,7 +58,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -71,7 +66,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, serialized_name: 'properties.status', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/transparent_data_encryption_activity.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/transparent_data_encryption_activity.rb index da85b0bcf5..bcec04afaf 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/transparent_data_encryption_activity.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/transparent_data_encryption_activity.rb @@ -30,7 +30,6 @@ class TransparentDataEncryptionActivity < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'TransparentDataEncryptionActivity', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'TransparentDataEncryptionActivity', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -47,7 +45,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -56,7 +53,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -65,7 +61,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -74,7 +69,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -83,7 +77,6 @@ def self.mapper() } }, percent_complete: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.percentComplete', diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/transparent_data_encryption_activity_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/transparent_data_encryption_activity_list_result.rb index ece01ffc75..f0f91b6d6b 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/transparent_data_encryption_activity_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/transparent_data_encryption_activity_list_result.rb @@ -25,7 +25,6 @@ class TransparentDataEncryptionActivityListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'TransparentDataEncryptionActivityListResult', type: { @@ -33,13 +32,11 @@ def self.mapper() class_name: 'TransparentDataEncryptionActivityListResult', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'TransparentDataEncryptionActivityElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/transparent_data_encryption_list_result.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/transparent_data_encryption_list_result.rb index 92f8a83750..8921afc6aa 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/transparent_data_encryption_list_result.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/models/transparent_data_encryption_list_result.rb @@ -24,7 +24,6 @@ class TransparentDataEncryptionListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'TransparentDataEncryptionListResult', type: { @@ -32,13 +31,11 @@ def self.mapper() class_name: 'TransparentDataEncryptionListResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'TransparentDataEncryptionElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/operations.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/operations.rb index 6840be6885..021e1a8029 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/operations.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/operations.rb @@ -32,8 +32,8 @@ def initialize(client) # # @return [OperationListResult] operation results. # - def list(custom_headers:nil) - response = list_async(custom_headers:custom_headers).value! + def list(custom_headers = nil) + response = list_async(custom_headers).value! response.body unless response.nil? end @@ -45,8 +45,8 @@ def list(custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_with_http_info(custom_headers:nil) - list_async(custom_headers:custom_headers).value! + def list_with_http_info(custom_headers = nil) + list_async(custom_headers).value! end # @@ -57,12 +57,11 @@ def list_with_http_info(custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_async(custom_headers:nil) + def list_async(custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/queries.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/queries.rb index 026ad613fc..de6f8db53c 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/queries.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/queries.rb @@ -37,8 +37,8 @@ def initialize(client) # # @return [TopQueriesListResult] operation results. # - def list_by_database(resource_group_name, server_name, database_name, custom_headers:nil) - response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database(resource_group_name, server_name, database_name, custom_headers = nil) + response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -55,8 +55,8 @@ def list_by_database(resource_group_name, server_name, database_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -72,7 +72,7 @@ def list_by_database_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_async(resource_group_name, server_name, database_name, custom_headers:nil) + def list_by_database_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -81,7 +81,6 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/query_statistics.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/query_statistics.rb index 5a231025e6..7580909ba2 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/query_statistics.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/query_statistics.rb @@ -38,8 +38,8 @@ def initialize(client) # # @return [QueryStatisticListResult] operation results. # - def list_by_query(resource_group_name, server_name, database_name, query_id, custom_headers:nil) - response = list_by_query_async(resource_group_name, server_name, database_name, query_id, custom_headers:custom_headers).value! + def list_by_query(resource_group_name, server_name, database_name, query_id, custom_headers = nil) + response = list_by_query_async(resource_group_name, server_name, database_name, query_id, custom_headers).value! response.body unless response.nil? end @@ -57,8 +57,8 @@ def list_by_query(resource_group_name, server_name, database_name, query_id, cus # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_query_with_http_info(resource_group_name, server_name, database_name, query_id, custom_headers:nil) - list_by_query_async(resource_group_name, server_name, database_name, query_id, custom_headers:custom_headers).value! + def list_by_query_with_http_info(resource_group_name, server_name, database_name, query_id, custom_headers = nil) + list_by_query_async(resource_group_name, server_name, database_name, query_id, custom_headers).value! end # @@ -75,7 +75,7 @@ def list_by_query_with_http_info(resource_group_name, server_name, database_name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_query_async(resource_group_name, server_name, database_name, query_id, custom_headers:nil) + def list_by_query_async(resource_group_name, server_name, database_name, query_id, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -85,7 +85,6 @@ def list_by_query_async(resource_group_name, server_name, database_name, query_i request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/query_texts.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/query_texts.rb index 82b9acb2f5..19283c7f4b 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/query_texts.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/query_texts.rb @@ -38,8 +38,8 @@ def initialize(client) # # @return [QueryTextListResult] operation results. # - def list_by_query(resource_group_name, server_name, database_name, query_id, custom_headers:nil) - response = list_by_query_async(resource_group_name, server_name, database_name, query_id, custom_headers:custom_headers).value! + def list_by_query(resource_group_name, server_name, database_name, query_id, custom_headers = nil) + response = list_by_query_async(resource_group_name, server_name, database_name, query_id, custom_headers).value! response.body unless response.nil? end @@ -57,8 +57,8 @@ def list_by_query(resource_group_name, server_name, database_name, query_id, cus # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_query_with_http_info(resource_group_name, server_name, database_name, query_id, custom_headers:nil) - list_by_query_async(resource_group_name, server_name, database_name, query_id, custom_headers:custom_headers).value! + def list_by_query_with_http_info(resource_group_name, server_name, database_name, query_id, custom_headers = nil) + list_by_query_async(resource_group_name, server_name, database_name, query_id, custom_headers).value! end # @@ -75,7 +75,7 @@ def list_by_query_with_http_info(resource_group_name, server_name, database_name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_query_async(resource_group_name, server_name, database_name, query_id, custom_headers:nil) + def list_by_query_async(resource_group_name, server_name, database_name, query_id, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -85,7 +85,6 @@ def list_by_query_async(resource_group_name, server_name, database_name, query_i request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/recommended_elastic_pools.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/recommended_elastic_pools.rb index 723786de22..a8b5aef3ac 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/recommended_elastic_pools.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/recommended_elastic_pools.rb @@ -25,7 +25,7 @@ def initialize(client) attr_reader :client # - # Gets a recommented elastic pool. + # Gets a recommended elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -38,13 +38,13 @@ def initialize(client) # # @return [RecommendedElasticPool] operation results. # - def get(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers).value! response.body unless response.nil? end # - # Gets a recommented elastic pool. + # Gets a recommended elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -57,12 +57,12 @@ def get(resource_group_name, server_name, recommended_elastic_pool_name, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers:nil) - get_async(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers = nil) + get_async(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers).value! end # - # Gets a recommented elastic pool. + # Gets a recommended elastic pool. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -75,7 +75,7 @@ def get_with_http_info(resource_group_name, server_name, recommended_elastic_poo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers:nil) + def get_async(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -84,7 +84,6 @@ def get_async(resource_group_name, server_name, recommended_elastic_pool_name, c request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -141,8 +140,8 @@ def get_async(resource_group_name, server_name, recommended_elastic_pool_name, c # # @return [RecommendedElasticPoolListResult] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -158,8 +157,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -174,7 +173,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -182,7 +181,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -228,7 +226,7 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) end # - # Returns recommented elastic pool metrics. + # Returns recommended elastic pool metrics. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -241,13 +239,13 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) # # @return [RecommendedElasticPoolListMetricsResult] operation results. # - def list_metrics(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers:nil) - response = list_metrics_async(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers:custom_headers).value! + def list_metrics(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers = nil) + response = list_metrics_async(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers).value! response.body unless response.nil? end # - # Returns recommented elastic pool metrics. + # Returns recommended elastic pool metrics. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -260,12 +258,12 @@ def list_metrics(resource_group_name, server_name, recommended_elastic_pool_name # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_metrics_with_http_info(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers:nil) - list_metrics_async(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers:custom_headers).value! + def list_metrics_with_http_info(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers = nil) + list_metrics_async(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers).value! end # - # Returns recommented elastic pool metrics. + # Returns recommended elastic pool metrics. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -278,7 +276,7 @@ def list_metrics_with_http_info(resource_group_name, server_name, recommended_el # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_metrics_async(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers:nil) + def list_metrics_async(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -287,7 +285,6 @@ def list_metrics_async(resource_group_name, server_name, recommended_elastic_poo request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/recoverable_databases.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/recoverable_databases.rb index 0a6744982a..8be0da1699 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/recoverable_databases.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/recoverable_databases.rb @@ -38,8 +38,8 @@ def initialize(client) # # @return [RecoverableDatabase] operation results. # - def get(resource_group_name, server_name, database_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -57,8 +57,8 @@ def get(resource_group_name, server_name, database_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -75,7 +75,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -84,7 +84,6 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -141,8 +140,8 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni # # @return [RecoverableDatabaseListResult] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -158,8 +157,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -174,7 +173,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -182,7 +181,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/replication_links.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/replication_links.rb index cd1d45d109..6bbab753d7 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/replication_links.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/replication_links.rb @@ -38,8 +38,8 @@ def initialize(client) # will be added to the HTTP request. # # - def delete(resource_group_name, server_name, database_name, link_id, custom_headers:nil) - response = delete_async(resource_group_name, server_name, database_name, link_id, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, database_name, link_id, custom_headers = nil) + response = delete_async(resource_group_name, server_name, database_name, link_id, custom_headers).value! nil end @@ -58,8 +58,8 @@ def delete(resource_group_name, server_name, database_name, link_id, custom_head # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(resource_group_name, server_name, database_name, link_id, custom_headers:nil) - delete_async(resource_group_name, server_name, database_name, link_id, custom_headers:custom_headers).value! + def delete_with_http_info(resource_group_name, server_name, database_name, link_id, custom_headers = nil) + delete_async(resource_group_name, server_name, database_name, link_id, custom_headers).value! end # @@ -77,7 +77,7 @@ def delete_with_http_info(resource_group_name, server_name, database_name, link_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(resource_group_name, server_name, database_name, link_id, custom_headers:nil) + def delete_async(resource_group_name, server_name, database_name, link_id, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -87,7 +87,6 @@ def delete_async(resource_group_name, server_name, database_name, link_id, custo request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -136,8 +135,8 @@ def delete_async(resource_group_name, server_name, database_name, link_id, custo # # @return [ReplicationLink] operation results. # - def get(resource_group_name, server_name, database_name, link_id, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, link_id, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, link_id, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, link_id, custom_headers).value! response.body unless response.nil? end @@ -155,8 +154,8 @@ def get(resource_group_name, server_name, database_name, link_id, custom_headers # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, link_id, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, link_id, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, link_id, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, link_id, custom_headers).value! end # @@ -173,7 +172,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, link_id, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, link_id, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, link_id, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -183,7 +182,6 @@ def get_async(resource_group_name, server_name, database_name, link_id, custom_h request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -242,8 +240,8 @@ def get_async(resource_group_name, server_name, database_name, link_id, custom_h # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def failover(resource_group_name, server_name, database_name, link_id, custom_headers:nil) - response = failover_async(resource_group_name, server_name, database_name, link_id, custom_headers:custom_headers).value! + def failover(resource_group_name, server_name, database_name, link_id, custom_headers = nil) + response = failover_async(resource_group_name, server_name, database_name, link_id, custom_headers).value! nil end @@ -261,9 +259,9 @@ def failover(resource_group_name, server_name, database_name, link_id, custom_he # @return [Concurrent::Promise] promise which provides async access to http # response. # - def failover_async(resource_group_name, server_name, database_name, link_id, custom_headers:nil) + def failover_async(resource_group_name, server_name, database_name, link_id, custom_headers = nil) # Send request - promise = begin_failover_async(resource_group_name, server_name, database_name, link_id, custom_headers:custom_headers) + promise = begin_failover_async(resource_group_name, server_name, database_name, link_id, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -291,8 +289,8 @@ def failover_async(resource_group_name, server_name, database_name, link_id, cus # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def failover_allow_data_loss(resource_group_name, server_name, database_name, link_id, custom_headers:nil) - response = failover_allow_data_loss_async(resource_group_name, server_name, database_name, link_id, custom_headers:custom_headers).value! + def failover_allow_data_loss(resource_group_name, server_name, database_name, link_id, custom_headers = nil) + response = failover_allow_data_loss_async(resource_group_name, server_name, database_name, link_id, custom_headers).value! nil end @@ -310,9 +308,9 @@ def failover_allow_data_loss(resource_group_name, server_name, database_name, li # @return [Concurrent::Promise] promise which provides async access to http # response. # - def failover_allow_data_loss_async(resource_group_name, server_name, database_name, link_id, custom_headers:nil) + def failover_allow_data_loss_async(resource_group_name, server_name, database_name, link_id, custom_headers = nil) # Send request - promise = begin_failover_allow_data_loss_async(resource_group_name, server_name, database_name, link_id, custom_headers:custom_headers) + promise = begin_failover_allow_data_loss_async(resource_group_name, server_name, database_name, link_id, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -339,8 +337,8 @@ def failover_allow_data_loss_async(resource_group_name, server_name, database_na # # @return [ReplicationLinkListResult] operation results. # - def list_by_database(resource_group_name, server_name, database_name, custom_headers:nil) - response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database(resource_group_name, server_name, database_name, custom_headers = nil) + response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -357,8 +355,8 @@ def list_by_database(resource_group_name, server_name, database_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -374,7 +372,7 @@ def list_by_database_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_async(resource_group_name, server_name, database_name, custom_headers:nil) + def list_by_database_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -383,7 +381,6 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -443,8 +440,8 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust # will be added to the HTTP request. # # - def begin_failover(resource_group_name, server_name, database_name, link_id, custom_headers:nil) - response = begin_failover_async(resource_group_name, server_name, database_name, link_id, custom_headers:custom_headers).value! + def begin_failover(resource_group_name, server_name, database_name, link_id, custom_headers = nil) + response = begin_failover_async(resource_group_name, server_name, database_name, link_id, custom_headers).value! nil end @@ -464,8 +461,8 @@ def begin_failover(resource_group_name, server_name, database_name, link_id, cus # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_failover_with_http_info(resource_group_name, server_name, database_name, link_id, custom_headers:nil) - begin_failover_async(resource_group_name, server_name, database_name, link_id, custom_headers:custom_headers).value! + def begin_failover_with_http_info(resource_group_name, server_name, database_name, link_id, custom_headers = nil) + begin_failover_async(resource_group_name, server_name, database_name, link_id, custom_headers).value! end # @@ -484,7 +481,7 @@ def begin_failover_with_http_info(resource_group_name, server_name, database_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_failover_async(resource_group_name, server_name, database_name, link_id, custom_headers:nil) + def begin_failover_async(resource_group_name, server_name, database_name, link_id, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -494,7 +491,6 @@ def begin_failover_async(resource_group_name, server_name, database_name, link_i request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -544,8 +540,8 @@ def begin_failover_async(resource_group_name, server_name, database_name, link_i # will be added to the HTTP request. # # - def begin_failover_allow_data_loss(resource_group_name, server_name, database_name, link_id, custom_headers:nil) - response = begin_failover_allow_data_loss_async(resource_group_name, server_name, database_name, link_id, custom_headers:custom_headers).value! + def begin_failover_allow_data_loss(resource_group_name, server_name, database_name, link_id, custom_headers = nil) + response = begin_failover_allow_data_loss_async(resource_group_name, server_name, database_name, link_id, custom_headers).value! nil end @@ -565,8 +561,8 @@ def begin_failover_allow_data_loss(resource_group_name, server_name, database_na # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_failover_allow_data_loss_with_http_info(resource_group_name, server_name, database_name, link_id, custom_headers:nil) - begin_failover_allow_data_loss_async(resource_group_name, server_name, database_name, link_id, custom_headers:custom_headers).value! + def begin_failover_allow_data_loss_with_http_info(resource_group_name, server_name, database_name, link_id, custom_headers = nil) + begin_failover_allow_data_loss_async(resource_group_name, server_name, database_name, link_id, custom_headers).value! end # @@ -585,7 +581,7 @@ def begin_failover_allow_data_loss_with_http_info(resource_group_name, server_na # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_failover_allow_data_loss_async(resource_group_name, server_name, database_name, link_id, custom_headers:nil) + def begin_failover_allow_data_loss_async(resource_group_name, server_name, database_name, link_id, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -595,7 +591,6 @@ def begin_failover_allow_data_loss_async(resource_group_name, server_name, datab request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/restorable_dropped_databases.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/restorable_dropped_databases.rb index 64f24b2362..3085e3282c 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/restorable_dropped_databases.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/restorable_dropped_databases.rb @@ -38,8 +38,8 @@ def initialize(client) # # @return [RestorableDroppedDatabase] operation results. # - def get(resource_group_name, server_name, restorable_droppeded_database_id, custom_headers:nil) - response = get_async(resource_group_name, server_name, restorable_droppeded_database_id, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, restorable_droppeded_database_id, custom_headers = nil) + response = get_async(resource_group_name, server_name, restorable_droppeded_database_id, custom_headers).value! response.body unless response.nil? end @@ -57,8 +57,8 @@ def get(resource_group_name, server_name, restorable_droppeded_database_id, cust # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, restorable_droppeded_database_id, custom_headers:nil) - get_async(resource_group_name, server_name, restorable_droppeded_database_id, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, restorable_droppeded_database_id, custom_headers = nil) + get_async(resource_group_name, server_name, restorable_droppeded_database_id, custom_headers).value! end # @@ -75,7 +75,7 @@ def get_with_http_info(resource_group_name, server_name, restorable_droppeded_da # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, restorable_droppeded_database_id, custom_headers:nil) + def get_async(resource_group_name, server_name, restorable_droppeded_database_id, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -84,7 +84,6 @@ def get_async(resource_group_name, server_name, restorable_droppeded_database_id request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -141,8 +140,8 @@ def get_async(resource_group_name, server_name, restorable_droppeded_database_id # # @return [RestorableDroppedDatabaseListResult] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -158,8 +157,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -174,7 +173,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -182,7 +181,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/restore_points.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/restore_points.rb index 1e90fee94f..31ae5d66df 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/restore_points.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/restore_points.rb @@ -38,8 +38,8 @@ def initialize(client) # # @return [RestorePointListResult] operation results. # - def list_by_database(resource_group_name, server_name, database_name, custom_headers:nil) - response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database(resource_group_name, server_name, database_name, custom_headers = nil) + response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -57,8 +57,8 @@ def list_by_database(resource_group_name, server_name, database_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -75,7 +75,7 @@ def list_by_database_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_async(resource_group_name, server_name, database_name, custom_headers:nil) + def list_by_database_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -84,7 +84,6 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_advisors.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_advisors.rb index 51bd37c781..0cd12cc4a5 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_advisors.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_advisors.rb @@ -36,8 +36,8 @@ def initialize(client) # # @return [AdvisorListResult] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -53,8 +53,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -69,7 +69,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -77,7 +77,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -135,8 +134,8 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) # # @return [Advisor] operation results. # - def get(resource_group_name, server_name, advisor_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, advisor_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, advisor_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, advisor_name, custom_headers).value! response.body unless response.nil? end @@ -153,8 +152,8 @@ def get(resource_group_name, server_name, advisor_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, advisor_name, custom_headers:nil) - get_async(resource_group_name, server_name, advisor_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, advisor_name, custom_headers = nil) + get_async(resource_group_name, server_name, advisor_name, custom_headers).value! end # @@ -170,7 +169,7 @@ def get_with_http_info(resource_group_name, server_name, advisor_name, custom_he # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, advisor_name, custom_headers:nil) + def get_async(resource_group_name, server_name, advisor_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'advisor_name is nil' if advisor_name.nil? @@ -179,7 +178,6 @@ def get_async(resource_group_name, server_name, advisor_name, custom_headers:nil request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -238,8 +236,8 @@ def get_async(resource_group_name, server_name, advisor_name, custom_headers:nil # # @return [Advisor] operation results. # - def update(resource_group_name, server_name, advisor_name, parameters, custom_headers:nil) - response = update_async(resource_group_name, server_name, advisor_name, parameters, custom_headers:custom_headers).value! + def update(resource_group_name, server_name, advisor_name, parameters, custom_headers = nil) + response = update_async(resource_group_name, server_name, advisor_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -257,8 +255,8 @@ def update(resource_group_name, server_name, advisor_name, parameters, custom_he # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_with_http_info(resource_group_name, server_name, advisor_name, parameters, custom_headers:nil) - update_async(resource_group_name, server_name, advisor_name, parameters, custom_headers:custom_headers).value! + def update_with_http_info(resource_group_name, server_name, advisor_name, parameters, custom_headers = nil) + update_async(resource_group_name, server_name, advisor_name, parameters, custom_headers).value! end # @@ -275,7 +273,7 @@ def update_with_http_info(resource_group_name, server_name, advisor_name, parame # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_async(resource_group_name, server_name, advisor_name, parameters, custom_headers:nil) + def update_async(resource_group_name, server_name, advisor_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'advisor_name is nil' if advisor_name.nil? @@ -285,12 +283,13 @@ def update_async(resource_group_name, server_name, advisor_name, parameters, cus request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::Advisor.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -351,8 +350,8 @@ def update_async(resource_group_name, server_name, advisor_name, parameters, cus # # @return [Advisor] operation results. # - def create_or_update(resource_group_name, server_name, advisor_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, advisor_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, advisor_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, advisor_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -370,8 +369,8 @@ def create_or_update(resource_group_name, server_name, advisor_name, parameters, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, advisor_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, advisor_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, advisor_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, advisor_name, parameters, custom_headers).value! end # @@ -388,7 +387,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, advisor_na # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, advisor_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, advisor_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'advisor_name is nil' if advisor_name.nil? @@ -398,12 +397,13 @@ def create_or_update_async(resource_group_name, server_name, advisor_name, param request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::Advisor.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_azure_adadministrators.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_azure_adadministrators.rb index c0600e2172..05bead0613 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_azure_adadministrators.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_azure_adadministrators.rb @@ -39,8 +39,8 @@ def initialize(client) # # @return [ServerAzureADAdministrator] operation results. # - def create_or_update(resource_group_name, server_name, properties, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, properties, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, properties, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, properties, custom_headers).value! response.body unless response.nil? end @@ -57,9 +57,9 @@ def create_or_update(resource_group_name, server_name, properties, custom_header # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, properties, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, properties, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, properties, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, properties, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -87,8 +87,8 @@ def create_or_update_async(resource_group_name, server_name, properties, custom_ # # @return [ServerAzureADAdministrator] operation results. # - def delete(resource_group_name, server_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -103,9 +103,9 @@ def delete(resource_group_name, server_name, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def delete_async(resource_group_name, server_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, custom_headers = nil) # Send request - promise = begin_delete_async(resource_group_name, server_name, custom_headers:custom_headers) + promise = begin_delete_async(resource_group_name, server_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -133,8 +133,8 @@ def delete_async(resource_group_name, server_name, custom_headers:nil) # # @return [ServerAzureADAdministrator] operation results. # - def get(resource_group_name, server_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -150,8 +150,8 @@ def get(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, custom_headers:nil) - get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, custom_headers = nil) + get_async(resource_group_name, server_name, custom_headers).value! end # @@ -166,7 +166,7 @@ def get_with_http_info(resource_group_name, server_name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, custom_headers:nil) + def get_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -175,7 +175,6 @@ def get_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -232,8 +231,8 @@ def get_async(resource_group_name, server_name, custom_headers:nil) # # @return [ServerAdministratorListResult] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -249,8 +248,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -265,7 +264,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -273,7 +272,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -333,8 +331,8 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) # # @return [ServerAzureADAdministrator] operation results. # - def begin_create_or_update(resource_group_name, server_name, properties, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, properties, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, properties, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, properties, custom_headers).value! response.body unless response.nil? end @@ -353,8 +351,8 @@ def begin_create_or_update(resource_group_name, server_name, properties, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, properties, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, properties, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, properties, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, properties, custom_headers).value! end # @@ -372,7 +370,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, prop # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, properties, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, properties, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -382,12 +380,13 @@ def begin_create_or_update_async(resource_group_name, server_name, properties, c request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator.mapper() request_content = @client.serialize(request_mapper, properties) @@ -466,8 +465,8 @@ def begin_create_or_update_async(resource_group_name, server_name, properties, c # # @return [ServerAzureADAdministrator] operation results. # - def begin_delete(resource_group_name, server_name, custom_headers:nil) - response = begin_delete_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def begin_delete(resource_group_name, server_name, custom_headers = nil) + response = begin_delete_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -483,8 +482,8 @@ def begin_delete(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_delete_with_http_info(resource_group_name, server_name, custom_headers:nil) - begin_delete_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def begin_delete_with_http_info(resource_group_name, server_name, custom_headers = nil) + begin_delete_async(resource_group_name, server_name, custom_headers).value! end # @@ -499,7 +498,7 @@ def begin_delete_with_http_info(resource_group_name, server_name, custom_headers # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_delete_async(resource_group_name, server_name, custom_headers:nil) + def begin_delete_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -508,7 +507,6 @@ def begin_delete_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_communication_links.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_communication_links.rb index 0858018ec0..907ba90eb5 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_communication_links.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_communication_links.rb @@ -37,8 +37,8 @@ def initialize(client) # will be added to the HTTP request. # # - def delete(resource_group_name, server_name, communication_link_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, communication_link_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, communication_link_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, communication_link_name, custom_headers).value! nil end @@ -56,8 +56,8 @@ def delete(resource_group_name, server_name, communication_link_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(resource_group_name, server_name, communication_link_name, custom_headers:nil) - delete_async(resource_group_name, server_name, communication_link_name, custom_headers:custom_headers).value! + def delete_with_http_info(resource_group_name, server_name, communication_link_name, custom_headers = nil) + delete_async(resource_group_name, server_name, communication_link_name, custom_headers).value! end # @@ -74,7 +74,7 @@ def delete_with_http_info(resource_group_name, server_name, communication_link_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(resource_group_name, server_name, communication_link_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, communication_link_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -83,7 +83,6 @@ def delete_async(resource_group_name, server_name, communication_link_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -132,8 +131,8 @@ def delete_async(resource_group_name, server_name, communication_link_name, cust # # @return [ServerCommunicationLink] operation results. # - def get(resource_group_name, server_name, communication_link_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, communication_link_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, communication_link_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, communication_link_name, custom_headers).value! response.body unless response.nil? end @@ -151,8 +150,8 @@ def get(resource_group_name, server_name, communication_link_name, custom_header # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, communication_link_name, custom_headers:nil) - get_async(resource_group_name, server_name, communication_link_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, communication_link_name, custom_headers = nil) + get_async(resource_group_name, server_name, communication_link_name, custom_headers).value! end # @@ -169,7 +168,7 @@ def get_with_http_info(resource_group_name, server_name, communication_link_name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, communication_link_name, custom_headers:nil) + def get_async(resource_group_name, server_name, communication_link_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -178,7 +177,6 @@ def get_async(resource_group_name, server_name, communication_link_name, custom_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -239,8 +237,8 @@ def get_async(resource_group_name, server_name, communication_link_name, custom_ # # @return [ServerCommunicationLink] operation results. # - def create_or_update(resource_group_name, server_name, communication_link_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, communication_link_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, communication_link_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, communication_link_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -259,9 +257,9 @@ def create_or_update(resource_group_name, server_name, communication_link_name, # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, communication_link_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, communication_link_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, communication_link_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, communication_link_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -289,8 +287,8 @@ def create_or_update_async(resource_group_name, server_name, communication_link_ # # @return [ServerCommunicationLinkListResult] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -306,8 +304,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -322,7 +320,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -330,7 +328,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -391,8 +388,8 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) # # @return [ServerCommunicationLink] operation results. # - def begin_create_or_update(resource_group_name, server_name, communication_link_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, communication_link_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, communication_link_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, communication_link_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -412,8 +409,8 @@ def begin_create_or_update(resource_group_name, server_name, communication_link_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, communication_link_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, communication_link_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, communication_link_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, communication_link_name, parameters, custom_headers).value! end # @@ -432,7 +429,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, comm # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, communication_link_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, communication_link_name, parameters, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -442,12 +439,13 @@ def begin_create_or_update_async(resource_group_name, server_name, communication request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_connection_policies.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_connection_policies.rb index a4baaf0990..55e89a54c5 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_connection_policies.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_connection_policies.rb @@ -38,8 +38,8 @@ def initialize(client) # # @return [ServerConnectionPolicy] operation results. # - def create_or_update(resource_group_name, server_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -57,8 +57,8 @@ def create_or_update(resource_group_name, server_name, parameters, custom_header # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! end # @@ -75,7 +75,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, parameters # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, parameters, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -85,12 +85,13 @@ def create_or_update_async(resource_group_name, server_name, parameters, custom_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -159,8 +160,8 @@ def create_or_update_async(resource_group_name, server_name, parameters, custom_ # # @return [ServerConnectionPolicy] operation results. # - def get(resource_group_name, server_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -176,8 +177,8 @@ def get(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, custom_headers:nil) - get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, custom_headers = nil) + get_async(resource_group_name, server_name, custom_headers).value! end # @@ -192,7 +193,7 @@ def get_with_http_info(resource_group_name, server_name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, custom_headers:nil) + def get_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -201,7 +202,6 @@ def get_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_table_auditing_policies.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_table_auditing_policies.rb index 8f840e6022..91f2fc0441 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_table_auditing_policies.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_table_auditing_policies.rb @@ -37,8 +37,8 @@ def initialize(client) # # @return [ServerTableAuditingPolicy] operation results. # - def get(resource_group_name, server_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -55,8 +55,8 @@ def get(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, custom_headers:nil) - get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, custom_headers = nil) + get_async(resource_group_name, server_name, custom_headers).value! end # @@ -72,7 +72,7 @@ def get_with_http_info(resource_group_name, server_name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, custom_headers:nil) + def get_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? table_auditing_policy_name = 'default' @@ -81,7 +81,6 @@ def get_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -127,7 +126,7 @@ def get_async(resource_group_name, server_name, custom_headers:nil) end # - # Creates or updates a servers's table auditing policy. Table auditing is + # Creates or updates a server's table auditing policy. Table auditing is # deprecated, use blob auditing instead. # # @param resource_group_name [String] The name of the resource group that @@ -141,13 +140,13 @@ def get_async(resource_group_name, server_name, custom_headers:nil) # # @return [ServerTableAuditingPolicy] operation results. # - def create_or_update(resource_group_name, server_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end # - # Creates or updates a servers's table auditing policy. Table auditing is + # Creates or updates a server's table auditing policy. Table auditing is # deprecated, use blob auditing instead. # # @param resource_group_name [String] The name of the resource group that @@ -161,12 +160,12 @@ def create_or_update(resource_group_name, server_name, parameters, custom_header # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! end # - # Creates or updates a servers's table auditing policy. Table auditing is + # Creates or updates a server's table auditing policy. Table auditing is # deprecated, use blob auditing instead. # # @param resource_group_name [String] The name of the resource group that @@ -180,7 +179,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, parameters # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? table_auditing_policy_name = 'default' @@ -190,12 +189,13 @@ def create_or_update_async(resource_group_name, server_name, parameters, custom_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -253,7 +253,7 @@ def create_or_update_async(resource_group_name, server_name, parameters, custom_ end # - # Lists a servers's table auditing policies. Table auditing is deprecated, use + # Lists a server's table auditing policies. Table auditing is deprecated, use # blob auditing instead. # # @param resource_group_name [String] The name of the resource group that @@ -265,13 +265,13 @@ def create_or_update_async(resource_group_name, server_name, parameters, custom_ # # @return [ServerTableAuditingPolicyListResult] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end # - # Lists a servers's table auditing policies. Table auditing is deprecated, use + # Lists a server's table auditing policies. Table auditing is deprecated, use # blob auditing instead. # # @param resource_group_name [String] The name of the resource group that @@ -283,12 +283,12 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # - # Lists a servers's table auditing policies. Table auditing is deprecated, use + # Lists a server's table auditing policies. Table auditing is deprecated, use # blob auditing instead. # # @param resource_group_name [String] The name of the resource group that @@ -300,7 +300,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -308,7 +308,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_usages.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_usages.rb index da2d11583e..2cc94fb86a 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_usages.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/server_usages.rb @@ -36,8 +36,8 @@ def initialize(client) # # @return [ServerUsageListResult] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -53,8 +53,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -69,7 +69,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -77,7 +77,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/servers.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/servers.rb index db4d48074a..d7b05b2606 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/servers.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/servers.rb @@ -34,8 +34,8 @@ def initialize(client) # # @return [CheckNameAvailabilityResponse] operation results. # - def check_name_availability(parameters, custom_headers:nil) - response = check_name_availability_async(parameters, custom_headers:custom_headers).value! + def check_name_availability(parameters, custom_headers = nil) + response = check_name_availability_async(parameters, custom_headers).value! response.body unless response.nil? end @@ -49,8 +49,8 @@ def check_name_availability(parameters, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def check_name_availability_with_http_info(parameters, custom_headers:nil) - check_name_availability_async(parameters, custom_headers:custom_headers).value! + def check_name_availability_with_http_info(parameters, custom_headers = nil) + check_name_availability_async(parameters, custom_headers).value! end # @@ -63,19 +63,20 @@ def check_name_availability_with_http_info(parameters, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def check_name_availability_async(parameters, custom_headers:nil) + def check_name_availability_async(parameters, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'parameters is nil' if parameters.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -130,8 +131,8 @@ def check_name_availability_async(parameters, custom_headers:nil) # # @return [ServerListResult] operation results. # - def list(custom_headers:nil) - response = list_async(custom_headers:custom_headers).value! + def list(custom_headers = nil) + response = list_async(custom_headers).value! response.body unless response.nil? end @@ -143,8 +144,8 @@ def list(custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_with_http_info(custom_headers:nil) - list_async(custom_headers:custom_headers).value! + def list_with_http_info(custom_headers = nil) + list_async(custom_headers).value! end # @@ -155,13 +156,12 @@ def list_with_http_info(custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_async(custom_headers:nil) + def list_async(custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -220,8 +220,8 @@ def list_async(custom_headers:nil) # # @return [Server] operation results. # - def create_or_update(resource_group_name, server_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -239,8 +239,8 @@ def create_or_update(resource_group_name, server_name, parameters, custom_header # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! end # @@ -257,7 +257,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, parameters # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, parameters, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -266,12 +266,13 @@ def create_or_update_async(resource_group_name, server_name, parameters, custom_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::Server.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -342,8 +343,8 @@ def create_or_update_async(resource_group_name, server_name, parameters, custom_ # # @return [Server] operation results. # - def update(resource_group_name, server_name, parameters, custom_headers:nil) - response = update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def update(resource_group_name, server_name, parameters, custom_headers = nil) + response = update_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -361,8 +362,8 @@ def update(resource_group_name, server_name, parameters, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_with_http_info(resource_group_name, server_name, parameters, custom_headers:nil) - update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def update_with_http_info(resource_group_name, server_name, parameters, custom_headers = nil) + update_async(resource_group_name, server_name, parameters, custom_headers).value! end # @@ -379,7 +380,7 @@ def update_with_http_info(resource_group_name, server_name, parameters, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_async(resource_group_name, server_name, parameters, custom_headers:nil) + def update_async(resource_group_name, server_name, parameters, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -388,12 +389,13 @@ def update_async(resource_group_name, server_name, parameters, custom_headers:ni request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::ServerUpdate.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -451,8 +453,8 @@ def update_async(resource_group_name, server_name, parameters, custom_headers:ni # will be added to the HTTP request. # # - def delete(resource_group_name, server_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, custom_headers).value! nil end @@ -468,8 +470,8 @@ def delete(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(resource_group_name, server_name, custom_headers:nil) - delete_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def delete_with_http_info(resource_group_name, server_name, custom_headers = nil) + delete_async(resource_group_name, server_name, custom_headers).value! end # @@ -484,7 +486,7 @@ def delete_with_http_info(resource_group_name, server_name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(resource_group_name, server_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -492,7 +494,6 @@ def delete_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -539,8 +540,8 @@ def delete_async(resource_group_name, server_name, custom_headers:nil) # # @return [Server] operation results. # - def get(resource_group_name, server_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -556,8 +557,8 @@ def get(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, custom_headers:nil) - get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, custom_headers = nil) + get_async(resource_group_name, server_name, custom_headers).value! end # @@ -572,7 +573,7 @@ def get_with_http_info(resource_group_name, server_name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, custom_headers:nil) + def get_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -580,7 +581,6 @@ def get_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -636,8 +636,8 @@ def get_async(resource_group_name, server_name, custom_headers:nil) # # @return [ServerListResult] operation results. # - def list_by_resource_group(resource_group_name, custom_headers:nil) - response = list_by_resource_group_async(resource_group_name, custom_headers:custom_headers).value! + def list_by_resource_group(resource_group_name, custom_headers = nil) + response = list_by_resource_group_async(resource_group_name, custom_headers).value! response.body unless response.nil? end @@ -652,8 +652,8 @@ def list_by_resource_group(resource_group_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_resource_group_with_http_info(resource_group_name, custom_headers:nil) - list_by_resource_group_async(resource_group_name, custom_headers:custom_headers).value! + def list_by_resource_group_with_http_info(resource_group_name, custom_headers = nil) + list_by_resource_group_async(resource_group_name, custom_headers).value! end # @@ -667,14 +667,13 @@ def list_by_resource_group_with_http_info(resource_group_name, custom_headers:ni # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_resource_group_async(resource_group_name, custom_headers:nil) + def list_by_resource_group_async(resource_group_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/service_objectives.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/service_objectives.rb index 5e08a88d61..b90b965de7 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/service_objectives.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/service_objectives.rb @@ -38,8 +38,8 @@ def initialize(client) # # @return [ServiceObjective] operation results. # - def get(resource_group_name, server_name, service_objective_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, service_objective_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, service_objective_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, service_objective_name, custom_headers).value! response.body unless response.nil? end @@ -57,8 +57,8 @@ def get(resource_group_name, server_name, service_objective_name, custom_headers # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, service_objective_name, custom_headers:nil) - get_async(resource_group_name, server_name, service_objective_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, service_objective_name, custom_headers = nil) + get_async(resource_group_name, server_name, service_objective_name, custom_headers).value! end # @@ -75,7 +75,7 @@ def get_with_http_info(resource_group_name, server_name, service_objective_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, service_objective_name, custom_headers:nil) + def get_async(resource_group_name, server_name, service_objective_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -84,7 +84,6 @@ def get_async(resource_group_name, server_name, service_objective_name, custom_h request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -141,8 +140,8 @@ def get_async(resource_group_name, server_name, service_objective_name, custom_h # # @return [ServiceObjectiveListResult] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -158,8 +157,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -174,7 +173,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -182,7 +181,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/service_tier_advisors.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/service_tier_advisors.rb index b37fb82003..1399895b97 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/service_tier_advisors.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/service_tier_advisors.rb @@ -38,8 +38,8 @@ def initialize(client) # # @return [ServiceTierAdvisor] operation results. # - def get(resource_group_name, server_name, database_name, service_tier_advisor_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, service_tier_advisor_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, service_tier_advisor_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, service_tier_advisor_name, custom_headers).value! response.body unless response.nil? end @@ -57,8 +57,8 @@ def get(resource_group_name, server_name, database_name, service_tier_advisor_na # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, service_tier_advisor_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, service_tier_advisor_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, service_tier_advisor_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, service_tier_advisor_name, custom_headers).value! end # @@ -75,7 +75,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, service_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, service_tier_advisor_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, service_tier_advisor_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -85,7 +85,6 @@ def get_async(resource_group_name, server_name, database_name, service_tier_advi request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -143,8 +142,8 @@ def get_async(resource_group_name, server_name, database_name, service_tier_advi # # @return [ServiceTierAdvisorListResult] operation results. # - def list_by_database(resource_group_name, server_name, database_name, custom_headers:nil) - response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database(resource_group_name, server_name, database_name, custom_headers = nil) + response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -161,8 +160,8 @@ def list_by_database(resource_group_name, server_name, database_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -178,7 +177,7 @@ def list_by_database_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_async(resource_group_name, server_name, database_name, custom_headers:nil) + def list_by_database_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -187,7 +186,6 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/sql_management_client.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/sql_management_client.rb index acb5b471e8..8e7caa72c2 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/sql_management_client.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/sql_management_client.rb @@ -24,16 +24,15 @@ class SqlManagementClient < MsRestAzure::AzureServiceClient # subscription. attr_accessor :subscription_id - # @return [String] The preferred language for the response. + # @return [String] Gets or sets the preferred language for the response. attr_accessor :accept_language - # @return [Integer] The retry timeout in seconds for Long Running - # Operations. Default value is 30. + # @return [Integer] Gets or sets the retry timeout in seconds for Long + # Running Operations. Default value is 30. attr_accessor :long_running_operation_retry_timeout - # @return [Boolean] Whether a unique x-ms-client-request-id should be - # generated. When set to true a unique x-ms-client-request-id value is - # generated and included in each request. Default is true. + # @return [Boolean] When set to true a unique x-ms-client-request-id value + # is generated and included in each request. Default is true. attr_accessor :generate_client_request_id # @return [ServerAdvisors] server_advisors @@ -262,9 +261,6 @@ def make_request_async(method, path, options = {}) fail ArgumentError, 'path is nil' if path.nil? request_url = options[:base_url] || @base_url - if(!options[:headers].nil? && !options[:headers]['Content-Type'].nil?) - @request_headers['Content-Type'] = options[:headers]['Content-Type'] - end request_headers = @request_headers request_headers.merge!({'accept-language' => @accept_language}) unless @accept_language.nil? @@ -281,7 +277,9 @@ def make_request_async(method, path, options = {}) # def add_telemetry sdk_information = 'azure_mgmt_sql' - sdk_information = "#{sdk_information}/0.17.1" + if defined? Azure::SQL::Mgmt::V2014_04_01::VERSION + sdk_information = "#{sdk_information}/#{Azure::SQL::Mgmt::V2014_04_01::VERSION}" + end add_user_agent_information(sdk_information) end end diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/transparent_data_encryption_activities.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/transparent_data_encryption_activities.rb index d19877de9b..c1908eab40 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/transparent_data_encryption_activities.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/transparent_data_encryption_activities.rb @@ -38,8 +38,8 @@ def initialize(client) # # @return [TransparentDataEncryptionActivityListResult] operation results. # - def list_by_configuration(resource_group_name, server_name, database_name, custom_headers:nil) - response = list_by_configuration_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_configuration(resource_group_name, server_name, database_name, custom_headers = nil) + response = list_by_configuration_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -57,8 +57,8 @@ def list_by_configuration(resource_group_name, server_name, database_name, custo # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_configuration_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - list_by_configuration_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_configuration_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + list_by_configuration_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -75,7 +75,7 @@ def list_by_configuration_with_http_info(resource_group_name, server_name, datab # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_configuration_async(resource_group_name, server_name, database_name, custom_headers:nil) + def list_by_configuration_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -85,7 +85,6 @@ def list_by_configuration_async(resource_group_name, server_name, database_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/transparent_data_encryption_configurations.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/transparent_data_encryption_configurations.rb index e8131d4ddf..17be6dc7f9 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/transparent_data_encryption_configurations.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/transparent_data_encryption_configurations.rb @@ -40,8 +40,8 @@ def initialize(client) # # @return [TransparentDataEncryptionListResult] operation results. # - def list_by_database(resource_group_name, server_name, database_name, custom_headers:nil) - response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database(resource_group_name, server_name, database_name, custom_headers = nil) + response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -61,8 +61,8 @@ def list_by_database(resource_group_name, server_name, database_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -81,7 +81,7 @@ def list_by_database_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_async(resource_group_name, server_name, database_name, custom_headers:nil) + def list_by_database_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -90,7 +90,6 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/transparent_data_encryptions.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/transparent_data_encryptions.rb index deba8dacc1..da3553608c 100644 --- a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/transparent_data_encryptions.rb +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/transparent_data_encryptions.rb @@ -40,8 +40,8 @@ def initialize(client) # # @return [TransparentDataEncryption] operation results. # - def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -61,8 +61,8 @@ def create_or_update(resource_group_name, server_name, database_name, parameters # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -81,7 +81,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -92,12 +92,13 @@ def create_or_update_async(resource_group_name, server_name, database_name, para request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -168,8 +169,8 @@ def create_or_update_async(resource_group_name, server_name, database_name, para # # @return [TransparentDataEncryption] operation results. # - def get(resource_group_name, server_name, database_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -187,8 +188,8 @@ def get(resource_group_name, server_name, database_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -205,7 +206,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? @@ -215,7 +216,6 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/version.rb b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/version.rb new file mode 100644 index 0000000000..5d66b5eedc --- /dev/null +++ b/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/version.rb @@ -0,0 +1,8 @@ +# 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::SQL::Mgmt::V2014_04_01 + VERSION = '0.16.0' +end diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_advisors.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_advisors.rb index 808021151e..9b4bfc41cf 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_advisors.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_advisors.rb @@ -37,8 +37,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_by_database(resource_group_name, server_name, database_name, custom_headers:nil) - response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database(resource_group_name, server_name, database_name, custom_headers = nil) + response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -55,8 +55,8 @@ def list_by_database(resource_group_name, server_name, database_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -72,7 +72,7 @@ def list_by_database_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_async(resource_group_name, server_name, database_name, custom_headers:nil) + def list_by_database_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -81,7 +81,6 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -114,13 +113,11 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust begin parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) result_mapper = { - client_side_validation: true, required: false, serialized_name: 'parsed_response', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'AdvisorElementType', type: { @@ -156,8 +153,8 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust # # @return [Advisor] operation results. # - def get(resource_group_name, server_name, database_name, advisor_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, advisor_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, advisor_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, advisor_name, custom_headers).value! response.body unless response.nil? end @@ -175,8 +172,8 @@ def get(resource_group_name, server_name, database_name, advisor_name, custom_he # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, advisor_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, advisor_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, advisor_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, advisor_name, custom_headers).value! end # @@ -193,7 +190,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, advisor_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, advisor_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, advisor_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -203,7 +200,6 @@ def get_async(resource_group_name, server_name, database_name, advisor_name, cus request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -263,8 +259,8 @@ def get_async(resource_group_name, server_name, database_name, advisor_name, cus # # @return [Advisor] operation results. # - def update(resource_group_name, server_name, database_name, advisor_name, parameters, custom_headers:nil) - response = update_async(resource_group_name, server_name, database_name, advisor_name, parameters, custom_headers:custom_headers).value! + def update(resource_group_name, server_name, database_name, advisor_name, parameters, custom_headers = nil) + response = update_async(resource_group_name, server_name, database_name, advisor_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -283,8 +279,8 @@ def update(resource_group_name, server_name, database_name, advisor_name, parame # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_with_http_info(resource_group_name, server_name, database_name, advisor_name, parameters, custom_headers:nil) - update_async(resource_group_name, server_name, database_name, advisor_name, parameters, custom_headers:custom_headers).value! + def update_with_http_info(resource_group_name, server_name, database_name, advisor_name, parameters, custom_headers = nil) + update_async(resource_group_name, server_name, database_name, advisor_name, parameters, custom_headers).value! end # @@ -302,7 +298,7 @@ def update_with_http_info(resource_group_name, server_name, database_name, advis # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_async(resource_group_name, server_name, database_name, advisor_name, parameters, custom_headers:nil) + def update_async(resource_group_name, server_name, database_name, advisor_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -313,12 +309,13 @@ def update_async(resource_group_name, server_name, database_name, advisor_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::Advisor.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_automatic_tuning_operations.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_automatic_tuning_operations.rb index ae7ff5feef..76358733a9 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_automatic_tuning_operations.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_automatic_tuning_operations.rb @@ -37,8 +37,8 @@ def initialize(client) # # @return [DatabaseAutomaticTuning] operation results. # - def get(resource_group_name, server_name, database_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -55,8 +55,8 @@ def get(resource_group_name, server_name, database_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -72,7 +72,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -81,7 +81,6 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -141,8 +140,8 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni # # @return [DatabaseAutomaticTuning] operation results. # - def update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -161,8 +160,8 @@ def update(resource_group_name, server_name, database_name, parameters, custom_h # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -180,7 +179,7 @@ def update_with_http_info(resource_group_name, server_name, database_name, param # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -190,12 +189,13 @@ def update_async(resource_group_name, server_name, database_name, parameters, cu request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_blob_auditing_policies.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_blob_auditing_policies.rb index 0d99484e1a..ead20f329b 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_blob_auditing_policies.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_blob_auditing_policies.rb @@ -37,8 +37,8 @@ def initialize(client) # # @return [DatabaseBlobAuditingPolicy] operation results. # - def get(resource_group_name, server_name, database_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -55,8 +55,8 @@ def get(resource_group_name, server_name, database_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -72,7 +72,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -82,7 +82,6 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -142,8 +141,8 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni # # @return [DatabaseBlobAuditingPolicy] operation results. # - def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -162,8 +161,8 @@ def create_or_update(resource_group_name, server_name, database_name, parameters # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -181,7 +180,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -192,12 +191,13 @@ def create_or_update_async(resource_group_name, server_name, database_name, para request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseBlobAuditingPolicy.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_recommended_actions.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_recommended_actions.rb index d25f5d7d84..4964e41ea1 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_recommended_actions.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_recommended_actions.rb @@ -38,8 +38,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_by_database_advisor(resource_group_name, server_name, database_name, advisor_name, custom_headers:nil) - response = list_by_database_advisor_async(resource_group_name, server_name, database_name, advisor_name, custom_headers:custom_headers).value! + def list_by_database_advisor(resource_group_name, server_name, database_name, advisor_name, custom_headers = nil) + response = list_by_database_advisor_async(resource_group_name, server_name, database_name, advisor_name, custom_headers).value! response.body unless response.nil? end @@ -57,8 +57,8 @@ def list_by_database_advisor(resource_group_name, server_name, database_name, ad # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_advisor_with_http_info(resource_group_name, server_name, database_name, advisor_name, custom_headers:nil) - list_by_database_advisor_async(resource_group_name, server_name, database_name, advisor_name, custom_headers:custom_headers).value! + def list_by_database_advisor_with_http_info(resource_group_name, server_name, database_name, advisor_name, custom_headers = nil) + list_by_database_advisor_async(resource_group_name, server_name, database_name, advisor_name, custom_headers).value! end # @@ -75,7 +75,7 @@ def list_by_database_advisor_with_http_info(resource_group_name, server_name, da # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_advisor_async(resource_group_name, server_name, database_name, advisor_name, custom_headers:nil) + def list_by_database_advisor_async(resource_group_name, server_name, database_name, advisor_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -85,7 +85,6 @@ def list_by_database_advisor_async(resource_group_name, server_name, database_na request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -118,13 +117,11 @@ def list_by_database_advisor_async(resource_group_name, server_name, database_na begin parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) result_mapper = { - client_side_validation: true, required: false, serialized_name: 'parsed_response', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RecommendedActionElementType', type: { @@ -162,8 +159,8 @@ def list_by_database_advisor_async(resource_group_name, server_name, database_na # # @return [RecommendedAction] operation results. # - def get(resource_group_name, server_name, database_name, advisor_name, recommended_action_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, advisor_name, recommended_action_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, advisor_name, recommended_action_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, advisor_name, recommended_action_name, custom_headers).value! response.body unless response.nil? end @@ -183,8 +180,8 @@ def get(resource_group_name, server_name, database_name, advisor_name, recommend # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, advisor_name, recommended_action_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, advisor_name, recommended_action_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, advisor_name, recommended_action_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, advisor_name, recommended_action_name, custom_headers).value! end # @@ -203,7 +200,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, advisor_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, advisor_name, recommended_action_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, advisor_name, recommended_action_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -214,7 +211,6 @@ def get_async(resource_group_name, server_name, database_name, advisor_name, rec request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -277,8 +273,8 @@ def get_async(resource_group_name, server_name, database_name, advisor_name, rec # # @return [RecommendedAction] operation results. # - def update(resource_group_name, server_name, database_name, advisor_name, recommended_action_name, parameters, custom_headers:nil) - response = update_async(resource_group_name, server_name, database_name, advisor_name, recommended_action_name, parameters, custom_headers:custom_headers).value! + def update(resource_group_name, server_name, database_name, advisor_name, recommended_action_name, parameters, custom_headers = nil) + response = update_async(resource_group_name, server_name, database_name, advisor_name, recommended_action_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -300,8 +296,8 @@ def update(resource_group_name, server_name, database_name, advisor_name, recomm # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_with_http_info(resource_group_name, server_name, database_name, advisor_name, recommended_action_name, parameters, custom_headers:nil) - update_async(resource_group_name, server_name, database_name, advisor_name, recommended_action_name, parameters, custom_headers:custom_headers).value! + def update_with_http_info(resource_group_name, server_name, database_name, advisor_name, recommended_action_name, parameters, custom_headers = nil) + update_async(resource_group_name, server_name, database_name, advisor_name, recommended_action_name, parameters, custom_headers).value! end # @@ -322,7 +318,7 @@ def update_with_http_info(resource_group_name, server_name, database_name, advis # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_async(resource_group_name, server_name, database_name, advisor_name, recommended_action_name, parameters, custom_headers:nil) + def update_async(resource_group_name, server_name, database_name, advisor_name, recommended_action_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -334,12 +330,13 @@ def update_async(resource_group_name, server_name, database_name, advisor_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/encryption_protectors.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/encryption_protectors.rb index 2139a85324..dd001b6a0b 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/encryption_protectors.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/encryption_protectors.rb @@ -36,8 +36,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - first_page = list_by_server_as_lazy(resource_group_name, server_name, custom_headers:custom_headers) + def list_by_server(resource_group_name, server_name, custom_headers = nil) + first_page = list_by_server_as_lazy(resource_group_name, server_name, custom_headers) first_page.get_all_items end @@ -53,8 +53,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -69,7 +69,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -77,7 +77,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -134,8 +133,8 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) # # @return [EncryptionProtector] operation results. # - def get(resource_group_name, server_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -151,8 +150,8 @@ def get(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, custom_headers:nil) - get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, custom_headers = nil) + get_async(resource_group_name, server_name, custom_headers).value! end # @@ -167,7 +166,7 @@ def get_with_http_info(resource_group_name, server_name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, custom_headers:nil) + def get_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? encryption_protector_name = 'current' @@ -176,7 +175,6 @@ def get_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -235,8 +233,8 @@ def get_async(resource_group_name, server_name, custom_headers:nil) # # @return [EncryptionProtector] operation results. # - def create_or_update(resource_group_name, server_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -253,9 +251,9 @@ def create_or_update(resource_group_name, server_name, parameters, custom_header # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -285,8 +283,8 @@ def create_or_update_async(resource_group_name, server_name, parameters, custom_ # # @return [EncryptionProtector] operation results. # - def begin_create_or_update(resource_group_name, server_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -304,8 +302,8 @@ def begin_create_or_update(resource_group_name, server_name, parameters, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! end # @@ -322,7 +320,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, para # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? encryption_protector_name = 'current' @@ -332,12 +330,13 @@ def begin_create_or_update_async(resource_group_name, server_name, parameters, c request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -394,8 +393,8 @@ def begin_create_or_update_async(resource_group_name, server_name, parameters, c # # @return [EncryptionProtectorListResult] operation results. # - def list_by_server_next(next_page_link, custom_headers:nil) - response = list_by_server_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_server_next(next_page_link, custom_headers = nil) + response = list_by_server_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -409,8 +408,8 @@ def list_by_server_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_next_with_http_info(next_page_link, custom_headers:nil) - list_by_server_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_server_next_with_http_info(next_page_link, custom_headers = nil) + list_by_server_next_async(next_page_link, custom_headers).value! end # @@ -423,12 +422,11 @@ def list_by_server_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_next_async(next_page_link, custom_headers:nil) + def list_by_server_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -485,12 +483,12 @@ def list_by_server_next_async(next_page_link, custom_headers:nil) # @return [EncryptionProtectorListResult] which provide lazy access to pages of # the response. # - def list_by_server_as_lazy(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_as_lazy(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_server_next_async(next_page_link, custom_headers:custom_headers) + list_by_server_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/failover_groups.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/failover_groups.rb index 19f9d0e63e..915d0e7399 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/failover_groups.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/failover_groups.rb @@ -38,8 +38,8 @@ def initialize(client) # # @return [FailoverGroup] operation results. # - def get(resource_group_name, server_name, failover_group_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, failover_group_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, failover_group_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, failover_group_name, custom_headers).value! response.body unless response.nil? end @@ -57,8 +57,8 @@ def get(resource_group_name, server_name, failover_group_name, custom_headers:ni # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, failover_group_name, custom_headers:nil) - get_async(resource_group_name, server_name, failover_group_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, failover_group_name, custom_headers = nil) + get_async(resource_group_name, server_name, failover_group_name, custom_headers).value! end # @@ -75,7 +75,7 @@ def get_with_http_info(resource_group_name, server_name, failover_group_name, cu # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, failover_group_name, custom_headers:nil) + def get_async(resource_group_name, server_name, failover_group_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'failover_group_name is nil' if failover_group_name.nil? @@ -84,7 +84,6 @@ def get_async(resource_group_name, server_name, failover_group_name, custom_head request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -144,8 +143,8 @@ def get_async(resource_group_name, server_name, failover_group_name, custom_head # # @return [FailoverGroup] operation results. # - def create_or_update(resource_group_name, server_name, failover_group_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, failover_group_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -163,9 +162,9 @@ def create_or_update(resource_group_name, server_name, failover_group_name, para # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -193,8 +192,8 @@ def create_or_update_async(resource_group_name, server_name, failover_group_name # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def delete(resource_group_name, server_name, failover_group_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, failover_group_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, failover_group_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, failover_group_name, custom_headers).value! nil end @@ -211,9 +210,9 @@ def delete(resource_group_name, server_name, failover_group_name, custom_headers # @return [Concurrent::Promise] promise which provides async access to http # response. # - def delete_async(resource_group_name, server_name, failover_group_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, failover_group_name, custom_headers = nil) # Send request - promise = begin_delete_async(resource_group_name, server_name, failover_group_name, custom_headers:custom_headers) + promise = begin_delete_async(resource_group_name, server_name, failover_group_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -242,8 +241,8 @@ def delete_async(resource_group_name, server_name, failover_group_name, custom_h # # @return [FailoverGroup] operation results. # - def update(resource_group_name, server_name, failover_group_name, parameters, custom_headers:nil) - response = update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers:custom_headers).value! + def update(resource_group_name, server_name, failover_group_name, parameters, custom_headers = nil) + response = update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -261,9 +260,9 @@ def update(resource_group_name, server_name, failover_group_name, parameters, cu # @return [Concurrent::Promise] promise which provides async access to http # response. # - def update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers:nil) + def update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers = nil) # Send request - promise = begin_update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers:custom_headers) + promise = begin_update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -292,8 +291,8 @@ def update_async(resource_group_name, server_name, failover_group_name, paramete # # @return [Array] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - first_page = list_by_server_as_lazy(resource_group_name, server_name, custom_headers:custom_headers) + def list_by_server(resource_group_name, server_name, custom_headers = nil) + first_page = list_by_server_as_lazy(resource_group_name, server_name, custom_headers) first_page.get_all_items end @@ -310,8 +309,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -327,7 +326,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -335,7 +334,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -394,8 +392,8 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) # # @return [FailoverGroup] operation results. # - def failover(resource_group_name, server_name, failover_group_name, custom_headers:nil) - response = failover_async(resource_group_name, server_name, failover_group_name, custom_headers:custom_headers).value! + def failover(resource_group_name, server_name, failover_group_name, custom_headers = nil) + response = failover_async(resource_group_name, server_name, failover_group_name, custom_headers).value! response.body unless response.nil? end @@ -412,9 +410,9 @@ def failover(resource_group_name, server_name, failover_group_name, custom_heade # @return [Concurrent::Promise] promise which provides async access to http # response. # - def failover_async(resource_group_name, server_name, failover_group_name, custom_headers:nil) + def failover_async(resource_group_name, server_name, failover_group_name, custom_headers = nil) # Send request - promise = begin_failover_async(resource_group_name, server_name, failover_group_name, custom_headers:custom_headers) + promise = begin_failover_async(resource_group_name, server_name, failover_group_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -445,8 +443,8 @@ def failover_async(resource_group_name, server_name, failover_group_name, custom # # @return [FailoverGroup] operation results. # - def force_failover_allow_data_loss(resource_group_name, server_name, failover_group_name, custom_headers:nil) - response = force_failover_allow_data_loss_async(resource_group_name, server_name, failover_group_name, custom_headers:custom_headers).value! + def force_failover_allow_data_loss(resource_group_name, server_name, failover_group_name, custom_headers = nil) + response = force_failover_allow_data_loss_async(resource_group_name, server_name, failover_group_name, custom_headers).value! response.body unless response.nil? end @@ -463,9 +461,9 @@ def force_failover_allow_data_loss(resource_group_name, server_name, failover_gr # @return [Concurrent::Promise] promise which provides async access to http # response. # - def force_failover_allow_data_loss_async(resource_group_name, server_name, failover_group_name, custom_headers:nil) + def force_failover_allow_data_loss_async(resource_group_name, server_name, failover_group_name, custom_headers = nil) # Send request - promise = begin_force_failover_allow_data_loss_async(resource_group_name, server_name, failover_group_name, custom_headers:custom_headers) + promise = begin_force_failover_allow_data_loss_async(resource_group_name, server_name, failover_group_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -496,8 +494,8 @@ def force_failover_allow_data_loss_async(resource_group_name, server_name, failo # # @return [FailoverGroup] operation results. # - def begin_create_or_update(resource_group_name, server_name, failover_group_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, failover_group_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -516,8 +514,8 @@ def begin_create_or_update(resource_group_name, server_name, failover_group_name # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, failover_group_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, failover_group_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers).value! end # @@ -535,7 +533,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, fail # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'failover_group_name is nil' if failover_group_name.nil? @@ -545,12 +543,13 @@ def begin_create_or_update_async(resource_group_name, server_name, failover_grou request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -620,8 +619,8 @@ def begin_create_or_update_async(resource_group_name, server_name, failover_grou # will be added to the HTTP request. # # - def begin_delete(resource_group_name, server_name, failover_group_name, custom_headers:nil) - response = begin_delete_async(resource_group_name, server_name, failover_group_name, custom_headers:custom_headers).value! + def begin_delete(resource_group_name, server_name, failover_group_name, custom_headers = nil) + response = begin_delete_async(resource_group_name, server_name, failover_group_name, custom_headers).value! nil end @@ -639,8 +638,8 @@ def begin_delete(resource_group_name, server_name, failover_group_name, custom_h # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_delete_with_http_info(resource_group_name, server_name, failover_group_name, custom_headers:nil) - begin_delete_async(resource_group_name, server_name, failover_group_name, custom_headers:custom_headers).value! + def begin_delete_with_http_info(resource_group_name, server_name, failover_group_name, custom_headers = nil) + begin_delete_async(resource_group_name, server_name, failover_group_name, custom_headers).value! end # @@ -657,7 +656,7 @@ def begin_delete_with_http_info(resource_group_name, server_name, failover_group # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_delete_async(resource_group_name, server_name, failover_group_name, custom_headers:nil) + def begin_delete_async(resource_group_name, server_name, failover_group_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'failover_group_name is nil' if failover_group_name.nil? @@ -666,7 +665,6 @@ def begin_delete_async(resource_group_name, server_name, failover_group_name, cu request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -716,8 +714,8 @@ def begin_delete_async(resource_group_name, server_name, failover_group_name, cu # # @return [FailoverGroup] operation results. # - def begin_update(resource_group_name, server_name, failover_group_name, parameters, custom_headers:nil) - response = begin_update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers:custom_headers).value! + def begin_update(resource_group_name, server_name, failover_group_name, parameters, custom_headers = nil) + response = begin_update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -736,8 +734,8 @@ def begin_update(resource_group_name, server_name, failover_group_name, paramete # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_update_with_http_info(resource_group_name, server_name, failover_group_name, parameters, custom_headers:nil) - begin_update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers:custom_headers).value! + def begin_update_with_http_info(resource_group_name, server_name, failover_group_name, parameters, custom_headers = nil) + begin_update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers).value! end # @@ -755,7 +753,7 @@ def begin_update_with_http_info(resource_group_name, server_name, failover_group # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers:nil) + def begin_update_async(resource_group_name, server_name, failover_group_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'failover_group_name is nil' if failover_group_name.nil? @@ -765,12 +763,13 @@ def begin_update_async(resource_group_name, server_name, failover_group_name, pa request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -831,8 +830,8 @@ def begin_update_async(resource_group_name, server_name, failover_group_name, pa # # @return [FailoverGroup] operation results. # - def begin_failover(resource_group_name, server_name, failover_group_name, custom_headers:nil) - response = begin_failover_async(resource_group_name, server_name, failover_group_name, custom_headers:custom_headers).value! + def begin_failover(resource_group_name, server_name, failover_group_name, custom_headers = nil) + response = begin_failover_async(resource_group_name, server_name, failover_group_name, custom_headers).value! response.body unless response.nil? end @@ -850,8 +849,8 @@ def begin_failover(resource_group_name, server_name, failover_group_name, custom # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_failover_with_http_info(resource_group_name, server_name, failover_group_name, custom_headers:nil) - begin_failover_async(resource_group_name, server_name, failover_group_name, custom_headers:custom_headers).value! + def begin_failover_with_http_info(resource_group_name, server_name, failover_group_name, custom_headers = nil) + begin_failover_async(resource_group_name, server_name, failover_group_name, custom_headers).value! end # @@ -868,7 +867,7 @@ def begin_failover_with_http_info(resource_group_name, server_name, failover_gro # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_failover_async(resource_group_name, server_name, failover_group_name, custom_headers:nil) + def begin_failover_async(resource_group_name, server_name, failover_group_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'failover_group_name is nil' if failover_group_name.nil? @@ -877,7 +876,6 @@ def begin_failover_async(resource_group_name, server_name, failover_group_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -937,8 +935,8 @@ def begin_failover_async(resource_group_name, server_name, failover_group_name, # # @return [FailoverGroup] operation results. # - def begin_force_failover_allow_data_loss(resource_group_name, server_name, failover_group_name, custom_headers:nil) - response = begin_force_failover_allow_data_loss_async(resource_group_name, server_name, failover_group_name, custom_headers:custom_headers).value! + def begin_force_failover_allow_data_loss(resource_group_name, server_name, failover_group_name, custom_headers = nil) + response = begin_force_failover_allow_data_loss_async(resource_group_name, server_name, failover_group_name, custom_headers).value! response.body unless response.nil? end @@ -957,8 +955,8 @@ def begin_force_failover_allow_data_loss(resource_group_name, server_name, failo # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_force_failover_allow_data_loss_with_http_info(resource_group_name, server_name, failover_group_name, custom_headers:nil) - begin_force_failover_allow_data_loss_async(resource_group_name, server_name, failover_group_name, custom_headers:custom_headers).value! + def begin_force_failover_allow_data_loss_with_http_info(resource_group_name, server_name, failover_group_name, custom_headers = nil) + begin_force_failover_allow_data_loss_async(resource_group_name, server_name, failover_group_name, custom_headers).value! end # @@ -976,7 +974,7 @@ def begin_force_failover_allow_data_loss_with_http_info(resource_group_name, ser # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_force_failover_allow_data_loss_async(resource_group_name, server_name, failover_group_name, custom_headers:nil) + def begin_force_failover_allow_data_loss_async(resource_group_name, server_name, failover_group_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'failover_group_name is nil' if failover_group_name.nil? @@ -985,7 +983,6 @@ def begin_force_failover_allow_data_loss_async(resource_group_name, server_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1040,8 +1037,8 @@ def begin_force_failover_allow_data_loss_async(resource_group_name, server_name, # # @return [FailoverGroupListResult] operation results. # - def list_by_server_next(next_page_link, custom_headers:nil) - response = list_by_server_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_server_next(next_page_link, custom_headers = nil) + response = list_by_server_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -1055,8 +1052,8 @@ def list_by_server_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_next_with_http_info(next_page_link, custom_headers:nil) - list_by_server_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_server_next_with_http_info(next_page_link, custom_headers = nil) + list_by_server_next_async(next_page_link, custom_headers).value! end # @@ -1069,12 +1066,11 @@ def list_by_server_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_next_async(next_page_link, custom_headers:nil) + def list_by_server_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1132,12 +1128,12 @@ def list_by_server_next_async(next_page_link, custom_headers:nil) # @return [FailoverGroupListResult] which provide lazy access to pages of the # response. # - def list_by_server_as_lazy(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_as_lazy(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_server_next_async(next_page_link, custom_headers:custom_headers) + list_by_server_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/firewall_rules.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/firewall_rules.rb index 7cb3694861..1e594f820f 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/firewall_rules.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/firewall_rules.rb @@ -37,8 +37,8 @@ def initialize(client) # # @return [FirewallRule] operation results. # - def get(resource_group_name, server_name, firewall_rule_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, firewall_rule_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, firewall_rule_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, firewall_rule_name, custom_headers).value! response.body unless response.nil? end @@ -55,8 +55,8 @@ def get(resource_group_name, server_name, firewall_rule_name, custom_headers:nil # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, firewall_rule_name, custom_headers:nil) - get_async(resource_group_name, server_name, firewall_rule_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, firewall_rule_name, custom_headers = nil) + get_async(resource_group_name, server_name, firewall_rule_name, custom_headers).value! end # @@ -72,7 +72,7 @@ def get_with_http_info(resource_group_name, server_name, firewall_rule_name, cus # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, firewall_rule_name, custom_headers:nil) + def get_async(resource_group_name, server_name, firewall_rule_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'firewall_rule_name is nil' if firewall_rule_name.nil? @@ -81,7 +81,6 @@ def get_async(resource_group_name, server_name, firewall_rule_name, custom_heade request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -141,8 +140,8 @@ def get_async(resource_group_name, server_name, firewall_rule_name, custom_heade # # @return [FirewallRule] operation results. # - def create_or_update(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -161,8 +160,8 @@ def create_or_update(resource_group_name, server_name, firewall_rule_name, param # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers).value! end # @@ -180,7 +179,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, firewall_r # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'firewall_rule_name is nil' if firewall_rule_name.nil? @@ -190,12 +189,13 @@ def create_or_update_async(resource_group_name, server_name, firewall_rule_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -264,8 +264,8 @@ def create_or_update_async(resource_group_name, server_name, firewall_rule_name, # will be added to the HTTP request. # # - def delete(resource_group_name, server_name, firewall_rule_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, firewall_rule_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, firewall_rule_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, firewall_rule_name, custom_headers).value! nil end @@ -282,8 +282,8 @@ def delete(resource_group_name, server_name, firewall_rule_name, custom_headers: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(resource_group_name, server_name, firewall_rule_name, custom_headers:nil) - delete_async(resource_group_name, server_name, firewall_rule_name, custom_headers:custom_headers).value! + def delete_with_http_info(resource_group_name, server_name, firewall_rule_name, custom_headers = nil) + delete_async(resource_group_name, server_name, firewall_rule_name, custom_headers).value! end # @@ -299,7 +299,7 @@ def delete_with_http_info(resource_group_name, server_name, firewall_rule_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(resource_group_name, server_name, firewall_rule_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, firewall_rule_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'firewall_rule_name is nil' if firewall_rule_name.nil? @@ -308,7 +308,6 @@ def delete_async(resource_group_name, server_name, firewall_rule_name, custom_he request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -355,8 +354,8 @@ def delete_async(resource_group_name, server_name, firewall_rule_name, custom_he # # @return [Array] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - first_page = list_by_server_as_lazy(resource_group_name, server_name, custom_headers:custom_headers) + def list_by_server(resource_group_name, server_name, custom_headers = nil) + first_page = list_by_server_as_lazy(resource_group_name, server_name, custom_headers) first_page.get_all_items end @@ -372,8 +371,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -388,7 +387,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -396,7 +395,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -454,8 +452,8 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) # # @return [FirewallRule] operation results. # - def replace(resource_group_name, server_name, parameters, custom_headers:nil) - response = replace_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def replace(resource_group_name, server_name, parameters, custom_headers = nil) + response = replace_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -472,8 +470,8 @@ def replace(resource_group_name, server_name, parameters, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def replace_with_http_info(resource_group_name, server_name, parameters, custom_headers:nil) - replace_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def replace_with_http_info(resource_group_name, server_name, parameters, custom_headers = nil) + replace_async(resource_group_name, server_name, parameters, custom_headers).value! end # @@ -489,7 +487,7 @@ def replace_with_http_info(resource_group_name, server_name, parameters, custom_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def replace_async(resource_group_name, server_name, parameters, custom_headers:nil) + def replace_async(resource_group_name, server_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'parameters is nil' if parameters.nil? @@ -498,12 +496,13 @@ def replace_async(resource_group_name, server_name, parameters, custom_headers:n request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleList.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -560,8 +559,8 @@ def replace_async(resource_group_name, server_name, parameters, custom_headers:n # # @return [FirewallRuleListResult] operation results. # - def list_by_server_next(next_page_link, custom_headers:nil) - response = list_by_server_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_server_next(next_page_link, custom_headers = nil) + response = list_by_server_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -575,8 +574,8 @@ def list_by_server_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_next_with_http_info(next_page_link, custom_headers:nil) - list_by_server_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_server_next_with_http_info(next_page_link, custom_headers = nil) + list_by_server_next_async(next_page_link, custom_headers).value! end # @@ -589,12 +588,11 @@ def list_by_server_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_next_async(next_page_link, custom_headers:nil) + def list_by_server_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -651,12 +649,12 @@ def list_by_server_next_async(next_page_link, custom_headers:nil) # @return [FirewallRuleListResult] which provide lazy access to pages of the # response. # - def list_by_server_as_lazy(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_as_lazy(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_server_next_async(next_page_link, custom_headers:custom_headers) + list_by_server_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/managed_instances.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/managed_instances.rb index 2809b82266..a509cafc55 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/managed_instances.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/managed_instances.rb @@ -32,8 +32,8 @@ def initialize(client) # # @return [Array] operation results. # - def list(custom_headers:nil) - first_page = list_as_lazy(custom_headers:custom_headers) + def list(custom_headers = nil) + first_page = list_as_lazy(custom_headers) first_page.get_all_items end @@ -45,8 +45,8 @@ def list(custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_with_http_info(custom_headers:nil) - list_async(custom_headers:custom_headers).value! + def list_with_http_info(custom_headers = nil) + list_async(custom_headers).value! end # @@ -57,13 +57,12 @@ def list_with_http_info(custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_async(custom_headers:nil) + def list_async(custom_headers = nil) fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -119,8 +118,8 @@ def list_async(custom_headers:nil) # # @return [Array] operation results. # - def list_by_resource_group(resource_group_name, custom_headers:nil) - first_page = list_by_resource_group_as_lazy(resource_group_name, custom_headers:custom_headers) + def list_by_resource_group(resource_group_name, custom_headers = nil) + first_page = list_by_resource_group_as_lazy(resource_group_name, custom_headers) first_page.get_all_items end @@ -135,8 +134,8 @@ def list_by_resource_group(resource_group_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_resource_group_with_http_info(resource_group_name, custom_headers:nil) - list_by_resource_group_async(resource_group_name, custom_headers:custom_headers).value! + def list_by_resource_group_with_http_info(resource_group_name, custom_headers = nil) + list_by_resource_group_async(resource_group_name, custom_headers).value! end # @@ -150,14 +149,13 @@ def list_by_resource_group_with_http_info(resource_group_name, custom_headers:ni # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_resource_group_async(resource_group_name, custom_headers:nil) + def list_by_resource_group_async(resource_group_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -214,8 +212,8 @@ def list_by_resource_group_async(resource_group_name, custom_headers:nil) # # @return [ManagedInstance] operation results. # - def get(resource_group_name, managed_instance_name, custom_headers:nil) - response = get_async(resource_group_name, managed_instance_name, custom_headers:custom_headers).value! + def get(resource_group_name, managed_instance_name, custom_headers = nil) + response = get_async(resource_group_name, managed_instance_name, custom_headers).value! response.body unless response.nil? end @@ -231,8 +229,8 @@ def get(resource_group_name, managed_instance_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, managed_instance_name, custom_headers:nil) - get_async(resource_group_name, managed_instance_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, managed_instance_name, custom_headers = nil) + get_async(resource_group_name, managed_instance_name, custom_headers).value! end # @@ -247,7 +245,7 @@ def get_with_http_info(resource_group_name, managed_instance_name, custom_header # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, managed_instance_name, custom_headers:nil) + def get_async(resource_group_name, managed_instance_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -255,7 +253,6 @@ def get_async(resource_group_name, managed_instance_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -314,8 +311,8 @@ def get_async(resource_group_name, managed_instance_name, custom_headers:nil) # # @return [ManagedInstance] operation results. # - def create_or_update(resource_group_name, managed_instance_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, managed_instance_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, managed_instance_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, managed_instance_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -332,9 +329,9 @@ def create_or_update(resource_group_name, managed_instance_name, parameters, cus # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, managed_instance_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, managed_instance_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, managed_instance_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, managed_instance_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -360,8 +357,8 @@ def create_or_update_async(resource_group_name, managed_instance_name, parameter # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def delete(resource_group_name, managed_instance_name, custom_headers:nil) - response = delete_async(resource_group_name, managed_instance_name, custom_headers:custom_headers).value! + def delete(resource_group_name, managed_instance_name, custom_headers = nil) + response = delete_async(resource_group_name, managed_instance_name, custom_headers).value! nil end @@ -376,9 +373,9 @@ def delete(resource_group_name, managed_instance_name, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def delete_async(resource_group_name, managed_instance_name, custom_headers:nil) + def delete_async(resource_group_name, managed_instance_name, custom_headers = nil) # Send request - promise = begin_delete_async(resource_group_name, managed_instance_name, custom_headers:custom_headers) + promise = begin_delete_async(resource_group_name, managed_instance_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -406,8 +403,8 @@ def delete_async(resource_group_name, managed_instance_name, custom_headers:nil) # # @return [ManagedInstance] operation results. # - def update(resource_group_name, managed_instance_name, parameters, custom_headers:nil) - response = update_async(resource_group_name, managed_instance_name, parameters, custom_headers:custom_headers).value! + def update(resource_group_name, managed_instance_name, parameters, custom_headers = nil) + response = update_async(resource_group_name, managed_instance_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -424,9 +421,9 @@ def update(resource_group_name, managed_instance_name, parameters, custom_header # @return [Concurrent::Promise] promise which provides async access to http # response. # - def update_async(resource_group_name, managed_instance_name, parameters, custom_headers:nil) + def update_async(resource_group_name, managed_instance_name, parameters, custom_headers = nil) # Send request - promise = begin_update_async(resource_group_name, managed_instance_name, parameters, custom_headers:custom_headers) + promise = begin_update_async(resource_group_name, managed_instance_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -456,8 +453,8 @@ def update_async(resource_group_name, managed_instance_name, parameters, custom_ # # @return [ManagedInstance] operation results. # - def begin_create_or_update(resource_group_name, managed_instance_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, managed_instance_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, managed_instance_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, managed_instance_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -475,8 +472,8 @@ def begin_create_or_update(resource_group_name, managed_instance_name, parameter # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, managed_instance_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, managed_instance_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, managed_instance_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, managed_instance_name, parameters, custom_headers).value! end # @@ -493,7 +490,7 @@ def begin_create_or_update_with_http_info(resource_group_name, managed_instance_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, managed_instance_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, managed_instance_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? fail ArgumentError, 'parameters is nil' if parameters.nil? @@ -502,12 +499,13 @@ def begin_create_or_update_async(resource_group_name, managed_instance_name, par request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -575,8 +573,8 @@ def begin_create_or_update_async(resource_group_name, managed_instance_name, par # will be added to the HTTP request. # # - def begin_delete(resource_group_name, managed_instance_name, custom_headers:nil) - response = begin_delete_async(resource_group_name, managed_instance_name, custom_headers:custom_headers).value! + def begin_delete(resource_group_name, managed_instance_name, custom_headers = nil) + response = begin_delete_async(resource_group_name, managed_instance_name, custom_headers).value! nil end @@ -592,8 +590,8 @@ def begin_delete(resource_group_name, managed_instance_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_delete_with_http_info(resource_group_name, managed_instance_name, custom_headers:nil) - begin_delete_async(resource_group_name, managed_instance_name, custom_headers:custom_headers).value! + def begin_delete_with_http_info(resource_group_name, managed_instance_name, custom_headers = nil) + begin_delete_async(resource_group_name, managed_instance_name, custom_headers).value! end # @@ -608,7 +606,7 @@ def begin_delete_with_http_info(resource_group_name, managed_instance_name, cust # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_delete_async(resource_group_name, managed_instance_name, custom_headers:nil) + def begin_delete_async(resource_group_name, managed_instance_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -616,7 +614,6 @@ def begin_delete_async(resource_group_name, managed_instance_name, custom_header request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -665,8 +662,8 @@ def begin_delete_async(resource_group_name, managed_instance_name, custom_header # # @return [ManagedInstance] operation results. # - def begin_update(resource_group_name, managed_instance_name, parameters, custom_headers:nil) - response = begin_update_async(resource_group_name, managed_instance_name, parameters, custom_headers:custom_headers).value! + def begin_update(resource_group_name, managed_instance_name, parameters, custom_headers = nil) + response = begin_update_async(resource_group_name, managed_instance_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -684,8 +681,8 @@ def begin_update(resource_group_name, managed_instance_name, parameters, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_update_with_http_info(resource_group_name, managed_instance_name, parameters, custom_headers:nil) - begin_update_async(resource_group_name, managed_instance_name, parameters, custom_headers:custom_headers).value! + def begin_update_with_http_info(resource_group_name, managed_instance_name, parameters, custom_headers = nil) + begin_update_async(resource_group_name, managed_instance_name, parameters, custom_headers).value! end # @@ -702,7 +699,7 @@ def begin_update_with_http_info(resource_group_name, managed_instance_name, para # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_update_async(resource_group_name, managed_instance_name, parameters, custom_headers:nil) + def begin_update_async(resource_group_name, managed_instance_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? fail ArgumentError, 'parameters is nil' if parameters.nil? @@ -711,12 +708,13 @@ def begin_update_async(resource_group_name, managed_instance_name, parameters, c request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceUpdate.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -773,8 +771,8 @@ def begin_update_async(resource_group_name, managed_instance_name, parameters, c # # @return [ManagedInstanceListResult] operation results. # - def list_next(next_page_link, custom_headers:nil) - response = list_next_async(next_page_link, custom_headers:custom_headers).value! + def list_next(next_page_link, custom_headers = nil) + response = list_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -788,8 +786,8 @@ def list_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_next_with_http_info(next_page_link, custom_headers:nil) - list_next_async(next_page_link, custom_headers:custom_headers).value! + def list_next_with_http_info(next_page_link, custom_headers = nil) + list_next_async(next_page_link, custom_headers).value! end # @@ -802,12 +800,11 @@ def list_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_next_async(next_page_link, custom_headers:nil) + def list_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -861,8 +858,8 @@ def list_next_async(next_page_link, custom_headers:nil) # # @return [ManagedInstanceListResult] operation results. # - def list_by_resource_group_next(next_page_link, custom_headers:nil) - response = list_by_resource_group_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_resource_group_next(next_page_link, custom_headers = nil) + response = list_by_resource_group_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -876,8 +873,8 @@ def list_by_resource_group_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_resource_group_next_with_http_info(next_page_link, custom_headers:nil) - list_by_resource_group_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_resource_group_next_with_http_info(next_page_link, custom_headers = nil) + list_by_resource_group_next_async(next_page_link, custom_headers).value! end # @@ -890,12 +887,11 @@ def list_by_resource_group_next_with_http_info(next_page_link, custom_headers:ni # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_resource_group_next_async(next_page_link, custom_headers:nil) + def list_by_resource_group_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -948,12 +944,12 @@ def list_by_resource_group_next_async(next_page_link, custom_headers:nil) # @return [ManagedInstanceListResult] which provide lazy access to pages of the # response. # - def list_as_lazy(custom_headers:nil) - response = list_async(custom_headers:custom_headers).value! + def list_as_lazy(custom_headers = nil) + response = list_async(custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_next_async(next_page_link, custom_headers:custom_headers) + list_next_async(next_page_link, custom_headers) end page end @@ -971,12 +967,12 @@ def list_as_lazy(custom_headers:nil) # @return [ManagedInstanceListResult] which provide lazy access to pages of the # response. # - def list_by_resource_group_as_lazy(resource_group_name, custom_headers:nil) - response = list_by_resource_group_async(resource_group_name, custom_headers:custom_headers).value! + def list_by_resource_group_as_lazy(resource_group_name, custom_headers = nil) + response = list_by_resource_group_async(resource_group_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_resource_group_next_async(next_page_link, custom_headers:custom_headers) + list_by_resource_group_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/advisor.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/advisor.rb index bd665b5390..f0759e7094 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/advisor.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/advisor.rb @@ -6,7 +6,7 @@ module Azure::SQL::Mgmt::V2015_05_01_preview module Models # - # Database, Server or Elatic Pool Advisor. + # Database, Server or Elastic Pool Advisor. # class Advisor < ProxyResource @@ -32,8 +32,8 @@ class Advisor < ProxyResource # @return [AutoExecuteStatusInheritedFrom] Gets the resource from which # current value of auto-execute status is inherited. Auto-execute status - # can be set on (and inhertied from) different levels in the resource - # heirarchy. Possible values are 'Subscription', 'Server', 'ElasticPool', + # can be set on (and inherited from) different levels in the resource + # hierarchy. Possible values are 'Subscription', 'Server', 'ElasticPool', # 'Database' and 'Default' (when status is not explicitly set on any # level). Possible values include: 'Default', 'Subscription', 'Server', # 'ElasticPool', 'Database' @@ -61,7 +61,6 @@ class Advisor < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Advisor', type: { @@ -69,7 +68,6 @@ def self.mapper() class_name: 'Advisor', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -78,7 +76,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -87,7 +84,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -96,7 +92,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'kind', @@ -105,7 +100,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -114,7 +108,6 @@ def self.mapper() } }, advisor_status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.advisorStatus', @@ -124,7 +117,6 @@ def self.mapper() } }, auto_execute_status: { - client_side_validation: true, required: true, serialized_name: 'properties.autoExecuteStatus', type: { @@ -133,7 +125,6 @@ def self.mapper() } }, auto_execute_status_inherited_from: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.autoExecuteStatusInheritedFrom', @@ -143,7 +134,6 @@ def self.mapper() } }, recommendations_status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.recommendationsStatus', @@ -152,7 +142,6 @@ def self.mapper() } }, last_checked: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastChecked', @@ -161,14 +150,12 @@ def self.mapper() } }, recommended_actions: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.recommendedActions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RecommendedActionElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_options.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_options.rb index 3c510b227c..936497e645 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_options.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_options.rb @@ -37,7 +37,6 @@ class AutomaticTuningOptions # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutomaticTuningOptions', type: { @@ -45,7 +44,6 @@ def self.mapper() class_name: 'AutomaticTuningOptions', model_properties: { desired_state: { - client_side_validation: true, required: false, serialized_name: 'desiredState', type: { @@ -54,7 +52,6 @@ def self.mapper() } }, actual_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'actualState', @@ -64,7 +61,6 @@ def self.mapper() } }, reason_code: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'reasonCode', @@ -73,7 +69,6 @@ def self.mapper() } }, reason_desc: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'reasonDesc', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/database_automatic_tuning.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/database_automatic_tuning.rb index 531803b7d0..6371b2a6b6 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/database_automatic_tuning.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/database_automatic_tuning.rb @@ -31,7 +31,6 @@ class DatabaseAutomaticTuning < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DatabaseAutomaticTuning', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'DatabaseAutomaticTuning', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -48,7 +46,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -57,7 +54,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -66,7 +62,6 @@ def self.mapper() } }, desired_state: { - client_side_validation: true, required: false, serialized_name: 'properties.desiredState', type: { @@ -75,7 +70,6 @@ def self.mapper() } }, actual_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.actualState', @@ -85,13 +79,11 @@ def self.mapper() } }, options: { - client_side_validation: true, required: false, serialized_name: 'properties.options', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'AutomaticTuningOptionsElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/database_blob_auditing_policy.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/database_blob_auditing_policy.rb index 3cfd82102b..e8e3492837 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/database_blob_auditing_policy.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/database_blob_auditing_policy.rb @@ -16,7 +16,7 @@ class DatabaseBlobAuditingPolicy < ProxyResource attr_accessor :kind # @return [BlobAuditingPolicyState] Specifies the state of the policy. If - # state is Enabled, storageEndpoint and storageAccountAccessKey are + # state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled are # required. Possible values include: 'Enabled', 'Disabled' attr_accessor :state @@ -26,11 +26,12 @@ class DatabaseBlobAuditingPolicy < ProxyResource attr_accessor :storage_endpoint # @return [String] Specifies the identifier key of the auditing storage - # account. If state is Enabled, storageAccountAccessKey is required. + # account. If state is Enabled and storageEndpoint is specified, + # storageAccountAccessKey is required. attr_accessor :storage_account_access_key # @return [Integer] Specifies the number of days to keep in the audit - # logs. + # logs in the storage account. attr_accessor :retention_days # @return [Array] Specifies the Actions-Groups and Actions to @@ -91,12 +92,12 @@ class DatabaseBlobAuditingPolicy < ProxyResource # REFERENCES # # The general form for defining an action to be audited is: - # ON BY + # {action} ON {object} BY {principal} # # Note that in the above format can refer to an object like a # table, view, or stored procedure, or an entire database or schema. For - # the latter cases, the forms DATABASE:: and - # SCHEMA:: are used, respectively. + # the latter cases, the forms DATABASE::{db_name} and + # SCHEMA::{schema_name} are used, respectively. # # For example: # SELECT on dbo.myTable by public @@ -114,6 +115,28 @@ class DatabaseBlobAuditingPolicy < ProxyResource # the storage's secondary key. attr_accessor :is_storage_secondary_key_in_use + # @return [Boolean] Specifies whether audit events are sent to Azure + # Monitor. + # In order to send the events to Azure Monitor, specify 'State' as + # 'Enabled' and 'IsAzureMonitorTargetEnabled' as true. + # + # When using REST API to configure auditing, Diagnostic Settings with + # 'SQLSecurityAuditEvents' diagnostic logs category on the database + # should be also created. + # Note that for server level audit you should use the 'master' database + # as {databaseName}. + # + # Diagnostic Settings URI format: + # PUT + # https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview + # + # For more information, see [Diagnostic Settings REST + # API](https://go.microsoft.com/fwlink/?linkid=2033207) + # or [Diagnostic Settings + # PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043) + # + attr_accessor :is_azure_monitor_target_enabled + # # Mapper for DatabaseBlobAuditingPolicy class as Ruby Hash. @@ -121,7 +144,6 @@ class DatabaseBlobAuditingPolicy < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DatabaseBlobAuditingPolicy', type: { @@ -129,7 +151,6 @@ def self.mapper() class_name: 'DatabaseBlobAuditingPolicy', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -138,7 +159,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -147,7 +167,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -156,7 +175,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'kind', @@ -165,7 +183,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: true, serialized_name: 'properties.state', type: { @@ -174,7 +191,6 @@ def self.mapper() } }, storage_endpoint: { - client_side_validation: true, required: false, serialized_name: 'properties.storageEndpoint', type: { @@ -182,7 +198,6 @@ def self.mapper() } }, storage_account_access_key: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountAccessKey', type: { @@ -190,7 +205,6 @@ def self.mapper() } }, retention_days: { - client_side_validation: true, required: false, serialized_name: 'properties.retentionDays', type: { @@ -198,13 +212,11 @@ def self.mapper() } }, audit_actions_and_groups: { - client_side_validation: true, required: false, serialized_name: 'properties.auditActionsAndGroups', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -214,7 +226,6 @@ def self.mapper() } }, storage_account_subscription_id: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountSubscriptionId', type: { @@ -222,12 +233,18 @@ def self.mapper() } }, is_storage_secondary_key_in_use: { - client_side_validation: true, required: false, serialized_name: 'properties.isStorageSecondaryKeyInUse', type: { name: 'Boolean' } + }, + is_azure_monitor_target_enabled: { + required: false, + serialized_name: 'properties.isAzureMonitorTargetEnabled', + type: { + name: 'Boolean' + } } } } diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/encryption_protector.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/encryption_protector.rb index 72b8688afc..10185615eb 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/encryption_protector.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/encryption_protector.rb @@ -43,7 +43,6 @@ class EncryptionProtector < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'EncryptionProtector', type: { @@ -51,7 +50,6 @@ def self.mapper() class_name: 'EncryptionProtector', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -60,7 +58,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -69,7 +66,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -78,7 +74,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -86,7 +81,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -95,7 +89,6 @@ def self.mapper() } }, subregion: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.subregion', @@ -104,7 +97,6 @@ def self.mapper() } }, server_key_name: { - client_side_validation: true, required: false, serialized_name: 'properties.serverKeyName', type: { @@ -112,7 +104,6 @@ def self.mapper() } }, server_key_type: { - client_side_validation: true, required: true, serialized_name: 'properties.serverKeyType', type: { @@ -120,7 +111,6 @@ def self.mapper() } }, uri: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.uri', @@ -129,7 +119,6 @@ def self.mapper() } }, thumbprint: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.thumbprint', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/encryption_protector_list_result.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/encryption_protector_list_result.rb index 7553083967..e71e771216 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/encryption_protector_list_result.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/encryption_protector_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'EncryptionProtectorListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'EncryptionProtectorListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'EncryptionProtectorElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group.rb index 2acb4797c2..eefddaa916 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group.rb @@ -48,7 +48,6 @@ class FailoverGroup < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'FailoverGroup', type: { @@ -56,7 +55,6 @@ def self.mapper() class_name: 'FailoverGroup', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -65,7 +63,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -74,7 +71,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -83,7 +79,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -92,13 +87,11 @@ def self.mapper() } }, tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -108,7 +101,6 @@ def self.mapper() } }, read_write_endpoint: { - client_side_validation: true, required: true, serialized_name: 'properties.readWriteEndpoint', type: { @@ -117,7 +109,6 @@ def self.mapper() } }, read_only_endpoint: { - client_side_validation: true, required: false, serialized_name: 'properties.readOnlyEndpoint', type: { @@ -126,7 +117,6 @@ def self.mapper() } }, replication_role: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.replicationRole', @@ -135,7 +125,6 @@ def self.mapper() } }, replication_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.replicationState', @@ -144,13 +133,11 @@ def self.mapper() } }, partner_servers: { - client_side_validation: true, required: true, serialized_name: 'properties.partnerServers', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'PartnerInfoElementType', type: { @@ -161,13 +148,11 @@ def self.mapper() } }, databases: { - client_side_validation: true, required: false, serialized_name: 'properties.databases', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group_list_result.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group_list_result.rb index 063ac6edf0..dc51a92490 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group_list_result.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'FailoverGroupListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'FailoverGroupListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'FailoverGroupElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group_read_only_endpoint.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group_read_only_endpoint.rb index 4d06517e70..0768b5750b 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group_read_only_endpoint.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group_read_only_endpoint.rb @@ -24,7 +24,6 @@ class FailoverGroupReadOnlyEndpoint # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'FailoverGroupReadOnlyEndpoint', type: { @@ -32,7 +31,6 @@ def self.mapper() class_name: 'FailoverGroupReadOnlyEndpoint', model_properties: { failover_policy: { - client_side_validation: true, required: false, serialized_name: 'failoverPolicy', type: { diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group_read_write_endpoint.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group_read_write_endpoint.rb index d542f7f6a5..b572e252cd 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group_read_write_endpoint.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group_read_write_endpoint.rb @@ -30,7 +30,6 @@ class FailoverGroupReadWriteEndpoint # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'FailoverGroupReadWriteEndpoint', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'FailoverGroupReadWriteEndpoint', model_properties: { failover_policy: { - client_side_validation: true, required: true, serialized_name: 'failoverPolicy', type: { @@ -46,7 +44,6 @@ def self.mapper() } }, failover_with_data_loss_grace_period_minutes: { - client_side_validation: true, required: false, serialized_name: 'failoverWithDataLossGracePeriodMinutes', type: { diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group_update.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group_update.rb index 8f78db4a5e..d0f03a5173 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group_update.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/failover_group_update.rb @@ -33,7 +33,6 @@ class FailoverGroupUpdate # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'FailoverGroupUpdate', type: { @@ -41,7 +40,6 @@ def self.mapper() class_name: 'FailoverGroupUpdate', model_properties: { read_write_endpoint: { - client_side_validation: true, required: false, serialized_name: 'properties.readWriteEndpoint', type: { @@ -50,7 +48,6 @@ def self.mapper() } }, read_only_endpoint: { - client_side_validation: true, required: false, serialized_name: 'properties.readOnlyEndpoint', type: { @@ -59,13 +56,11 @@ def self.mapper() } }, databases: { - client_side_validation: true, required: false, serialized_name: 'properties.databases', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -75,13 +70,11 @@ def self.mapper() } }, tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/firewall_rule.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/firewall_rule.rb index fdf9bc8aa6..0eee4cbb81 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/firewall_rule.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/firewall_rule.rb @@ -28,7 +28,6 @@ class FirewallRule < ProxyResourceWithWritableName # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'FirewallRule', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'FirewallRule', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -45,7 +43,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -53,7 +50,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -62,7 +58,6 @@ def self.mapper() } }, start_ip_address: { - client_side_validation: true, required: false, serialized_name: 'properties.startIpAddress', type: { @@ -70,7 +65,6 @@ def self.mapper() } }, end_ip_address: { - client_side_validation: true, required: false, serialized_name: 'properties.endIpAddress', type: { diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/firewall_rule_list.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/firewall_rule_list.rb index 3cb50c7595..bfbc216ba4 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/firewall_rule_list.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/firewall_rule_list.rb @@ -22,7 +22,6 @@ class FirewallRuleList # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'FirewallRuleList', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'FirewallRuleList', model_properties: { values: { - client_side_validation: true, required: false, serialized_name: 'values', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'FirewallRuleElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/firewall_rule_list_result.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/firewall_rule_list_result.rb index 1c142a3eaf..609acf8b4b 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/firewall_rule_list_result.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/firewall_rule_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'FirewallRuleListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'FirewallRuleListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'FirewallRuleElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance.rb index 26f504adfc..859e68bce0 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance.rb @@ -48,6 +48,16 @@ class ManagedInstance < TrackedResource # @return [Integer] The maximum storage size in GB. attr_accessor :storage_size_in_gb + # @return [String] Collation of the managed instance. + attr_accessor :collation + + # @return [String] The Dns Zone that the managed instance is in. + attr_accessor :dns_zone + + # @return [String] The resource id of another managed instance whose DNS + # zone this managed instance will share after creation. + attr_accessor :dns_zone_partner + # # Mapper for ManagedInstance class as Ruby Hash. @@ -55,7 +65,6 @@ class ManagedInstance < TrackedResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ManagedInstance', type: { @@ -63,7 +72,6 @@ def self.mapper() class_name: 'ManagedInstance', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -72,7 +80,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -81,7 +88,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -90,7 +96,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -98,13 +103,11 @@ def self.mapper() } }, tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -114,7 +117,6 @@ def self.mapper() } }, identity: { - client_side_validation: true, required: false, serialized_name: 'identity', type: { @@ -123,7 +125,6 @@ def self.mapper() } }, sku: { - client_side_validation: true, required: false, serialized_name: 'sku', type: { @@ -132,7 +133,6 @@ def self.mapper() } }, fully_qualified_domain_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.fullyQualifiedDomainName', @@ -141,7 +141,6 @@ def self.mapper() } }, administrator_login: { - client_side_validation: true, required: false, serialized_name: 'properties.administratorLogin', type: { @@ -149,7 +148,6 @@ def self.mapper() } }, administrator_login_password: { - client_side_validation: true, required: false, serialized_name: 'properties.administratorLoginPassword', type: { @@ -157,7 +155,6 @@ def self.mapper() } }, subnet_id: { - client_side_validation: true, required: false, serialized_name: 'properties.subnetId', type: { @@ -165,7 +162,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', @@ -174,7 +170,6 @@ def self.mapper() } }, license_type: { - client_side_validation: true, required: false, serialized_name: 'properties.licenseType', type: { @@ -182,7 +177,6 @@ def self.mapper() } }, v_cores: { - client_side_validation: true, required: false, serialized_name: 'properties.vCores', type: { @@ -190,12 +184,33 @@ def self.mapper() } }, storage_size_in_gb: { - client_side_validation: true, required: false, serialized_name: 'properties.storageSizeInGB', type: { name: 'Number' } + }, + collation: { + required: false, + serialized_name: 'properties.collation', + type: { + name: 'String' + } + }, + dns_zone: { + required: false, + read_only: true, + serialized_name: 'properties.dnsZone', + type: { + name: 'String' + } + }, + dns_zone_partner: { + required: false, + serialized_name: 'properties.dnsZonePartner', + type: { + name: 'String' + } } } } diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance_list_result.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance_list_result.rb index f04333f629..36b6e4dde5 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance_list_result.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ManagedInstanceListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'ManagedInstanceListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ManagedInstanceElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance_update.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance_update.rb index 49b7111ce8..83ef096cea 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance_update.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance_update.rb @@ -44,6 +44,16 @@ class ManagedInstanceUpdate # @return [Integer] The maximum storage size in GB. attr_accessor :storage_size_in_gb + # @return [String] Collation of the managed instance. + attr_accessor :collation + + # @return [String] The Dns Zone that the managed instance is in. + attr_accessor :dns_zone + + # @return [String] The resource id of another managed instance whose DNS + # zone this managed instance will share after creation. + attr_accessor :dns_zone_partner + # @return [Hash{String => String}] Resource tags. attr_accessor :tags @@ -54,7 +64,6 @@ class ManagedInstanceUpdate # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ManagedInstanceUpdate', type: { @@ -62,7 +71,6 @@ def self.mapper() class_name: 'ManagedInstanceUpdate', model_properties: { sku: { - client_side_validation: true, required: false, serialized_name: 'sku', type: { @@ -71,7 +79,6 @@ def self.mapper() } }, fully_qualified_domain_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.fullyQualifiedDomainName', @@ -80,7 +87,6 @@ def self.mapper() } }, administrator_login: { - client_side_validation: true, required: false, serialized_name: 'properties.administratorLogin', type: { @@ -88,7 +94,6 @@ def self.mapper() } }, administrator_login_password: { - client_side_validation: true, required: false, serialized_name: 'properties.administratorLoginPassword', type: { @@ -96,7 +101,6 @@ def self.mapper() } }, subnet_id: { - client_side_validation: true, required: false, serialized_name: 'properties.subnetId', type: { @@ -104,7 +108,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', @@ -113,7 +116,6 @@ def self.mapper() } }, license_type: { - client_side_validation: true, required: false, serialized_name: 'properties.licenseType', type: { @@ -121,7 +123,6 @@ def self.mapper() } }, v_cores: { - client_side_validation: true, required: false, serialized_name: 'properties.vCores', type: { @@ -129,21 +130,40 @@ def self.mapper() } }, storage_size_in_gb: { - client_side_validation: true, required: false, serialized_name: 'properties.storageSizeInGB', type: { name: 'Number' } }, + collation: { + required: false, + serialized_name: 'properties.collation', + type: { + name: 'String' + } + }, + dns_zone: { + required: false, + read_only: true, + serialized_name: 'properties.dnsZone', + type: { + name: 'String' + } + }, + dns_zone_partner: { + required: false, + serialized_name: 'properties.dnsZonePartner', + type: { + name: 'String' + } + }, tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/operation.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/operation.rb index d028b90144..c0f6fde3cc 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/operation.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/operation.rb @@ -34,7 +34,6 @@ class Operation # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Operation', type: { @@ -42,7 +41,6 @@ def self.mapper() class_name: 'Operation', model_properties: { name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -51,7 +49,6 @@ def self.mapper() } }, display: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'display', @@ -61,7 +58,6 @@ def self.mapper() } }, origin: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'origin', @@ -70,14 +66,12 @@ def self.mapper() } }, properties: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/operation_display.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/operation_display.rb index 1ba4e6d073..99febef724 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/operation_display.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/operation_display.rb @@ -33,7 +33,6 @@ class OperationDisplay # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'OperationDisplay', type: { @@ -41,7 +40,6 @@ def self.mapper() class_name: 'OperationDisplay', model_properties: { provider: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'provider', @@ -50,7 +48,6 @@ def self.mapper() } }, resource: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'resource', @@ -59,7 +56,6 @@ def self.mapper() } }, operation: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'operation', @@ -68,7 +64,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'description', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/operation_list_result.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/operation_list_result.rb index 924f7fdaf9..bb793e3f3e 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/operation_list_result.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/operation_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'OperationListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'OperationListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'OperationElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/partner_info.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/partner_info.rb index 0dd3b3452b..bd4c0ec78a 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/partner_info.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/partner_info.rb @@ -29,7 +29,6 @@ class PartnerInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'PartnerInfo', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'PartnerInfo', model_properties: { id: { - client_side_validation: true, required: true, serialized_name: 'id', type: { @@ -45,7 +43,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -54,7 +51,6 @@ def self.mapper() } }, replication_role: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'replicationRole', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/proxy_resource.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/proxy_resource.rb index 1868f73915..2594184e80 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/proxy_resource.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/proxy_resource.rb @@ -19,7 +19,6 @@ class ProxyResource < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ProxyResource', type: { @@ -27,7 +26,6 @@ def self.mapper() class_name: 'ProxyResource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -36,7 +34,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -45,7 +42,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/proxy_resource_with_writable_name.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/proxy_resource_with_writable_name.rb index 6147b19bda..3240445ade 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/proxy_resource_with_writable_name.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/proxy_resource_with_writable_name.rb @@ -19,7 +19,6 @@ class ProxyResourceWithWritableName < ResourceWithWritableName # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ProxyResourceWithWritableName', type: { @@ -27,7 +26,6 @@ def self.mapper() class_name: 'ProxyResourceWithWritableName', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -36,7 +34,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -44,7 +41,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action.rb index f80037877c..cc1ec0d206 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action.rb @@ -123,7 +123,6 @@ class RecommendedAction < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RecommendedAction', type: { @@ -131,7 +130,6 @@ def self.mapper() class_name: 'RecommendedAction', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -140,7 +138,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -149,7 +146,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -158,7 +154,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'kind', @@ -167,7 +162,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -176,7 +170,6 @@ def self.mapper() } }, recommendation_reason: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.recommendationReason', @@ -185,7 +178,6 @@ def self.mapper() } }, valid_since: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.validSince', @@ -194,7 +186,6 @@ def self.mapper() } }, last_refresh: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastRefresh', @@ -203,7 +194,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: true, serialized_name: 'properties.state', type: { @@ -212,7 +202,6 @@ def self.mapper() } }, is_executable_action: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.isExecutableAction', @@ -221,7 +210,6 @@ def self.mapper() } }, is_revertable_action: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.isRevertableAction', @@ -230,7 +218,6 @@ def self.mapper() } }, is_archived_action: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.isArchivedAction', @@ -239,7 +226,6 @@ def self.mapper() } }, execute_action_start_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.executeActionStartTime', @@ -248,7 +234,6 @@ def self.mapper() } }, execute_action_duration: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.executeActionDuration', @@ -257,7 +242,6 @@ def self.mapper() } }, revert_action_start_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.revertActionStartTime', @@ -266,7 +250,6 @@ def self.mapper() } }, revert_action_duration: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.revertActionDuration', @@ -275,7 +258,6 @@ def self.mapper() } }, execute_action_initiated_by: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.executeActionInitiatedBy', @@ -285,7 +267,6 @@ def self.mapper() } }, execute_action_initiated_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.executeActionInitiatedTime', @@ -294,7 +275,6 @@ def self.mapper() } }, revert_action_initiated_by: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.revertActionInitiatedBy', @@ -304,7 +284,6 @@ def self.mapper() } }, revert_action_initiated_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.revertActionInitiatedTime', @@ -313,7 +292,6 @@ def self.mapper() } }, score: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.score', @@ -322,7 +300,6 @@ def self.mapper() } }, implementation_details: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.implementationDetails', @@ -332,7 +309,6 @@ def self.mapper() } }, error_details: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.errorDetails', @@ -342,14 +318,12 @@ def self.mapper() } }, estimated_impact: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.estimatedImpact', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RecommendedActionImpactRecordElementType', type: { @@ -360,14 +334,12 @@ def self.mapper() } }, observed_impact: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.observedImpact', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RecommendedActionImpactRecordElementType', type: { @@ -378,14 +350,12 @@ def self.mapper() } }, time_series: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.timeSeries', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RecommendedActionMetricInfoElementType', type: { @@ -396,14 +366,12 @@ def self.mapper() } }, linked_objects: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.linkedObjects', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -413,14 +381,12 @@ def self.mapper() } }, details: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.details', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action_error_info.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action_error_info.rb index bc4b39cf7d..5b6a2335eb 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action_error_info.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action_error_info.rb @@ -29,7 +29,6 @@ class RecommendedActionErrorInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RecommendedActionErrorInfo', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'RecommendedActionErrorInfo', model_properties: { error_code: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'errorCode', @@ -46,7 +44,6 @@ def self.mapper() } }, is_retryable: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'isRetryable', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action_impact_record.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action_impact_record.rb index 8278a4e169..b8393f89c4 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action_impact_record.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action_impact_record.rb @@ -40,7 +40,6 @@ class RecommendedActionImpactRecord # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RecommendedActionImpactRecord', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'RecommendedActionImpactRecord', model_properties: { dimension_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'dimensionName', @@ -57,7 +55,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'unit', @@ -66,7 +63,6 @@ def self.mapper() } }, absolute_value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'absoluteValue', @@ -75,7 +71,6 @@ def self.mapper() } }, change_value_absolute: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'changeValueAbsolute', @@ -84,7 +79,6 @@ def self.mapper() } }, change_value_relative: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'changeValueRelative', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action_implementation_info.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action_implementation_info.rb index 6509a996f3..89920382ac 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action_implementation_info.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action_implementation_info.rb @@ -29,7 +29,6 @@ class RecommendedActionImplementationInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RecommendedActionImplementationInfo', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'RecommendedActionImplementationInfo', model_properties: { method: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'method', @@ -47,7 +45,6 @@ def self.mapper() } }, script: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'script', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action_metric_info.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action_metric_info.rb index d5f2242eb4..68747908ee 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action_metric_info.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action_metric_info.rb @@ -40,7 +40,6 @@ class RecommendedActionMetricInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RecommendedActionMetricInfo', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'RecommendedActionMetricInfo', model_properties: { metric_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'metricName', @@ -57,7 +55,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'unit', @@ -66,7 +63,6 @@ def self.mapper() } }, time_grain: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timeGrain', @@ -75,7 +71,6 @@ def self.mapper() } }, start_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'startTime', @@ -84,7 +79,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action_state_info.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action_state_info.rb index 98eb56bae3..2d6235fa0d 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action_state_info.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/recommended_action_state_info.rb @@ -24,7 +24,7 @@ class RecommendedActionStateInfo # verification found little or no improvement so recommended action is # queued for revert or user has manually reverted. Reverting -> changes # made while applying recommended action are being reverted on the user - # database. Reverted -> succesfully reverted the changes made by + # database. Reverted -> successfully reverted the changes made by # recommended action on user database. Ignored -> user explicitly # ignored/discarded the recommended action. Possible values include: # 'Active', 'Pending', 'Executing', 'Verifying', 'PendingRevert', @@ -34,7 +34,7 @@ class RecommendedActionStateInfo # @return [RecommendedActionInitiatedBy] Gets who initiated the execution # of this recommended action. Possible Value are: User -> When user - # explicity notified system to apply the recommended action. System -> + # explicitly notified system to apply the recommended action. System -> # When auto-execute status of this advisor was set to 'Enabled', in which # case the system applied it. Possible values include: 'User', 'System' attr_accessor :action_initiated_by @@ -49,7 +49,6 @@ class RecommendedActionStateInfo # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RecommendedActionStateInfo', type: { @@ -57,7 +56,6 @@ def self.mapper() class_name: 'RecommendedActionStateInfo', model_properties: { current_value: { - client_side_validation: true, required: true, serialized_name: 'currentValue', type: { @@ -65,7 +63,6 @@ def self.mapper() } }, action_initiated_by: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'actionInitiatedBy', @@ -75,7 +72,6 @@ def self.mapper() } }, last_modified: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'lastModified', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/resource.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/resource.rb index 45dc79b195..ee6f19db95 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/resource.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/resource.rb @@ -22,22 +22,12 @@ class Resource attr_accessor :type - # @return [String] the name of the resource group of the resource. - def resource_group - unless self.id.nil? - groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/) - groups.captures[0].strip if groups - end - end - - # # Mapper for Resource class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Resource', type: { @@ -45,7 +35,6 @@ def self.mapper() class_name: 'Resource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -54,7 +43,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -63,7 +51,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/resource_identity.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/resource_identity.rb index 0de045b20f..c1b621aaea 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/resource_identity.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/resource_identity.rb @@ -30,7 +30,6 @@ class ResourceIdentity # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceIdentity', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'ResourceIdentity', model_properties: { principal_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'principalId', @@ -47,7 +45,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, serialized_name: 'type', type: { @@ -55,7 +52,6 @@ def self.mapper() } }, tenant_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'tenantId', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/resource_with_writable_name.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/resource_with_writable_name.rb index 1acb922279..8c91a06ad0 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/resource_with_writable_name.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/resource_with_writable_name.rb @@ -28,7 +28,6 @@ class ResourceWithWritableName # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceWithWritableName', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'ResourceWithWritableName', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -45,7 +43,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, serialized_name: 'name', type: { @@ -53,7 +50,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/server.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/server.rb index 0a8de91f5c..997154cbae 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/server.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/server.rb @@ -44,7 +44,6 @@ class Server < TrackedResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Server', type: { @@ -52,7 +51,6 @@ def self.mapper() class_name: 'Server', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -61,7 +59,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -70,7 +67,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -79,7 +75,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -87,13 +82,11 @@ def self.mapper() } }, tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -103,7 +96,6 @@ def self.mapper() } }, identity: { - client_side_validation: true, required: false, serialized_name: 'identity', type: { @@ -112,7 +104,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'kind', @@ -121,7 +112,6 @@ def self.mapper() } }, administrator_login: { - client_side_validation: true, required: false, serialized_name: 'properties.administratorLogin', type: { @@ -129,7 +119,6 @@ def self.mapper() } }, administrator_login_password: { - client_side_validation: true, required: false, serialized_name: 'properties.administratorLoginPassword', type: { @@ -137,7 +126,6 @@ def self.mapper() } }, version: { - client_side_validation: true, required: false, serialized_name: 'properties.version', type: { @@ -145,7 +133,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', @@ -154,7 +141,6 @@ def self.mapper() } }, fully_qualified_domain_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.fullyQualifiedDomainName', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/server_key.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/server_key.rb index 9424babbd7..fa37bc05df 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/server_key.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/server_key.rb @@ -43,7 +43,6 @@ class ServerKey < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerKey', type: { @@ -51,7 +50,6 @@ def self.mapper() class_name: 'ServerKey', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -60,7 +58,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -69,7 +66,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -78,7 +74,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, serialized_name: 'kind', type: { @@ -86,7 +81,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -95,7 +89,6 @@ def self.mapper() } }, subregion: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.subregion', @@ -104,7 +97,6 @@ def self.mapper() } }, server_key_type: { - client_side_validation: true, required: true, serialized_name: 'properties.serverKeyType', type: { @@ -112,7 +104,6 @@ def self.mapper() } }, uri: { - client_side_validation: true, required: false, serialized_name: 'properties.uri', type: { @@ -120,7 +111,6 @@ def self.mapper() } }, thumbprint: { - client_side_validation: true, required: false, serialized_name: 'properties.thumbprint', type: { @@ -128,7 +118,6 @@ def self.mapper() } }, creation_date: { - client_side_validation: true, required: false, serialized_name: 'properties.creationDate', type: { diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/server_key_list_result.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/server_key_list_result.rb index 0edd01c926..ea140f1f71 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/server_key_list_result.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/server_key_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerKeyListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'ServerKeyListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ServerKeyElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/server_list_result.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/server_list_result.rb index cf91dd87ef..f4eac34dae 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/server_list_result.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/server_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'ServerListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ServerElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/server_update.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/server_update.rb index 34b0950c63..09e3fe402e 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/server_update.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/server_update.rb @@ -39,7 +39,6 @@ class ServerUpdate # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerUpdate', type: { @@ -47,7 +46,6 @@ def self.mapper() class_name: 'ServerUpdate', model_properties: { administrator_login: { - client_side_validation: true, required: false, serialized_name: 'properties.administratorLogin', type: { @@ -55,7 +53,6 @@ def self.mapper() } }, administrator_login_password: { - client_side_validation: true, required: false, serialized_name: 'properties.administratorLoginPassword', type: { @@ -63,7 +60,6 @@ def self.mapper() } }, version: { - client_side_validation: true, required: false, serialized_name: 'properties.version', type: { @@ -71,7 +67,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', @@ -80,7 +75,6 @@ def self.mapper() } }, fully_qualified_domain_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.fullyQualifiedDomainName', @@ -89,13 +83,11 @@ def self.mapper() } }, tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sku.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sku.rb index 101e7bff6a..e6fd170bac 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sku.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sku.rb @@ -41,7 +41,6 @@ class Sku # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Sku', type: { @@ -49,7 +48,6 @@ def self.mapper() class_name: 'Sku', model_properties: { name: { - client_side_validation: true, required: true, serialized_name: 'name', type: { @@ -57,7 +55,6 @@ def self.mapper() } }, tier: { - client_side_validation: true, required: false, serialized_name: 'tier', type: { @@ -65,7 +62,6 @@ def self.mapper() } }, size: { - client_side_validation: true, required: false, serialized_name: 'size', type: { @@ -73,7 +69,6 @@ def self.mapper() } }, family: { - client_side_validation: true, required: false, serialized_name: 'family', type: { @@ -81,7 +76,6 @@ def self.mapper() } }, capacity: { - client_side_validation: true, required: false, serialized_name: 'capacity', type: { diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/subscription_usage.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/subscription_usage.rb index 34630857f2..7a2b791a34 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/subscription_usage.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/subscription_usage.rb @@ -31,7 +31,6 @@ class SubscriptionUsage < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SubscriptionUsage', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'SubscriptionUsage', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -48,7 +46,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -57,7 +54,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -66,7 +62,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.displayName', @@ -75,7 +70,6 @@ def self.mapper() } }, current_value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.currentValue', @@ -84,7 +78,6 @@ def self.mapper() } }, limit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.limit', @@ -93,7 +86,6 @@ def self.mapper() } }, unit: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.unit', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/subscription_usage_list_result.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/subscription_usage_list_result.rb index 6ad643d3d0..5f02318266 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/subscription_usage_list_result.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/subscription_usage_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SubscriptionUsageListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'SubscriptionUsageListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SubscriptionUsageElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_agent.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_agent.rb index 713b9f7747..ed6bf3c7be 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_agent.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_agent.rb @@ -42,7 +42,6 @@ class SyncAgent < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SyncAgent', type: { @@ -50,7 +49,6 @@ def self.mapper() class_name: 'SyncAgent', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -59,7 +57,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -68,7 +65,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -77,7 +73,6 @@ def self.mapper() } }, sync_agent_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.name', @@ -86,7 +81,6 @@ def self.mapper() } }, sync_database_id: { - client_side_validation: true, required: false, serialized_name: 'properties.syncDatabaseId', type: { @@ -94,7 +88,6 @@ def self.mapper() } }, last_alive_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastAliveTime', @@ -103,7 +96,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', @@ -112,7 +104,6 @@ def self.mapper() } }, is_up_to_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.isUpToDate', @@ -121,7 +112,6 @@ def self.mapper() } }, expiry_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.expiryTime', @@ -130,7 +120,6 @@ def self.mapper() } }, version: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.version', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_agent_key_properties.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_agent_key_properties.rb index 77bebd68b9..0bbb58bcc4 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_agent_key_properties.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_agent_key_properties.rb @@ -22,7 +22,6 @@ class SyncAgentKeyProperties # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SyncAgentKeyProperties', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'SyncAgentKeyProperties', model_properties: { sync_agent_key: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'syncAgentKey', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_agent_linked_database.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_agent_linked_database.rb index ebf42a31d6..f5d12283eb 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_agent_linked_database.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_agent_linked_database.rb @@ -38,7 +38,6 @@ class SyncAgentLinkedDatabase < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SyncAgentLinkedDatabase', type: { @@ -46,7 +45,6 @@ def self.mapper() class_name: 'SyncAgentLinkedDatabase', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -55,7 +53,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -64,7 +61,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -73,7 +69,6 @@ def self.mapper() } }, database_type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseType', @@ -82,7 +77,6 @@ def self.mapper() } }, database_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseId', @@ -91,7 +85,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.description', @@ -100,7 +93,6 @@ def self.mapper() } }, server_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.serverName', @@ -109,7 +101,6 @@ def self.mapper() } }, database_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseName', @@ -118,7 +109,6 @@ def self.mapper() } }, user_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.userName', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_agent_linked_database_list_result.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_agent_linked_database_list_result.rb index 853f0e8fe6..862cb3bc9d 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_agent_linked_database_list_result.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_agent_linked_database_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SyncAgentLinkedDatabaseListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'SyncAgentLinkedDatabaseListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SyncAgentLinkedDatabaseElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_agent_list_result.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_agent_list_result.rb index 1f15b7c461..628f8ca3b7 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_agent_list_result.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_agent_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SyncAgentListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'SyncAgentListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SyncAgentElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_database_id_list_result.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_database_id_list_result.rb index 69131812f3..37f1ca7232 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_database_id_list_result.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_database_id_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SyncDatabaseIdListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'SyncDatabaseIdListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SyncDatabaseIdPropertiesElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_database_id_properties.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_database_id_properties.rb index b824d4a2db..bcf48ad6d2 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_database_id_properties.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_database_id_properties.rb @@ -22,7 +22,6 @@ class SyncDatabaseIdProperties # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SyncDatabaseIdProperties', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'SyncDatabaseIdProperties', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_full_schema_properties.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_full_schema_properties.rb index 39170ecd81..87d1b47968 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_full_schema_properties.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_full_schema_properties.rb @@ -26,7 +26,6 @@ class SyncFullSchemaProperties # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SyncFullSchemaProperties', type: { @@ -34,14 +33,12 @@ def self.mapper() class_name: 'SyncFullSchemaProperties', model_properties: { tables: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'tables', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SyncFullSchemaTableElementType', type: { @@ -52,7 +49,6 @@ def self.mapper() } }, last_update_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'lastUpdateTime', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_full_schema_properties_list_result.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_full_schema_properties_list_result.rb index 39a58795b4..b50f886a4f 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_full_schema_properties_list_result.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_full_schema_properties_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SyncFullSchemaPropertiesListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'SyncFullSchemaPropertiesListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SyncFullSchemaPropertiesElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_full_schema_table.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_full_schema_table.rb index c88075dfda..68e3cf96c5 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_full_schema_table.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_full_schema_table.rb @@ -35,7 +35,6 @@ class SyncFullSchemaTable # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SyncFullSchemaTable', type: { @@ -43,14 +42,12 @@ def self.mapper() class_name: 'SyncFullSchemaTable', model_properties: { columns: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'columns', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SyncFullSchemaTableColumnElementType', type: { @@ -61,7 +58,6 @@ def self.mapper() } }, error_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'errorId', @@ -70,7 +66,6 @@ def self.mapper() } }, has_error: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'hasError', @@ -79,7 +74,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -88,7 +82,6 @@ def self.mapper() } }, quoted_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'quotedName', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_full_schema_table_column.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_full_schema_table_column.rb index a072d422e1..a90575f0b7 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_full_schema_table_column.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_full_schema_table_column.rb @@ -40,7 +40,6 @@ class SyncFullSchemaTableColumn # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SyncFullSchemaTableColumn', type: { @@ -48,7 +47,6 @@ def self.mapper() class_name: 'SyncFullSchemaTableColumn', model_properties: { data_size: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'dataSize', @@ -57,7 +55,6 @@ def self.mapper() } }, data_type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'dataType', @@ -66,7 +63,6 @@ def self.mapper() } }, error_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'errorId', @@ -75,7 +71,6 @@ def self.mapper() } }, has_error: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'hasError', @@ -84,7 +79,6 @@ def self.mapper() } }, is_primary_key: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'isPrimaryKey', @@ -93,7 +87,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -102,7 +95,6 @@ def self.mapper() } }, quoted_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'quotedName', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group.rb index cb10ed6446..34b5cf31c8 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group.rb @@ -46,7 +46,6 @@ class SyncGroup < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SyncGroup', type: { @@ -54,7 +53,6 @@ def self.mapper() class_name: 'SyncGroup', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -63,7 +61,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -72,7 +69,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -81,7 +77,6 @@ def self.mapper() } }, interval: { - client_side_validation: true, required: false, serialized_name: 'properties.interval', type: { @@ -89,7 +84,6 @@ def self.mapper() } }, last_sync_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastSyncTime', @@ -98,7 +92,6 @@ def self.mapper() } }, conflict_resolution_policy: { - client_side_validation: true, required: false, serialized_name: 'properties.conflictResolutionPolicy', type: { @@ -106,7 +99,6 @@ def self.mapper() } }, sync_database_id: { - client_side_validation: true, required: false, serialized_name: 'properties.syncDatabaseId', type: { @@ -114,7 +106,6 @@ def self.mapper() } }, hub_database_user_name: { - client_side_validation: true, required: false, serialized_name: 'properties.hubDatabaseUserName', type: { @@ -122,7 +113,6 @@ def self.mapper() } }, hub_database_password: { - client_side_validation: true, required: false, serialized_name: 'properties.hubDatabasePassword', type: { @@ -130,7 +120,6 @@ def self.mapper() } }, sync_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.syncState', @@ -139,7 +128,6 @@ def self.mapper() } }, schema: { - client_side_validation: true, required: false, serialized_name: 'properties.schema', type: { diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_list_result.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_list_result.rb index d73413aa4d..96741de6d6 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_list_result.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SyncGroupListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'SyncGroupListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SyncGroupElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_log_list_result.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_log_list_result.rb index c1e67336b8..2eb410870d 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_log_list_result.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_log_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SyncGroupLogListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'SyncGroupLogListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SyncGroupLogPropertiesElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_log_properties.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_log_properties.rb index df689b0dee..ff52b2bab1 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_log_properties.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_log_properties.rb @@ -38,7 +38,6 @@ class SyncGroupLogProperties # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SyncGroupLogProperties', type: { @@ -46,7 +45,6 @@ def self.mapper() class_name: 'SyncGroupLogProperties', model_properties: { timestamp: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'timestamp', @@ -55,7 +53,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -64,7 +61,6 @@ def self.mapper() } }, source: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'source', @@ -73,7 +69,6 @@ def self.mapper() } }, details: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'details', @@ -82,7 +77,6 @@ def self.mapper() } }, tracing_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'tracingId', @@ -91,7 +85,6 @@ def self.mapper() } }, operation_status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'operationStatus', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_schema.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_schema.rb index 3caa180f5f..0fe019a698 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_schema.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_schema.rb @@ -26,7 +26,6 @@ class SyncGroupSchema # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SyncGroupSchema', type: { @@ -34,13 +33,11 @@ def self.mapper() class_name: 'SyncGroupSchema', model_properties: { tables: { - client_side_validation: true, required: false, serialized_name: 'tables', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SyncGroupSchemaTableElementType', type: { @@ -51,7 +48,6 @@ def self.mapper() } }, master_sync_member_name: { - client_side_validation: true, required: false, serialized_name: 'masterSyncMemberName', type: { diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_schema_table.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_schema_table.rb index bc70c867a6..18b44d41f0 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_schema_table.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_schema_table.rb @@ -26,7 +26,6 @@ class SyncGroupSchemaTable # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SyncGroupSchemaTable', type: { @@ -34,13 +33,11 @@ def self.mapper() class_name: 'SyncGroupSchemaTable', model_properties: { columns: { - client_side_validation: true, required: false, serialized_name: 'columns', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SyncGroupSchemaTableColumnElementType', type: { @@ -51,7 +48,6 @@ def self.mapper() } }, quoted_name: { - client_side_validation: true, required: false, serialized_name: 'quotedName', type: { diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_schema_table_column.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_schema_table_column.rb index b19900e3ff..ede0b49265 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_schema_table_column.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_group_schema_table_column.rb @@ -28,7 +28,6 @@ class SyncGroupSchemaTableColumn # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SyncGroupSchemaTableColumn', type: { @@ -36,7 +35,6 @@ def self.mapper() class_name: 'SyncGroupSchemaTableColumn', model_properties: { quoted_name: { - client_side_validation: true, required: false, serialized_name: 'quotedName', type: { @@ -44,7 +42,6 @@ def self.mapper() } }, data_size: { - client_side_validation: true, required: false, serialized_name: 'dataSize', type: { @@ -52,7 +49,6 @@ def self.mapper() } }, data_type: { - client_side_validation: true, required: false, serialized_name: 'dataType', type: { diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_member.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_member.rb index edeb6cc79f..9268d97a6b 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_member.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_member.rb @@ -56,7 +56,6 @@ class SyncMember < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SyncMember', type: { @@ -64,7 +63,6 @@ def self.mapper() class_name: 'SyncMember', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -73,7 +71,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -82,7 +79,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -91,7 +87,6 @@ def self.mapper() } }, database_type: { - client_side_validation: true, required: false, serialized_name: 'properties.databaseType', type: { @@ -99,7 +94,6 @@ def self.mapper() } }, sync_agent_id: { - client_side_validation: true, required: false, serialized_name: 'properties.syncAgentId', type: { @@ -107,7 +101,6 @@ def self.mapper() } }, sql_server_database_id: { - client_side_validation: true, required: false, serialized_name: 'properties.sqlServerDatabaseId', type: { @@ -115,7 +108,6 @@ def self.mapper() } }, server_name: { - client_side_validation: true, required: false, serialized_name: 'properties.serverName', type: { @@ -123,7 +115,6 @@ def self.mapper() } }, database_name: { - client_side_validation: true, required: false, serialized_name: 'properties.databaseName', type: { @@ -131,7 +122,6 @@ def self.mapper() } }, user_name: { - client_side_validation: true, required: false, serialized_name: 'properties.userName', type: { @@ -139,7 +129,6 @@ def self.mapper() } }, password: { - client_side_validation: true, required: false, serialized_name: 'properties.password', type: { @@ -147,7 +136,6 @@ def self.mapper() } }, sync_direction: { - client_side_validation: true, required: false, serialized_name: 'properties.syncDirection', type: { @@ -155,7 +143,6 @@ def self.mapper() } }, sync_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.syncState', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_member_list_result.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_member_list_result.rb index 9a9c841ebe..2d4a16ab84 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_member_list_result.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_member_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SyncMemberListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'SyncMemberListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SyncMemberElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/tracked_resource.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/tracked_resource.rb index b61cad534a..fd83eb143b 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/tracked_resource.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/tracked_resource.rb @@ -25,7 +25,6 @@ class TrackedResource < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'TrackedResource', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'TrackedResource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -42,7 +40,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -51,7 +48,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -60,7 +56,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -68,13 +63,11 @@ def self.mapper() } }, tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/virtual_network_rule.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/virtual_network_rule.rb index ee0ce94d43..51d00abb28 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/virtual_network_rule.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/virtual_network_rule.rb @@ -31,7 +31,6 @@ class VirtualNetworkRule < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VirtualNetworkRule', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'VirtualNetworkRule', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -48,7 +46,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -57,7 +54,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -66,7 +62,6 @@ def self.mapper() } }, virtual_network_subnet_id: { - client_side_validation: true, required: true, serialized_name: 'properties.virtualNetworkSubnetId', type: { @@ -74,7 +69,6 @@ def self.mapper() } }, ignore_missing_vnet_service_endpoint: { - client_side_validation: true, required: false, serialized_name: 'properties.ignoreMissingVnetServiceEndpoint', type: { @@ -82,7 +76,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/virtual_network_rule_list_result.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/virtual_network_rule_list_result.rb index 31440f598e..cbe6576043 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/virtual_network_rule_list_result.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/virtual_network_rule_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VirtualNetworkRuleListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'VirtualNetworkRuleListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'VirtualNetworkRuleElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/operations.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/operations.rb index e8d1d6bc9b..c1bdecd2e6 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/operations.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/operations.rb @@ -32,8 +32,8 @@ def initialize(client) # # @return [Array] operation results. # - def list(custom_headers:nil) - first_page = list_as_lazy(custom_headers:custom_headers) + def list(custom_headers = nil) + first_page = list_as_lazy(custom_headers) first_page.get_all_items end @@ -45,8 +45,8 @@ def list(custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_with_http_info(custom_headers:nil) - list_async(custom_headers:custom_headers).value! + def list_with_http_info(custom_headers = nil) + list_async(custom_headers).value! end # @@ -57,12 +57,11 @@ def list_with_http_info(custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_async(custom_headers:nil) + def list_async(custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -116,8 +115,8 @@ def list_async(custom_headers:nil) # # @return [OperationListResult] operation results. # - def list_next(next_page_link, custom_headers:nil) - response = list_next_async(next_page_link, custom_headers:custom_headers).value! + def list_next(next_page_link, custom_headers = nil) + response = list_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -131,8 +130,8 @@ def list_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_next_with_http_info(next_page_link, custom_headers:nil) - list_next_async(next_page_link, custom_headers:custom_headers).value! + def list_next_with_http_info(next_page_link, custom_headers = nil) + list_next_async(next_page_link, custom_headers).value! end # @@ -145,12 +144,11 @@ def list_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_next_async(next_page_link, custom_headers:nil) + def list_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -203,12 +201,12 @@ def list_next_async(next_page_link, custom_headers:nil) # @return [OperationListResult] which provide lazy access to pages of the # response. # - def list_as_lazy(custom_headers:nil) - response = list_async(custom_headers:custom_headers).value! + def list_as_lazy(custom_headers = nil) + response = list_async(custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_next_async(next_page_link, custom_headers:custom_headers) + list_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/server_advisors.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/server_advisors.rb index eaea6bc73b..68f8329284 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/server_advisors.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/server_advisors.rb @@ -36,8 +36,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -53,8 +53,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -69,7 +69,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -77,7 +77,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -110,13 +109,11 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) begin parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) result_mapper = { - client_side_validation: true, required: false, serialized_name: 'parsed_response', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'AdvisorElementType', type: { @@ -151,8 +148,8 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) # # @return [Advisor] operation results. # - def get(resource_group_name, server_name, advisor_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, advisor_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, advisor_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, advisor_name, custom_headers).value! response.body unless response.nil? end @@ -169,8 +166,8 @@ def get(resource_group_name, server_name, advisor_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, advisor_name, custom_headers:nil) - get_async(resource_group_name, server_name, advisor_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, advisor_name, custom_headers = nil) + get_async(resource_group_name, server_name, advisor_name, custom_headers).value! end # @@ -186,7 +183,7 @@ def get_with_http_info(resource_group_name, server_name, advisor_name, custom_he # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, advisor_name, custom_headers:nil) + def get_async(resource_group_name, server_name, advisor_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'advisor_name is nil' if advisor_name.nil? @@ -195,7 +192,6 @@ def get_async(resource_group_name, server_name, advisor_name, custom_headers:nil request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -254,8 +250,8 @@ def get_async(resource_group_name, server_name, advisor_name, custom_headers:nil # # @return [Advisor] operation results. # - def update(resource_group_name, server_name, advisor_name, parameters, custom_headers:nil) - response = update_async(resource_group_name, server_name, advisor_name, parameters, custom_headers:custom_headers).value! + def update(resource_group_name, server_name, advisor_name, parameters, custom_headers = nil) + response = update_async(resource_group_name, server_name, advisor_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -273,8 +269,8 @@ def update(resource_group_name, server_name, advisor_name, parameters, custom_he # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_with_http_info(resource_group_name, server_name, advisor_name, parameters, custom_headers:nil) - update_async(resource_group_name, server_name, advisor_name, parameters, custom_headers:custom_headers).value! + def update_with_http_info(resource_group_name, server_name, advisor_name, parameters, custom_headers = nil) + update_async(resource_group_name, server_name, advisor_name, parameters, custom_headers).value! end # @@ -291,7 +287,7 @@ def update_with_http_info(resource_group_name, server_name, advisor_name, parame # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_async(resource_group_name, server_name, advisor_name, parameters, custom_headers:nil) + def update_async(resource_group_name, server_name, advisor_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'advisor_name is nil' if advisor_name.nil? @@ -301,12 +297,13 @@ def update_async(resource_group_name, server_name, advisor_name, parameters, cus request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::Advisor.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/server_keys.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/server_keys.rb index 8299b2d2ae..4022949d4a 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/server_keys.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/server_keys.rb @@ -36,8 +36,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - first_page = list_by_server_as_lazy(resource_group_name, server_name, custom_headers:custom_headers) + def list_by_server(resource_group_name, server_name, custom_headers = nil) + first_page = list_by_server_as_lazy(resource_group_name, server_name, custom_headers) first_page.get_all_items end @@ -53,8 +53,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -69,7 +69,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -77,7 +77,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -135,8 +134,8 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) # # @return [ServerKey] operation results. # - def get(resource_group_name, server_name, key_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, key_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, key_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, key_name, custom_headers).value! response.body unless response.nil? end @@ -153,8 +152,8 @@ def get(resource_group_name, server_name, key_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, key_name, custom_headers:nil) - get_async(resource_group_name, server_name, key_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, key_name, custom_headers = nil) + get_async(resource_group_name, server_name, key_name, custom_headers).value! end # @@ -170,7 +169,7 @@ def get_with_http_info(resource_group_name, server_name, key_name, custom_header # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, key_name, custom_headers:nil) + def get_async(resource_group_name, server_name, key_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'key_name is nil' if key_name.nil? @@ -179,7 +178,6 @@ def get_async(resource_group_name, server_name, key_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -243,8 +241,8 @@ def get_async(resource_group_name, server_name, key_name, custom_headers:nil) # # @return [ServerKey] operation results. # - def create_or_update(resource_group_name, server_name, key_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, key_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, key_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, key_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -266,9 +264,9 @@ def create_or_update(resource_group_name, server_name, key_name, parameters, cus # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, key_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, key_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, key_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, key_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -295,8 +293,8 @@ def create_or_update_async(resource_group_name, server_name, key_name, parameter # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def delete(resource_group_name, server_name, key_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, key_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, key_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, key_name, custom_headers).value! nil end @@ -312,9 +310,9 @@ def delete(resource_group_name, server_name, key_name, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def delete_async(resource_group_name, server_name, key_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, key_name, custom_headers = nil) # Send request - promise = begin_delete_async(resource_group_name, server_name, key_name, custom_headers:custom_headers) + promise = begin_delete_async(resource_group_name, server_name, key_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -347,8 +345,8 @@ def delete_async(resource_group_name, server_name, key_name, custom_headers:nil) # # @return [ServerKey] operation results. # - def begin_create_or_update(resource_group_name, server_name, key_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, key_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, key_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, key_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -371,8 +369,8 @@ def begin_create_or_update(resource_group_name, server_name, key_name, parameter # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, key_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, key_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, key_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, key_name, parameters, custom_headers).value! end # @@ -394,7 +392,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, key_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, key_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, key_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'key_name is nil' if key_name.nil? @@ -404,12 +402,13 @@ def begin_create_or_update_async(resource_group_name, server_name, key_name, par request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -478,8 +477,8 @@ def begin_create_or_update_async(resource_group_name, server_name, key_name, par # will be added to the HTTP request. # # - def begin_delete(resource_group_name, server_name, key_name, custom_headers:nil) - response = begin_delete_async(resource_group_name, server_name, key_name, custom_headers:custom_headers).value! + def begin_delete(resource_group_name, server_name, key_name, custom_headers = nil) + response = begin_delete_async(resource_group_name, server_name, key_name, custom_headers).value! nil end @@ -496,8 +495,8 @@ def begin_delete(resource_group_name, server_name, key_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_delete_with_http_info(resource_group_name, server_name, key_name, custom_headers:nil) - begin_delete_async(resource_group_name, server_name, key_name, custom_headers:custom_headers).value! + def begin_delete_with_http_info(resource_group_name, server_name, key_name, custom_headers = nil) + begin_delete_async(resource_group_name, server_name, key_name, custom_headers).value! end # @@ -513,7 +512,7 @@ def begin_delete_with_http_info(resource_group_name, server_name, key_name, cust # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_delete_async(resource_group_name, server_name, key_name, custom_headers:nil) + def begin_delete_async(resource_group_name, server_name, key_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'key_name is nil' if key_name.nil? @@ -522,7 +521,6 @@ def begin_delete_async(resource_group_name, server_name, key_name, custom_header request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -567,8 +565,8 @@ def begin_delete_async(resource_group_name, server_name, key_name, custom_header # # @return [ServerKeyListResult] operation results. # - def list_by_server_next(next_page_link, custom_headers:nil) - response = list_by_server_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_server_next(next_page_link, custom_headers = nil) + response = list_by_server_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -582,8 +580,8 @@ def list_by_server_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_next_with_http_info(next_page_link, custom_headers:nil) - list_by_server_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_server_next_with_http_info(next_page_link, custom_headers = nil) + list_by_server_next_async(next_page_link, custom_headers).value! end # @@ -596,12 +594,11 @@ def list_by_server_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_next_async(next_page_link, custom_headers:nil) + def list_by_server_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -658,12 +655,12 @@ def list_by_server_next_async(next_page_link, custom_headers:nil) # @return [ServerKeyListResult] which provide lazy access to pages of the # response. # - def list_by_server_as_lazy(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_as_lazy(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_server_next_async(next_page_link, custom_headers:custom_headers) + list_by_server_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/servers.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/servers.rb index 1bbed109b2..6bb34ea8b5 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/servers.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/servers.rb @@ -32,8 +32,8 @@ def initialize(client) # # @return [Array] operation results. # - def list(custom_headers:nil) - first_page = list_as_lazy(custom_headers:custom_headers) + def list(custom_headers = nil) + first_page = list_as_lazy(custom_headers) first_page.get_all_items end @@ -45,8 +45,8 @@ def list(custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_with_http_info(custom_headers:nil) - list_async(custom_headers:custom_headers).value! + def list_with_http_info(custom_headers = nil) + list_async(custom_headers).value! end # @@ -57,13 +57,12 @@ def list_with_http_info(custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_async(custom_headers:nil) + def list_async(custom_headers = nil) fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -119,8 +118,8 @@ def list_async(custom_headers:nil) # # @return [Array] operation results. # - def list_by_resource_group(resource_group_name, custom_headers:nil) - first_page = list_by_resource_group_as_lazy(resource_group_name, custom_headers:custom_headers) + def list_by_resource_group(resource_group_name, custom_headers = nil) + first_page = list_by_resource_group_as_lazy(resource_group_name, custom_headers) first_page.get_all_items end @@ -135,8 +134,8 @@ def list_by_resource_group(resource_group_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_resource_group_with_http_info(resource_group_name, custom_headers:nil) - list_by_resource_group_async(resource_group_name, custom_headers:custom_headers).value! + def list_by_resource_group_with_http_info(resource_group_name, custom_headers = nil) + list_by_resource_group_async(resource_group_name, custom_headers).value! end # @@ -150,14 +149,13 @@ def list_by_resource_group_with_http_info(resource_group_name, custom_headers:ni # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_resource_group_async(resource_group_name, custom_headers:nil) + def list_by_resource_group_async(resource_group_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -214,8 +212,8 @@ def list_by_resource_group_async(resource_group_name, custom_headers:nil) # # @return [Server] operation results. # - def get(resource_group_name, server_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -231,8 +229,8 @@ def get(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, custom_headers:nil) - get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, custom_headers = nil) + get_async(resource_group_name, server_name, custom_headers).value! end # @@ -247,7 +245,7 @@ def get_with_http_info(resource_group_name, server_name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, custom_headers:nil) + def get_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -255,7 +253,6 @@ def get_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -313,8 +310,8 @@ def get_async(resource_group_name, server_name, custom_headers:nil) # # @return [Server] operation results. # - def create_or_update(resource_group_name, server_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -330,9 +327,9 @@ def create_or_update(resource_group_name, server_name, parameters, custom_header # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -358,8 +355,8 @@ def create_or_update_async(resource_group_name, server_name, parameters, custom_ # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def delete(resource_group_name, server_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, custom_headers).value! nil end @@ -374,9 +371,9 @@ def delete(resource_group_name, server_name, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def delete_async(resource_group_name, server_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, custom_headers = nil) # Send request - promise = begin_delete_async(resource_group_name, server_name, custom_headers:custom_headers) + promise = begin_delete_async(resource_group_name, server_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -403,8 +400,8 @@ def delete_async(resource_group_name, server_name, custom_headers:nil) # # @return [Server] operation results. # - def update(resource_group_name, server_name, parameters, custom_headers:nil) - response = update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def update(resource_group_name, server_name, parameters, custom_headers = nil) + response = update_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -420,9 +417,9 @@ def update(resource_group_name, server_name, parameters, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def update_async(resource_group_name, server_name, parameters, custom_headers:nil) + def update_async(resource_group_name, server_name, parameters, custom_headers = nil) # Send request - promise = begin_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers) + promise = begin_update_async(resource_group_name, server_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -451,8 +448,8 @@ def update_async(resource_group_name, server_name, parameters, custom_headers:ni # # @return [Server] operation results. # - def begin_create_or_update(resource_group_name, server_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -469,8 +466,8 @@ def begin_create_or_update(resource_group_name, server_name, parameters, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! end # @@ -486,7 +483,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, para # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'parameters is nil' if parameters.nil? @@ -495,12 +492,13 @@ def begin_create_or_update_async(resource_group_name, server_name, parameters, c request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::Server.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -568,8 +566,8 @@ def begin_create_or_update_async(resource_group_name, server_name, parameters, c # will be added to the HTTP request. # # - def begin_delete(resource_group_name, server_name, custom_headers:nil) - response = begin_delete_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def begin_delete(resource_group_name, server_name, custom_headers = nil) + response = begin_delete_async(resource_group_name, server_name, custom_headers).value! nil end @@ -585,8 +583,8 @@ def begin_delete(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_delete_with_http_info(resource_group_name, server_name, custom_headers:nil) - begin_delete_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def begin_delete_with_http_info(resource_group_name, server_name, custom_headers = nil) + begin_delete_async(resource_group_name, server_name, custom_headers).value! end # @@ -601,7 +599,7 @@ def begin_delete_with_http_info(resource_group_name, server_name, custom_headers # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_delete_async(resource_group_name, server_name, custom_headers:nil) + def begin_delete_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -609,7 +607,6 @@ def begin_delete_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -657,8 +654,8 @@ def begin_delete_async(resource_group_name, server_name, custom_headers:nil) # # @return [Server] operation results. # - def begin_update(resource_group_name, server_name, parameters, custom_headers:nil) - response = begin_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def begin_update(resource_group_name, server_name, parameters, custom_headers = nil) + response = begin_update_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -675,8 +672,8 @@ def begin_update(resource_group_name, server_name, parameters, custom_headers:ni # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_update_with_http_info(resource_group_name, server_name, parameters, custom_headers:nil) - begin_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def begin_update_with_http_info(resource_group_name, server_name, parameters, custom_headers = nil) + begin_update_async(resource_group_name, server_name, parameters, custom_headers).value! end # @@ -692,7 +689,7 @@ def begin_update_with_http_info(resource_group_name, server_name, parameters, cu # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_update_async(resource_group_name, server_name, parameters, custom_headers:nil) + def begin_update_async(resource_group_name, server_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'parameters is nil' if parameters.nil? @@ -701,12 +698,13 @@ def begin_update_async(resource_group_name, server_name, parameters, custom_head request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -763,8 +761,8 @@ def begin_update_async(resource_group_name, server_name, parameters, custom_head # # @return [ServerListResult] operation results. # - def list_next(next_page_link, custom_headers:nil) - response = list_next_async(next_page_link, custom_headers:custom_headers).value! + def list_next(next_page_link, custom_headers = nil) + response = list_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -778,8 +776,8 @@ def list_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_next_with_http_info(next_page_link, custom_headers:nil) - list_next_async(next_page_link, custom_headers:custom_headers).value! + def list_next_with_http_info(next_page_link, custom_headers = nil) + list_next_async(next_page_link, custom_headers).value! end # @@ -792,12 +790,11 @@ def list_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_next_async(next_page_link, custom_headers:nil) + def list_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -851,8 +848,8 @@ def list_next_async(next_page_link, custom_headers:nil) # # @return [ServerListResult] operation results. # - def list_by_resource_group_next(next_page_link, custom_headers:nil) - response = list_by_resource_group_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_resource_group_next(next_page_link, custom_headers = nil) + response = list_by_resource_group_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -866,8 +863,8 @@ def list_by_resource_group_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_resource_group_next_with_http_info(next_page_link, custom_headers:nil) - list_by_resource_group_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_resource_group_next_with_http_info(next_page_link, custom_headers = nil) + list_by_resource_group_next_async(next_page_link, custom_headers).value! end # @@ -880,12 +877,11 @@ def list_by_resource_group_next_with_http_info(next_page_link, custom_headers:ni # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_resource_group_next_async(next_page_link, custom_headers:nil) + def list_by_resource_group_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -938,12 +934,12 @@ def list_by_resource_group_next_async(next_page_link, custom_headers:nil) # @return [ServerListResult] which provide lazy access to pages of the # response. # - def list_as_lazy(custom_headers:nil) - response = list_async(custom_headers:custom_headers).value! + def list_as_lazy(custom_headers = nil) + response = list_async(custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_next_async(next_page_link, custom_headers:custom_headers) + list_next_async(next_page_link, custom_headers) end page end @@ -961,12 +957,12 @@ def list_as_lazy(custom_headers:nil) # @return [ServerListResult] which provide lazy access to pages of the # response. # - def list_by_resource_group_as_lazy(resource_group_name, custom_headers:nil) - response = list_by_resource_group_async(resource_group_name, custom_headers:custom_headers).value! + def list_by_resource_group_as_lazy(resource_group_name, custom_headers = nil) + response = list_by_resource_group_async(resource_group_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_resource_group_next_async(next_page_link, custom_headers:custom_headers) + list_by_resource_group_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/sql_management_client.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/sql_management_client.rb index c2b67db6a0..cf54f7d783 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/sql_management_client.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/sql_management_client.rb @@ -24,16 +24,15 @@ class SqlManagementClient < MsRestAzure::AzureServiceClient # @return [String] The API version to use for the request. attr_reader :api_version - # @return [String] The preferred language for the response. + # @return [String] Gets or sets the preferred language for the response. attr_accessor :accept_language - # @return [Integer] The retry timeout in seconds for Long Running - # Operations. Default value is 30. + # @return [Integer] Gets or sets the retry timeout in seconds for Long + # Running Operations. Default value is 30. attr_accessor :long_running_operation_retry_timeout - # @return [Boolean] Whether a unique x-ms-client-request-id should be - # generated. When set to true a unique x-ms-client-request-id value is - # generated and included in each request. Default is true. + # @return [Boolean] When set to true a unique x-ms-client-request-id value + # is generated and included in each request. Default is true. attr_accessor :generate_client_request_id # @return [DatabaseAdvisors] database_advisors @@ -171,9 +170,6 @@ def make_request_async(method, path, options = {}) fail ArgumentError, 'path is nil' if path.nil? request_url = options[:base_url] || @base_url - if(!options[:headers].nil? && !options[:headers]['Content-Type'].nil?) - @request_headers['Content-Type'] = options[:headers]['Content-Type'] - end request_headers = @request_headers request_headers.merge!({'accept-language' => @accept_language}) unless @accept_language.nil? @@ -190,7 +186,9 @@ def make_request_async(method, path, options = {}) # def add_telemetry sdk_information = 'azure_mgmt_sql' - sdk_information = "#{sdk_information}/0.17.1" + if defined? Azure::SQL::Mgmt::V2015_05_01_preview::VERSION + sdk_information = "#{sdk_information}/#{Azure::SQL::Mgmt::V2015_05_01_preview::VERSION}" + end add_user_agent_information(sdk_information) end end diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/subscription_usages.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/subscription_usages.rb index 720583f4e6..28f39f6839 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/subscription_usages.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/subscription_usages.rb @@ -34,8 +34,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_by_location(location_name, custom_headers:nil) - first_page = list_by_location_as_lazy(location_name, custom_headers:custom_headers) + def list_by_location(location_name, custom_headers = nil) + first_page = list_by_location_as_lazy(location_name, custom_headers) first_page.get_all_items end @@ -49,8 +49,8 @@ def list_by_location(location_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_location_with_http_info(location_name, custom_headers:nil) - list_by_location_async(location_name, custom_headers:custom_headers).value! + def list_by_location_with_http_info(location_name, custom_headers = nil) + list_by_location_async(location_name, custom_headers).value! end # @@ -63,14 +63,13 @@ def list_by_location_with_http_info(location_name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_location_async(location_name, custom_headers:nil) + def list_by_location_async(location_name, custom_headers = nil) fail ArgumentError, 'location_name is nil' if location_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -126,8 +125,8 @@ def list_by_location_async(location_name, custom_headers:nil) # # @return [SubscriptionUsage] operation results. # - def get(location_name, usage_name, custom_headers:nil) - response = get_async(location_name, usage_name, custom_headers:custom_headers).value! + def get(location_name, usage_name, custom_headers = nil) + response = get_async(location_name, usage_name, custom_headers).value! response.body unless response.nil? end @@ -142,8 +141,8 @@ def get(location_name, usage_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(location_name, usage_name, custom_headers:nil) - get_async(location_name, usage_name, custom_headers:custom_headers).value! + def get_with_http_info(location_name, usage_name, custom_headers = nil) + get_async(location_name, usage_name, custom_headers).value! end # @@ -157,7 +156,7 @@ def get_with_http_info(location_name, usage_name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(location_name, usage_name, custom_headers:nil) + def get_async(location_name, usage_name, custom_headers = nil) fail ArgumentError, 'location_name is nil' if location_name.nil? fail ArgumentError, 'usage_name is nil' if usage_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -165,7 +164,6 @@ def get_async(location_name, usage_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -220,8 +218,8 @@ def get_async(location_name, usage_name, custom_headers:nil) # # @return [SubscriptionUsageListResult] operation results. # - def list_by_location_next(next_page_link, custom_headers:nil) - response = list_by_location_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_location_next(next_page_link, custom_headers = nil) + response = list_by_location_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -235,8 +233,8 @@ def list_by_location_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_location_next_with_http_info(next_page_link, custom_headers:nil) - list_by_location_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_location_next_with_http_info(next_page_link, custom_headers = nil) + list_by_location_next_async(next_page_link, custom_headers).value! end # @@ -249,12 +247,11 @@ def list_by_location_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_location_next_async(next_page_link, custom_headers:nil) + def list_by_location_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -309,12 +306,12 @@ def list_by_location_next_async(next_page_link, custom_headers:nil) # @return [SubscriptionUsageListResult] which provide lazy access to pages of # the response. # - def list_by_location_as_lazy(location_name, custom_headers:nil) - response = list_by_location_async(location_name, custom_headers:custom_headers).value! + def list_by_location_as_lazy(location_name, custom_headers = nil) + response = list_by_location_async(location_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_location_next_async(next_page_link, custom_headers:custom_headers) + list_by_location_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/sync_agents.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/sync_agents.rb index 502b07e62b..a289e28977 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/sync_agents.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/sync_agents.rb @@ -38,8 +38,8 @@ def initialize(client) # # @return [SyncAgent] operation results. # - def get(resource_group_name, server_name, sync_agent_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, sync_agent_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, sync_agent_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, sync_agent_name, custom_headers).value! response.body unless response.nil? end @@ -57,8 +57,8 @@ def get(resource_group_name, server_name, sync_agent_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, sync_agent_name, custom_headers:nil) - get_async(resource_group_name, server_name, sync_agent_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, sync_agent_name, custom_headers = nil) + get_async(resource_group_name, server_name, sync_agent_name, custom_headers).value! end # @@ -75,7 +75,7 @@ def get_with_http_info(resource_group_name, server_name, sync_agent_name, custom # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, sync_agent_name, custom_headers:nil) + def get_async(resource_group_name, server_name, sync_agent_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'sync_agent_name is nil' if sync_agent_name.nil? @@ -84,7 +84,6 @@ def get_async(resource_group_name, server_name, sync_agent_name, custom_headers: request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -144,8 +143,8 @@ def get_async(resource_group_name, server_name, sync_agent_name, custom_headers: # # @return [SyncAgent] operation results. # - def create_or_update(resource_group_name, server_name, sync_agent_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, sync_agent_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, sync_agent_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, sync_agent_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -163,9 +162,9 @@ def create_or_update(resource_group_name, server_name, sync_agent_name, paramete # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, sync_agent_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, sync_agent_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, sync_agent_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, sync_agent_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -193,8 +192,8 @@ def create_or_update_async(resource_group_name, server_name, sync_agent_name, pa # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def delete(resource_group_name, server_name, sync_agent_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, sync_agent_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, sync_agent_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, sync_agent_name, custom_headers).value! nil end @@ -211,9 +210,9 @@ def delete(resource_group_name, server_name, sync_agent_name, custom_headers:nil # @return [Concurrent::Promise] promise which provides async access to http # response. # - def delete_async(resource_group_name, server_name, sync_agent_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, sync_agent_name, custom_headers = nil) # Send request - promise = begin_delete_async(resource_group_name, server_name, sync_agent_name, custom_headers:custom_headers) + promise = begin_delete_async(resource_group_name, server_name, sync_agent_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -240,8 +239,8 @@ def delete_async(resource_group_name, server_name, sync_agent_name, custom_heade # # @return [Array] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - first_page = list_by_server_as_lazy(resource_group_name, server_name, custom_headers:custom_headers) + def list_by_server(resource_group_name, server_name, custom_headers = nil) + first_page = list_by_server_as_lazy(resource_group_name, server_name, custom_headers) first_page.get_all_items end @@ -258,8 +257,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -275,7 +274,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -283,7 +282,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -342,8 +340,8 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) # # @return [SyncAgentKeyProperties] operation results. # - def generate_key(resource_group_name, server_name, sync_agent_name, custom_headers:nil) - response = generate_key_async(resource_group_name, server_name, sync_agent_name, custom_headers:custom_headers).value! + def generate_key(resource_group_name, server_name, sync_agent_name, custom_headers = nil) + response = generate_key_async(resource_group_name, server_name, sync_agent_name, custom_headers).value! response.body unless response.nil? end @@ -361,8 +359,8 @@ def generate_key(resource_group_name, server_name, sync_agent_name, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def generate_key_with_http_info(resource_group_name, server_name, sync_agent_name, custom_headers:nil) - generate_key_async(resource_group_name, server_name, sync_agent_name, custom_headers:custom_headers).value! + def generate_key_with_http_info(resource_group_name, server_name, sync_agent_name, custom_headers = nil) + generate_key_async(resource_group_name, server_name, sync_agent_name, custom_headers).value! end # @@ -379,7 +377,7 @@ def generate_key_with_http_info(resource_group_name, server_name, sync_agent_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def generate_key_async(resource_group_name, server_name, sync_agent_name, custom_headers:nil) + def generate_key_async(resource_group_name, server_name, sync_agent_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'sync_agent_name is nil' if sync_agent_name.nil? @@ -388,7 +386,6 @@ def generate_key_async(resource_group_name, server_name, sync_agent_name, custom request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -447,8 +444,8 @@ def generate_key_async(resource_group_name, server_name, sync_agent_name, custom # # @return [Array] operation results. # - def list_linked_databases(resource_group_name, server_name, sync_agent_name, custom_headers:nil) - first_page = list_linked_databases_as_lazy(resource_group_name, server_name, sync_agent_name, custom_headers:custom_headers) + def list_linked_databases(resource_group_name, server_name, sync_agent_name, custom_headers = nil) + first_page = list_linked_databases_as_lazy(resource_group_name, server_name, sync_agent_name, custom_headers) first_page.get_all_items end @@ -466,8 +463,8 @@ def list_linked_databases(resource_group_name, server_name, sync_agent_name, cus # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_linked_databases_with_http_info(resource_group_name, server_name, sync_agent_name, custom_headers:nil) - list_linked_databases_async(resource_group_name, server_name, sync_agent_name, custom_headers:custom_headers).value! + def list_linked_databases_with_http_info(resource_group_name, server_name, sync_agent_name, custom_headers = nil) + list_linked_databases_async(resource_group_name, server_name, sync_agent_name, custom_headers).value! end # @@ -484,7 +481,7 @@ def list_linked_databases_with_http_info(resource_group_name, server_name, sync_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_linked_databases_async(resource_group_name, server_name, sync_agent_name, custom_headers:nil) + def list_linked_databases_async(resource_group_name, server_name, sync_agent_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'sync_agent_name is nil' if sync_agent_name.nil? @@ -493,7 +490,6 @@ def list_linked_databases_async(resource_group_name, server_name, sync_agent_nam request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -553,8 +549,8 @@ def list_linked_databases_async(resource_group_name, server_name, sync_agent_nam # # @return [SyncAgent] operation results. # - def begin_create_or_update(resource_group_name, server_name, sync_agent_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, sync_agent_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, sync_agent_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, sync_agent_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -573,8 +569,8 @@ def begin_create_or_update(resource_group_name, server_name, sync_agent_name, pa # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, sync_agent_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, sync_agent_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, sync_agent_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, sync_agent_name, parameters, custom_headers).value! end # @@ -592,7 +588,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, sync # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, sync_agent_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, sync_agent_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'sync_agent_name is nil' if sync_agent_name.nil? @@ -602,12 +598,13 @@ def begin_create_or_update_async(resource_group_name, server_name, sync_agent_na request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -677,8 +674,8 @@ def begin_create_or_update_async(resource_group_name, server_name, sync_agent_na # will be added to the HTTP request. # # - def begin_delete(resource_group_name, server_name, sync_agent_name, custom_headers:nil) - response = begin_delete_async(resource_group_name, server_name, sync_agent_name, custom_headers:custom_headers).value! + def begin_delete(resource_group_name, server_name, sync_agent_name, custom_headers = nil) + response = begin_delete_async(resource_group_name, server_name, sync_agent_name, custom_headers).value! nil end @@ -696,8 +693,8 @@ def begin_delete(resource_group_name, server_name, sync_agent_name, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_delete_with_http_info(resource_group_name, server_name, sync_agent_name, custom_headers:nil) - begin_delete_async(resource_group_name, server_name, sync_agent_name, custom_headers:custom_headers).value! + def begin_delete_with_http_info(resource_group_name, server_name, sync_agent_name, custom_headers = nil) + begin_delete_async(resource_group_name, server_name, sync_agent_name, custom_headers).value! end # @@ -714,7 +711,7 @@ def begin_delete_with_http_info(resource_group_name, server_name, sync_agent_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_delete_async(resource_group_name, server_name, sync_agent_name, custom_headers:nil) + def begin_delete_async(resource_group_name, server_name, sync_agent_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'sync_agent_name is nil' if sync_agent_name.nil? @@ -723,7 +720,6 @@ def begin_delete_async(resource_group_name, server_name, sync_agent_name, custom request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -768,8 +764,8 @@ def begin_delete_async(resource_group_name, server_name, sync_agent_name, custom # # @return [SyncAgentListResult] operation results. # - def list_by_server_next(next_page_link, custom_headers:nil) - response = list_by_server_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_server_next(next_page_link, custom_headers = nil) + response = list_by_server_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -783,8 +779,8 @@ def list_by_server_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_next_with_http_info(next_page_link, custom_headers:nil) - list_by_server_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_server_next_with_http_info(next_page_link, custom_headers = nil) + list_by_server_next_async(next_page_link, custom_headers).value! end # @@ -797,12 +793,11 @@ def list_by_server_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_next_async(next_page_link, custom_headers:nil) + def list_by_server_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -856,8 +851,8 @@ def list_by_server_next_async(next_page_link, custom_headers:nil) # # @return [SyncAgentLinkedDatabaseListResult] operation results. # - def list_linked_databases_next(next_page_link, custom_headers:nil) - response = list_linked_databases_next_async(next_page_link, custom_headers:custom_headers).value! + def list_linked_databases_next(next_page_link, custom_headers = nil) + response = list_linked_databases_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -871,8 +866,8 @@ def list_linked_databases_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_linked_databases_next_with_http_info(next_page_link, custom_headers:nil) - list_linked_databases_next_async(next_page_link, custom_headers:custom_headers).value! + def list_linked_databases_next_with_http_info(next_page_link, custom_headers = nil) + list_linked_databases_next_async(next_page_link, custom_headers).value! end # @@ -885,12 +880,11 @@ def list_linked_databases_next_with_http_info(next_page_link, custom_headers:nil # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_linked_databases_next_async(next_page_link, custom_headers:nil) + def list_linked_databases_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -948,12 +942,12 @@ def list_linked_databases_next_async(next_page_link, custom_headers:nil) # @return [SyncAgentListResult] which provide lazy access to pages of the # response. # - def list_by_server_as_lazy(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_as_lazy(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_server_next_async(next_page_link, custom_headers:custom_headers) + list_by_server_next_async(next_page_link, custom_headers) end page end @@ -974,12 +968,12 @@ def list_by_server_as_lazy(resource_group_name, server_name, custom_headers:nil) # @return [SyncAgentLinkedDatabaseListResult] which provide lazy access to # pages of the response. # - def list_linked_databases_as_lazy(resource_group_name, server_name, sync_agent_name, custom_headers:nil) - response = list_linked_databases_async(resource_group_name, server_name, sync_agent_name, custom_headers:custom_headers).value! + def list_linked_databases_as_lazy(resource_group_name, server_name, sync_agent_name, custom_headers = nil) + response = list_linked_databases_async(resource_group_name, server_name, sync_agent_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_linked_databases_next_async(next_page_link, custom_headers:custom_headers) + list_linked_databases_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/sync_groups.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/sync_groups.rb index 33e1558fec..2820fedbc4 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/sync_groups.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/sync_groups.rb @@ -34,8 +34,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_sync_database_ids(location_name, custom_headers:nil) - first_page = list_sync_database_ids_as_lazy(location_name, custom_headers:custom_headers) + def list_sync_database_ids(location_name, custom_headers = nil) + first_page = list_sync_database_ids_as_lazy(location_name, custom_headers) first_page.get_all_items end @@ -49,8 +49,8 @@ def list_sync_database_ids(location_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_sync_database_ids_with_http_info(location_name, custom_headers:nil) - list_sync_database_ids_async(location_name, custom_headers:custom_headers).value! + def list_sync_database_ids_with_http_info(location_name, custom_headers = nil) + list_sync_database_ids_async(location_name, custom_headers).value! end # @@ -63,14 +63,13 @@ def list_sync_database_ids_with_http_info(location_name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_sync_database_ids_async(location_name, custom_headers:nil) + def list_sync_database_ids_async(location_name, custom_headers = nil) fail ArgumentError, 'location_name is nil' if location_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -128,8 +127,8 @@ def list_sync_database_ids_async(location_name, custom_headers:nil) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def refresh_hub_schema(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) - response = refresh_hub_schema_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:custom_headers).value! + def refresh_hub_schema(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) + response = refresh_hub_schema_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers).value! nil end @@ -147,9 +146,9 @@ def refresh_hub_schema(resource_group_name, server_name, database_name, sync_gro # @return [Concurrent::Promise] promise which provides async access to http # response. # - def refresh_hub_schema_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) + def refresh_hub_schema_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) # Send request - promise = begin_refresh_hub_schema_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:custom_headers) + promise = begin_refresh_hub_schema_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -178,8 +177,8 @@ def refresh_hub_schema_async(resource_group_name, server_name, database_name, sy # # @return [Array] operation results. # - def list_hub_schemas(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) - first_page = list_hub_schemas_as_lazy(resource_group_name, server_name, database_name, sync_group_name, custom_headers:custom_headers) + def list_hub_schemas(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) + first_page = list_hub_schemas_as_lazy(resource_group_name, server_name, database_name, sync_group_name, custom_headers) first_page.get_all_items end @@ -198,8 +197,8 @@ def list_hub_schemas(resource_group_name, server_name, database_name, sync_group # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_hub_schemas_with_http_info(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) - list_hub_schemas_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:custom_headers).value! + def list_hub_schemas_with_http_info(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) + list_hub_schemas_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers).value! end # @@ -217,7 +216,7 @@ def list_hub_schemas_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_hub_schemas_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) + def list_hub_schemas_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -227,7 +226,6 @@ def list_hub_schemas_async(resource_group_name, server_name, database_name, sync request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -292,8 +290,8 @@ def list_hub_schemas_async(resource_group_name, server_name, database_name, sync # # @return [Array] operation results. # - def list_logs(resource_group_name, server_name, database_name, sync_group_name, start_time, end_time, type, continuation_token:nil, custom_headers:nil) - first_page = list_logs_as_lazy(resource_group_name, server_name, database_name, sync_group_name, start_time, end_time, type, continuation_token:continuation_token, custom_headers:custom_headers) + def list_logs(resource_group_name, server_name, database_name, sync_group_name, start_time, end_time, type, continuation_token = nil, custom_headers = nil) + first_page = list_logs_as_lazy(resource_group_name, server_name, database_name, sync_group_name, start_time, end_time, type, continuation_token, custom_headers) first_page.get_all_items end @@ -317,8 +315,8 @@ def list_logs(resource_group_name, server_name, database_name, sync_group_name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_logs_with_http_info(resource_group_name, server_name, database_name, sync_group_name, start_time, end_time, type, continuation_token:nil, custom_headers:nil) - list_logs_async(resource_group_name, server_name, database_name, sync_group_name, start_time, end_time, type, continuation_token:continuation_token, custom_headers:custom_headers).value! + def list_logs_with_http_info(resource_group_name, server_name, database_name, sync_group_name, start_time, end_time, type, continuation_token = nil, custom_headers = nil) + list_logs_async(resource_group_name, server_name, database_name, sync_group_name, start_time, end_time, type, continuation_token, custom_headers).value! end # @@ -341,7 +339,7 @@ def list_logs_with_http_info(resource_group_name, server_name, database_name, sy # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_logs_async(resource_group_name, server_name, database_name, sync_group_name, start_time, end_time, type, continuation_token:nil, custom_headers:nil) + def list_logs_async(resource_group_name, server_name, database_name, sync_group_name, start_time, end_time, type, continuation_token = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -354,7 +352,6 @@ def list_logs_async(resource_group_name, server_name, database_name, sync_group_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -413,8 +410,8 @@ def list_logs_async(resource_group_name, server_name, database_name, sync_group_ # will be added to the HTTP request. # # - def cancel_sync(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) - response = cancel_sync_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:custom_headers).value! + def cancel_sync(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) + response = cancel_sync_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers).value! nil end @@ -433,8 +430,8 @@ def cancel_sync(resource_group_name, server_name, database_name, sync_group_name # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def cancel_sync_with_http_info(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) - cancel_sync_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:custom_headers).value! + def cancel_sync_with_http_info(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) + cancel_sync_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers).value! end # @@ -452,7 +449,7 @@ def cancel_sync_with_http_info(resource_group_name, server_name, database_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def cancel_sync_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) + def cancel_sync_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -462,7 +459,6 @@ def cancel_sync_async(resource_group_name, server_name, database_name, sync_grou request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -511,8 +507,8 @@ def cancel_sync_async(resource_group_name, server_name, database_name, sync_grou # will be added to the HTTP request. # # - def trigger_sync(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) - response = trigger_sync_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:custom_headers).value! + def trigger_sync(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) + response = trigger_sync_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers).value! nil end @@ -531,8 +527,8 @@ def trigger_sync(resource_group_name, server_name, database_name, sync_group_nam # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def trigger_sync_with_http_info(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) - trigger_sync_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:custom_headers).value! + def trigger_sync_with_http_info(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) + trigger_sync_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers).value! end # @@ -550,7 +546,7 @@ def trigger_sync_with_http_info(resource_group_name, server_name, database_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def trigger_sync_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) + def trigger_sync_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -560,7 +556,6 @@ def trigger_sync_async(resource_group_name, server_name, database_name, sync_gro request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -610,8 +605,8 @@ def trigger_sync_async(resource_group_name, server_name, database_name, sync_gro # # @return [SyncGroup] operation results. # - def get(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers).value! response.body unless response.nil? end @@ -630,8 +625,8 @@ def get(resource_group_name, server_name, database_name, sync_group_name, custom # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers).value! end # @@ -649,7 +644,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, sync_gro # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -659,7 +654,6 @@ def get_async(resource_group_name, server_name, database_name, sync_group_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -720,8 +714,8 @@ def get_async(resource_group_name, server_name, database_name, sync_group_name, # # @return [SyncGroup] operation results. # - def create_or_update(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -740,9 +734,9 @@ def create_or_update(resource_group_name, server_name, database_name, sync_group # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -771,8 +765,8 @@ def create_or_update_async(resource_group_name, server_name, database_name, sync # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def delete(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers).value! nil end @@ -790,9 +784,9 @@ def delete(resource_group_name, server_name, database_name, sync_group_name, cus # @return [Concurrent::Promise] promise which provides async access to http # response. # - def delete_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) # Send request - promise = begin_delete_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:custom_headers) + promise = begin_delete_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -822,8 +816,8 @@ def delete_async(resource_group_name, server_name, database_name, sync_group_nam # # @return [SyncGroup] operation results. # - def update(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers:nil) - response = update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers:custom_headers).value! + def update(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers = nil) + response = update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -842,9 +836,9 @@ def update(resource_group_name, server_name, database_name, sync_group_name, par # @return [Concurrent::Promise] promise which provides async access to http # response. # - def update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers:nil) + def update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers = nil) # Send request - promise = begin_update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers:custom_headers) + promise = begin_update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -874,8 +868,8 @@ def update_async(resource_group_name, server_name, database_name, sync_group_nam # # @return [Array] operation results. # - def list_by_database(resource_group_name, server_name, database_name, custom_headers:nil) - first_page = list_by_database_as_lazy(resource_group_name, server_name, database_name, custom_headers:custom_headers) + def list_by_database(resource_group_name, server_name, database_name, custom_headers = nil) + first_page = list_by_database_as_lazy(resource_group_name, server_name, database_name, custom_headers) first_page.get_all_items end @@ -893,8 +887,8 @@ def list_by_database(resource_group_name, server_name, database_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -911,7 +905,7 @@ def list_by_database_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_async(resource_group_name, server_name, database_name, custom_headers:nil) + def list_by_database_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -920,7 +914,6 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -979,8 +972,8 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust # will be added to the HTTP request. # # - def begin_refresh_hub_schema(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) - response = begin_refresh_hub_schema_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:custom_headers).value! + def begin_refresh_hub_schema(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) + response = begin_refresh_hub_schema_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers).value! nil end @@ -999,8 +992,8 @@ def begin_refresh_hub_schema(resource_group_name, server_name, database_name, sy # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_refresh_hub_schema_with_http_info(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) - begin_refresh_hub_schema_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:custom_headers).value! + def begin_refresh_hub_schema_with_http_info(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) + begin_refresh_hub_schema_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers).value! end # @@ -1018,7 +1011,7 @@ def begin_refresh_hub_schema_with_http_info(resource_group_name, server_name, da # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_refresh_hub_schema_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) + def begin_refresh_hub_schema_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -1028,7 +1021,6 @@ def begin_refresh_hub_schema_async(resource_group_name, server_name, database_na request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1079,8 +1071,8 @@ def begin_refresh_hub_schema_async(resource_group_name, server_name, database_na # # @return [SyncGroup] operation results. # - def begin_create_or_update(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -1100,8 +1092,8 @@ def begin_create_or_update(resource_group_name, server_name, database_name, sync # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers).value! end # @@ -1120,7 +1112,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, data # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -1131,12 +1123,13 @@ def begin_create_or_update_async(resource_group_name, server_name, database_name request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -1207,8 +1200,8 @@ def begin_create_or_update_async(resource_group_name, server_name, database_name # will be added to the HTTP request. # # - def begin_delete(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) - response = begin_delete_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:custom_headers).value! + def begin_delete(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) + response = begin_delete_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers).value! nil end @@ -1227,8 +1220,8 @@ def begin_delete(resource_group_name, server_name, database_name, sync_group_nam # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_delete_with_http_info(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) - begin_delete_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:custom_headers).value! + def begin_delete_with_http_info(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) + begin_delete_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers).value! end # @@ -1246,7 +1239,7 @@ def begin_delete_with_http_info(resource_group_name, server_name, database_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_delete_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) + def begin_delete_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -1256,7 +1249,6 @@ def begin_delete_async(resource_group_name, server_name, database_name, sync_gro request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1307,8 +1299,8 @@ def begin_delete_async(resource_group_name, server_name, database_name, sync_gro # # @return [SyncGroup] operation results. # - def begin_update(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers:nil) - response = begin_update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers:custom_headers).value! + def begin_update(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers = nil) + response = begin_update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -1328,8 +1320,8 @@ def begin_update(resource_group_name, server_name, database_name, sync_group_nam # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_update_with_http_info(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers:nil) - begin_update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers:custom_headers).value! + def begin_update_with_http_info(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers = nil) + begin_update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers).value! end # @@ -1348,7 +1340,7 @@ def begin_update_with_http_info(resource_group_name, server_name, database_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers:nil) + def begin_update_async(resource_group_name, server_name, database_name, sync_group_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -1359,12 +1351,13 @@ def begin_update_async(resource_group_name, server_name, database_name, sync_gro request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -1421,8 +1414,8 @@ def begin_update_async(resource_group_name, server_name, database_name, sync_gro # # @return [SyncDatabaseIdListResult] operation results. # - def list_sync_database_ids_next(next_page_link, custom_headers:nil) - response = list_sync_database_ids_next_async(next_page_link, custom_headers:custom_headers).value! + def list_sync_database_ids_next(next_page_link, custom_headers = nil) + response = list_sync_database_ids_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -1436,8 +1429,8 @@ def list_sync_database_ids_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_sync_database_ids_next_with_http_info(next_page_link, custom_headers:nil) - list_sync_database_ids_next_async(next_page_link, custom_headers:custom_headers).value! + def list_sync_database_ids_next_with_http_info(next_page_link, custom_headers = nil) + list_sync_database_ids_next_async(next_page_link, custom_headers).value! end # @@ -1450,12 +1443,11 @@ def list_sync_database_ids_next_with_http_info(next_page_link, custom_headers:ni # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_sync_database_ids_next_async(next_page_link, custom_headers:nil) + def list_sync_database_ids_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1509,8 +1501,8 @@ def list_sync_database_ids_next_async(next_page_link, custom_headers:nil) # # @return [SyncFullSchemaPropertiesListResult] operation results. # - def list_hub_schemas_next(next_page_link, custom_headers:nil) - response = list_hub_schemas_next_async(next_page_link, custom_headers:custom_headers).value! + def list_hub_schemas_next(next_page_link, custom_headers = nil) + response = list_hub_schemas_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -1524,8 +1516,8 @@ def list_hub_schemas_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_hub_schemas_next_with_http_info(next_page_link, custom_headers:nil) - list_hub_schemas_next_async(next_page_link, custom_headers:custom_headers).value! + def list_hub_schemas_next_with_http_info(next_page_link, custom_headers = nil) + list_hub_schemas_next_async(next_page_link, custom_headers).value! end # @@ -1538,12 +1530,11 @@ def list_hub_schemas_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_hub_schemas_next_async(next_page_link, custom_headers:nil) + def list_hub_schemas_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1597,8 +1588,8 @@ def list_hub_schemas_next_async(next_page_link, custom_headers:nil) # # @return [SyncGroupLogListResult] operation results. # - def list_logs_next(next_page_link, custom_headers:nil) - response = list_logs_next_async(next_page_link, custom_headers:custom_headers).value! + def list_logs_next(next_page_link, custom_headers = nil) + response = list_logs_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -1612,8 +1603,8 @@ def list_logs_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_logs_next_with_http_info(next_page_link, custom_headers:nil) - list_logs_next_async(next_page_link, custom_headers:custom_headers).value! + def list_logs_next_with_http_info(next_page_link, custom_headers = nil) + list_logs_next_async(next_page_link, custom_headers).value! end # @@ -1626,12 +1617,11 @@ def list_logs_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_logs_next_async(next_page_link, custom_headers:nil) + def list_logs_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1685,8 +1675,8 @@ def list_logs_next_async(next_page_link, custom_headers:nil) # # @return [SyncGroupListResult] operation results. # - def list_by_database_next(next_page_link, custom_headers:nil) - response = list_by_database_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_database_next(next_page_link, custom_headers = nil) + response = list_by_database_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -1700,8 +1690,8 @@ def list_by_database_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_next_with_http_info(next_page_link, custom_headers:nil) - list_by_database_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_database_next_with_http_info(next_page_link, custom_headers = nil) + list_by_database_next_async(next_page_link, custom_headers).value! end # @@ -1714,12 +1704,11 @@ def list_by_database_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_next_async(next_page_link, custom_headers:nil) + def list_by_database_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1774,12 +1763,12 @@ def list_by_database_next_async(next_page_link, custom_headers:nil) # @return [SyncDatabaseIdListResult] which provide lazy access to pages of the # response. # - def list_sync_database_ids_as_lazy(location_name, custom_headers:nil) - response = list_sync_database_ids_async(location_name, custom_headers:custom_headers).value! + def list_sync_database_ids_as_lazy(location_name, custom_headers = nil) + response = list_sync_database_ids_async(location_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_sync_database_ids_next_async(next_page_link, custom_headers:custom_headers) + list_sync_database_ids_next_async(next_page_link, custom_headers) end page end @@ -1801,12 +1790,12 @@ def list_sync_database_ids_as_lazy(location_name, custom_headers:nil) # @return [SyncFullSchemaPropertiesListResult] which provide lazy access to # pages of the response. # - def list_hub_schemas_as_lazy(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) - response = list_hub_schemas_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:custom_headers).value! + def list_hub_schemas_as_lazy(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) + response = list_hub_schemas_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_hub_schemas_next_async(next_page_link, custom_headers:custom_headers) + list_hub_schemas_next_async(next_page_link, custom_headers) end page end @@ -1833,12 +1822,12 @@ def list_hub_schemas_as_lazy(resource_group_name, server_name, database_name, sy # @return [SyncGroupLogListResult] which provide lazy access to pages of the # response. # - def list_logs_as_lazy(resource_group_name, server_name, database_name, sync_group_name, start_time, end_time, type, continuation_token:nil, custom_headers:nil) - response = list_logs_async(resource_group_name, server_name, database_name, sync_group_name, start_time, end_time, type, continuation_token:continuation_token, custom_headers:custom_headers).value! + def list_logs_as_lazy(resource_group_name, server_name, database_name, sync_group_name, start_time, end_time, type, continuation_token = nil, custom_headers = nil) + response = list_logs_async(resource_group_name, server_name, database_name, sync_group_name, start_time, end_time, type, continuation_token, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_logs_next_async(next_page_link, custom_headers:custom_headers) + list_logs_next_async(next_page_link, custom_headers) end page end @@ -1859,12 +1848,12 @@ def list_logs_as_lazy(resource_group_name, server_name, database_name, sync_grou # @return [SyncGroupListResult] which provide lazy access to pages of the # response. # - def list_by_database_as_lazy(resource_group_name, server_name, database_name, custom_headers:nil) - response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database_as_lazy(resource_group_name, server_name, database_name, custom_headers = nil) + response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_database_next_async(next_page_link, custom_headers:custom_headers) + list_by_database_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/sync_members.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/sync_members.rb index 3a9f0d1162..e700842610 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/sync_members.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/sync_members.rb @@ -41,8 +41,8 @@ def initialize(client) # # @return [SyncMember] operation results. # - def get(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers).value! response.body unless response.nil? end @@ -63,8 +63,8 @@ def get(resource_group_name, server_name, database_name, sync_group_name, sync_m # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers).value! end # @@ -84,7 +84,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, sync_gro # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -95,7 +95,6 @@ def get_async(resource_group_name, server_name, database_name, sync_group_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -158,8 +157,8 @@ def get_async(resource_group_name, server_name, database_name, sync_group_name, # # @return [SyncMember] operation results. # - def create_or_update(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -180,9 +179,9 @@ def create_or_update(resource_group_name, server_name, database_name, sync_group # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -213,8 +212,8 @@ def create_or_update_async(resource_group_name, server_name, database_name, sync # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def delete(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers).value! nil end @@ -234,9 +233,9 @@ def delete(resource_group_name, server_name, database_name, sync_group_name, syn # @return [Concurrent::Promise] promise which provides async access to http # response. # - def delete_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers = nil) # Send request - promise = begin_delete_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:custom_headers) + promise = begin_delete_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -268,8 +267,8 @@ def delete_async(resource_group_name, server_name, database_name, sync_group_nam # # @return [SyncMember] operation results. # - def update(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:nil) - response = update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:custom_headers).value! + def update(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers = nil) + response = update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -290,9 +289,9 @@ def update(resource_group_name, server_name, database_name, sync_group_name, syn # @return [Concurrent::Promise] promise which provides async access to http # response. # - def update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:nil) + def update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers = nil) # Send request - promise = begin_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:custom_headers) + promise = begin_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -323,8 +322,8 @@ def update_async(resource_group_name, server_name, database_name, sync_group_nam # # @return [Array] operation results. # - def list_by_sync_group(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) - first_page = list_by_sync_group_as_lazy(resource_group_name, server_name, database_name, sync_group_name, custom_headers:custom_headers) + def list_by_sync_group(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) + first_page = list_by_sync_group_as_lazy(resource_group_name, server_name, database_name, sync_group_name, custom_headers) first_page.get_all_items end @@ -343,8 +342,8 @@ def list_by_sync_group(resource_group_name, server_name, database_name, sync_gro # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_sync_group_with_http_info(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) - list_by_sync_group_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:custom_headers).value! + def list_by_sync_group_with_http_info(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) + list_by_sync_group_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers).value! end # @@ -362,7 +361,7 @@ def list_by_sync_group_with_http_info(resource_group_name, server_name, database # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_sync_group_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) + def list_by_sync_group_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -372,7 +371,6 @@ def list_by_sync_group_async(resource_group_name, server_name, database_name, sy request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -434,8 +432,8 @@ def list_by_sync_group_async(resource_group_name, server_name, database_name, sy # # @return [Array] operation results. # - def list_member_schemas(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:nil) - first_page = list_member_schemas_as_lazy(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:custom_headers) + def list_member_schemas(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers = nil) + first_page = list_member_schemas_as_lazy(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers) first_page.get_all_items end @@ -456,8 +454,8 @@ def list_member_schemas(resource_group_name, server_name, database_name, sync_gr # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_member_schemas_with_http_info(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:nil) - list_member_schemas_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:custom_headers).value! + def list_member_schemas_with_http_info(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers = nil) + list_member_schemas_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers).value! end # @@ -477,7 +475,7 @@ def list_member_schemas_with_http_info(resource_group_name, server_name, databas # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_member_schemas_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:nil) + def list_member_schemas_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -488,7 +486,6 @@ def list_member_schemas_async(resource_group_name, server_name, database_name, s request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -548,8 +545,8 @@ def list_member_schemas_async(resource_group_name, server_name, database_name, s # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def refresh_member_schema(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:nil) - response = refresh_member_schema_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:custom_headers).value! + def refresh_member_schema(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers = nil) + response = refresh_member_schema_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers).value! nil end @@ -569,9 +566,9 @@ def refresh_member_schema(resource_group_name, server_name, database_name, sync_ # @return [Concurrent::Promise] promise which provides async access to http # response. # - def refresh_member_schema_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:nil) + def refresh_member_schema_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers = nil) # Send request - promise = begin_refresh_member_schema_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:custom_headers) + promise = begin_refresh_member_schema_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -603,8 +600,8 @@ def refresh_member_schema_async(resource_group_name, server_name, database_name, # # @return [SyncMember] operation results. # - def begin_create_or_update(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -626,8 +623,8 @@ def begin_create_or_update(resource_group_name, server_name, database_name, sync # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers).value! end # @@ -648,7 +645,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, data # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -660,12 +657,13 @@ def begin_create_or_update_async(resource_group_name, server_name, database_name request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -738,8 +736,8 @@ def begin_create_or_update_async(resource_group_name, server_name, database_name # will be added to the HTTP request. # # - def begin_delete(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:nil) - response = begin_delete_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:custom_headers).value! + def begin_delete(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers = nil) + response = begin_delete_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers).value! nil end @@ -760,8 +758,8 @@ def begin_delete(resource_group_name, server_name, database_name, sync_group_nam # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_delete_with_http_info(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:nil) - begin_delete_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:custom_headers).value! + def begin_delete_with_http_info(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers = nil) + begin_delete_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers).value! end # @@ -781,7 +779,7 @@ def begin_delete_with_http_info(resource_group_name, server_name, database_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_delete_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:nil) + def begin_delete_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -792,7 +790,6 @@ def begin_delete_async(resource_group_name, server_name, database_name, sync_gro request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -845,8 +842,8 @@ def begin_delete_async(resource_group_name, server_name, database_name, sync_gro # # @return [SyncMember] operation results. # - def begin_update(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:nil) - response = begin_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:custom_headers).value! + def begin_update(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers = nil) + response = begin_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -868,8 +865,8 @@ def begin_update(resource_group_name, server_name, database_name, sync_group_nam # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_update_with_http_info(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:nil) - begin_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:custom_headers).value! + def begin_update_with_http_info(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers = nil) + begin_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers).value! end # @@ -890,7 +887,7 @@ def begin_update_with_http_info(resource_group_name, server_name, database_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:nil) + def begin_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -902,12 +899,13 @@ def begin_update_async(resource_group_name, server_name, database_name, sync_gro request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -970,8 +968,8 @@ def begin_update_async(resource_group_name, server_name, database_name, sync_gro # will be added to the HTTP request. # # - def begin_refresh_member_schema(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:nil) - response = begin_refresh_member_schema_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:custom_headers).value! + def begin_refresh_member_schema(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers = nil) + response = begin_refresh_member_schema_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers).value! nil end @@ -992,8 +990,8 @@ def begin_refresh_member_schema(resource_group_name, server_name, database_name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_refresh_member_schema_with_http_info(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:nil) - begin_refresh_member_schema_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:custom_headers).value! + def begin_refresh_member_schema_with_http_info(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers = nil) + begin_refresh_member_schema_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers).value! end # @@ -1013,7 +1011,7 @@ def begin_refresh_member_schema_with_http_info(resource_group_name, server_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_refresh_member_schema_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:nil) + def begin_refresh_member_schema_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -1024,7 +1022,6 @@ def begin_refresh_member_schema_async(resource_group_name, server_name, database request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1069,8 +1066,8 @@ def begin_refresh_member_schema_async(resource_group_name, server_name, database # # @return [SyncMemberListResult] operation results. # - def list_by_sync_group_next(next_page_link, custom_headers:nil) - response = list_by_sync_group_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_sync_group_next(next_page_link, custom_headers = nil) + response = list_by_sync_group_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -1084,8 +1081,8 @@ def list_by_sync_group_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_sync_group_next_with_http_info(next_page_link, custom_headers:nil) - list_by_sync_group_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_sync_group_next_with_http_info(next_page_link, custom_headers = nil) + list_by_sync_group_next_async(next_page_link, custom_headers).value! end # @@ -1098,12 +1095,11 @@ def list_by_sync_group_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_sync_group_next_async(next_page_link, custom_headers:nil) + def list_by_sync_group_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1157,8 +1153,8 @@ def list_by_sync_group_next_async(next_page_link, custom_headers:nil) # # @return [SyncFullSchemaPropertiesListResult] operation results. # - def list_member_schemas_next(next_page_link, custom_headers:nil) - response = list_member_schemas_next_async(next_page_link, custom_headers:custom_headers).value! + def list_member_schemas_next(next_page_link, custom_headers = nil) + response = list_member_schemas_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -1172,8 +1168,8 @@ def list_member_schemas_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_member_schemas_next_with_http_info(next_page_link, custom_headers:nil) - list_member_schemas_next_async(next_page_link, custom_headers:custom_headers).value! + def list_member_schemas_next_with_http_info(next_page_link, custom_headers = nil) + list_member_schemas_next_async(next_page_link, custom_headers).value! end # @@ -1186,12 +1182,11 @@ def list_member_schemas_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_member_schemas_next_async(next_page_link, custom_headers:nil) + def list_member_schemas_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1251,12 +1246,12 @@ def list_member_schemas_next_async(next_page_link, custom_headers:nil) # @return [SyncMemberListResult] which provide lazy access to pages of the # response. # - def list_by_sync_group_as_lazy(resource_group_name, server_name, database_name, sync_group_name, custom_headers:nil) - response = list_by_sync_group_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers:custom_headers).value! + def list_by_sync_group_as_lazy(resource_group_name, server_name, database_name, sync_group_name, custom_headers = nil) + response = list_by_sync_group_async(resource_group_name, server_name, database_name, sync_group_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_sync_group_next_async(next_page_link, custom_headers:custom_headers) + list_by_sync_group_next_async(next_page_link, custom_headers) end page end @@ -1280,12 +1275,12 @@ def list_by_sync_group_as_lazy(resource_group_name, server_name, database_name, # @return [SyncFullSchemaPropertiesListResult] which provide lazy access to # pages of the response. # - def list_member_schemas_as_lazy(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:nil) - response = list_member_schemas_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers:custom_headers).value! + def list_member_schemas_as_lazy(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers = nil) + response = list_member_schemas_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_member_schemas_next_async(next_page_link, custom_headers:custom_headers) + list_member_schemas_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/version.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/version.rb new file mode 100644 index 0000000000..dc66eff99e --- /dev/null +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/version.rb @@ -0,0 +1,8 @@ +# 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::SQL::Mgmt::V2015_05_01_preview + VERSION = '0.16.0' +end diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/virtual_network_rules.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/virtual_network_rules.rb index 1854126d49..60d9f9a2bc 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/virtual_network_rules.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/virtual_network_rules.rb @@ -38,8 +38,8 @@ def initialize(client) # # @return [VirtualNetworkRule] operation results. # - def get(resource_group_name, server_name, virtual_network_rule_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, virtual_network_rule_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, virtual_network_rule_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, virtual_network_rule_name, custom_headers).value! response.body unless response.nil? end @@ -57,8 +57,8 @@ def get(resource_group_name, server_name, virtual_network_rule_name, custom_head # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, virtual_network_rule_name, custom_headers:nil) - get_async(resource_group_name, server_name, virtual_network_rule_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, virtual_network_rule_name, custom_headers = nil) + get_async(resource_group_name, server_name, virtual_network_rule_name, custom_headers).value! end # @@ -75,7 +75,7 @@ def get_with_http_info(resource_group_name, server_name, virtual_network_rule_na # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, virtual_network_rule_name, custom_headers:nil) + def get_async(resource_group_name, server_name, virtual_network_rule_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'virtual_network_rule_name is nil' if virtual_network_rule_name.nil? @@ -84,7 +84,6 @@ def get_async(resource_group_name, server_name, virtual_network_rule_name, custo request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -145,8 +144,8 @@ def get_async(resource_group_name, server_name, virtual_network_rule_name, custo # # @return [VirtualNetworkRule] operation results. # - def create_or_update(resource_group_name, server_name, virtual_network_rule_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, virtual_network_rule_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, virtual_network_rule_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, virtual_network_rule_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -165,9 +164,9 @@ def create_or_update(resource_group_name, server_name, virtual_network_rule_name # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, virtual_network_rule_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, virtual_network_rule_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, virtual_network_rule_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, virtual_network_rule_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -195,8 +194,8 @@ def create_or_update_async(resource_group_name, server_name, virtual_network_rul # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def delete(resource_group_name, server_name, virtual_network_rule_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, virtual_network_rule_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, virtual_network_rule_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, virtual_network_rule_name, custom_headers).value! nil end @@ -213,9 +212,9 @@ def delete(resource_group_name, server_name, virtual_network_rule_name, custom_h # @return [Concurrent::Promise] promise which provides async access to http # response. # - def delete_async(resource_group_name, server_name, virtual_network_rule_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, virtual_network_rule_name, custom_headers = nil) # Send request - promise = begin_delete_async(resource_group_name, server_name, virtual_network_rule_name, custom_headers:custom_headers) + promise = begin_delete_async(resource_group_name, server_name, virtual_network_rule_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -241,8 +240,8 @@ def delete_async(resource_group_name, server_name, virtual_network_rule_name, cu # # @return [Array] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - first_page = list_by_server_as_lazy(resource_group_name, server_name, custom_headers:custom_headers) + def list_by_server(resource_group_name, server_name, custom_headers = nil) + first_page = list_by_server_as_lazy(resource_group_name, server_name, custom_headers) first_page.get_all_items end @@ -258,8 +257,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -274,7 +273,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -282,7 +281,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -343,8 +341,8 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) # # @return [VirtualNetworkRule] operation results. # - def begin_create_or_update(resource_group_name, server_name, virtual_network_rule_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, virtual_network_rule_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, virtual_network_rule_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, virtual_network_rule_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -364,8 +362,8 @@ def begin_create_or_update(resource_group_name, server_name, virtual_network_rul # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, virtual_network_rule_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, virtual_network_rule_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, virtual_network_rule_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, virtual_network_rule_name, parameters, custom_headers).value! end # @@ -384,7 +382,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, virt # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, virtual_network_rule_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, virtual_network_rule_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'virtual_network_rule_name is nil' if virtual_network_rule_name.nil? @@ -394,12 +392,13 @@ def begin_create_or_update_async(resource_group_name, server_name, virtual_netwo request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -469,8 +468,8 @@ def begin_create_or_update_async(resource_group_name, server_name, virtual_netwo # will be added to the HTTP request. # # - def begin_delete(resource_group_name, server_name, virtual_network_rule_name, custom_headers:nil) - response = begin_delete_async(resource_group_name, server_name, virtual_network_rule_name, custom_headers:custom_headers).value! + def begin_delete(resource_group_name, server_name, virtual_network_rule_name, custom_headers = nil) + response = begin_delete_async(resource_group_name, server_name, virtual_network_rule_name, custom_headers).value! nil end @@ -488,8 +487,8 @@ def begin_delete(resource_group_name, server_name, virtual_network_rule_name, cu # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_delete_with_http_info(resource_group_name, server_name, virtual_network_rule_name, custom_headers:nil) - begin_delete_async(resource_group_name, server_name, virtual_network_rule_name, custom_headers:custom_headers).value! + def begin_delete_with_http_info(resource_group_name, server_name, virtual_network_rule_name, custom_headers = nil) + begin_delete_async(resource_group_name, server_name, virtual_network_rule_name, custom_headers).value! end # @@ -506,7 +505,7 @@ def begin_delete_with_http_info(resource_group_name, server_name, virtual_networ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_delete_async(resource_group_name, server_name, virtual_network_rule_name, custom_headers:nil) + def begin_delete_async(resource_group_name, server_name, virtual_network_rule_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'virtual_network_rule_name is nil' if virtual_network_rule_name.nil? @@ -515,7 +514,6 @@ def begin_delete_async(resource_group_name, server_name, virtual_network_rule_na request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -560,8 +558,8 @@ def begin_delete_async(resource_group_name, server_name, virtual_network_rule_na # # @return [VirtualNetworkRuleListResult] operation results. # - def list_by_server_next(next_page_link, custom_headers:nil) - response = list_by_server_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_server_next(next_page_link, custom_headers = nil) + response = list_by_server_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -575,8 +573,8 @@ def list_by_server_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_next_with_http_info(next_page_link, custom_headers:nil) - list_by_server_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_server_next_with_http_info(next_page_link, custom_headers = nil) + list_by_server_next_async(next_page_link, custom_headers).value! end # @@ -589,12 +587,11 @@ def list_by_server_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_next_async(next_page_link, custom_headers:nil) + def list_by_server_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -651,12 +648,12 @@ def list_by_server_next_async(next_page_link, custom_headers:nil) # @return [VirtualNetworkRuleListResult] which provide lazy access to pages of # the response. # - def list_by_server_as_lazy(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_as_lazy(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_server_next_async(next_page_link, custom_headers:custom_headers) + list_by_server_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql.rb index 23102b1d6a..448515b2d4 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql.rb @@ -40,55 +40,58 @@ module Azure::SQL::Mgmt::V2017_03_01_preview autoload :JobVersions, '2017-03-01-preview/generated/azure_mgmt_sql/job_versions.rb' autoload :LongTermRetentionBackups, '2017-03-01-preview/generated/azure_mgmt_sql/long_term_retention_backups.rb' autoload :BackupLongTermRetentionPolicies, '2017-03-01-preview/generated/azure_mgmt_sql/backup_long_term_retention_policies.rb' + autoload :ManagedBackupShortTermRetentionPolicies, '2017-03-01-preview/generated/azure_mgmt_sql/managed_backup_short_term_retention_policies.rb' autoload :ManagedDatabases, '2017-03-01-preview/generated/azure_mgmt_sql/managed_databases.rb' autoload :RestorePoints, '2017-03-01-preview/generated/azure_mgmt_sql/restore_points.rb' - autoload :SensitivityLabels, '2017-03-01-preview/generated/azure_mgmt_sql/sensitivity_labels.rb' autoload :ServerAutomaticTuningOperations, '2017-03-01-preview/generated/azure_mgmt_sql/server_automatic_tuning_operations.rb' autoload :ServerDnsAliases, '2017-03-01-preview/generated/azure_mgmt_sql/server_dns_aliases.rb' autoload :ServerSecurityAlertPolicies, '2017-03-01-preview/generated/azure_mgmt_sql/server_security_alert_policies.rb' + autoload :ManagedDatabaseSecurityAlertPolicies, '2017-03-01-preview/generated/azure_mgmt_sql/managed_database_security_alert_policies.rb' + autoload :ManagedServerSecurityAlertPolicies, '2017-03-01-preview/generated/azure_mgmt_sql/managed_server_security_alert_policies.rb' autoload :SqlManagementClient, '2017-03-01-preview/generated/azure_mgmt_sql/sql_management_client.rb' module Models autoload :JobListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_list_result.rb' - autoload :Resource, '2017-03-01-preview/generated/azure_mgmt_sql/models/resource.rb' autoload :JobStepAction, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_action.rb' - autoload :ManagedDatabaseUpdate, '2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_update.rb' + autoload :DatabaseVulnerabilityAssessmentListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_list_result.rb' autoload :ManagedDatabaseListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_list_result.rb' - autoload :ServerDnsAliasAcquisition, '2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias_acquisition.rb' + autoload :ServerDnsAliasListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias_list_result.rb' autoload :CompleteDatabaseRestoreDefinition, '2017-03-01-preview/generated/azure_mgmt_sql/models/complete_database_restore_definition.rb' - autoload :AutomaticTuningServerOptions, '2017-03-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_server_options.rb' + autoload :Resource, '2017-03-01-preview/generated/azure_mgmt_sql/models/resource.rb' + autoload :JobStepListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_list_result.rb' + autoload :DatabaseOperationListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/database_operation_list_result.rb' autoload :JobAgentListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent_list_result.rb' - autoload :SensitivityLabelListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/sensitivity_label_list_result.rb' - autoload :JobAgentUpdate, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent_update.rb' autoload :CreateDatabaseRestorePointDefinition, '2017-03-01-preview/generated/azure_mgmt_sql/models/create_database_restore_point_definition.rb' - autoload :LongTermRetentionBackupListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/long_term_retention_backup_list_result.rb' + autoload :JobAgentUpdate, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent_update.rb' autoload :DatabaseUpdate, '2017-03-01-preview/generated/azure_mgmt_sql/models/database_update.rb' - autoload :JobCredentialListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_credential_list_result.rb' + autoload :ManagedBackupShortTermRetentionPolicyListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/managed_backup_short_term_retention_policy_list_result.rb' autoload :RestorePointListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/restore_point_list_result.rb' - autoload :JobExecutionTarget, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution_target.rb' + autoload :JobCredentialListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_credential_list_result.rb' autoload :ResourceMoveDefinition, '2017-03-01-preview/generated/azure_mgmt_sql/models/resource_move_definition.rb' - autoload :JobVersionListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_version_list_result.rb' + autoload :JobExecutionTarget, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution_target.rb' + autoload :ManagedDatabaseUpdate, '2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_update.rb' + autoload :LongTermRetentionBackupListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/long_term_retention_backup_list_result.rb' + autoload :AutomaticTuningServerOptions, '2017-03-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_server_options.rb' autoload :JobExecutionListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution_list_result.rb' - autoload :DatabaseOperationListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/database_operation_list_result.rb' - autoload :JobSchedule, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_schedule.rb' autoload :DatabaseListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/database_list_result.rb' - autoload :JobTargetGroupListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_target_group_list_result.rb' + autoload :JobSchedule, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_schedule.rb' autoload :DatabaseVulnerabilityAssessmentRuleBaselineItem, '2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_rule_baseline_item.rb' - autoload :VulnerabilityAssessmentRecurringScansProperties, '2017-03-01-preview/generated/azure_mgmt_sql/models/vulnerability_assessment_recurring_scans_properties.rb' - autoload :JobStepListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_list_result.rb' - autoload :Sku, '2017-03-01-preview/generated/azure_mgmt_sql/models/sku.rb' + autoload :JobVersionListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_version_list_result.rb' + autoload :ServerDnsAliasAcquisition, '2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias_acquisition.rb' autoload :JobTarget, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_target.rb' - autoload :ServerDnsAliasListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias_list_result.rb' - autoload :JobStepOutput, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_output.rb' autoload :ImportExportDatabaseDefinition, '2017-03-01-preview/generated/azure_mgmt_sql/models/import_export_database_definition.rb' + autoload :JobTargetGroupListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_target_group_list_result.rb' + autoload :Sku, '2017-03-01-preview/generated/azure_mgmt_sql/models/sku.rb' + autoload :JobStepOutput, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_output.rb' + autoload :VulnerabilityAssessmentRecurringScansProperties, '2017-03-01-preview/generated/azure_mgmt_sql/models/vulnerability_assessment_recurring_scans_properties.rb' autoload :JobStepExecutionOptions, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_execution_options.rb' autoload :ProxyResource, '2017-03-01-preview/generated/azure_mgmt_sql/models/proxy_resource.rb' autoload :ExtendedDatabaseBlobAuditingPolicy, '2017-03-01-preview/generated/azure_mgmt_sql/models/extended_database_blob_auditing_policy.rb' autoload :ExtendedServerBlobAuditingPolicy, '2017-03-01-preview/generated/azure_mgmt_sql/models/extended_server_blob_auditing_policy.rb' autoload :ServerBlobAuditingPolicy, '2017-03-01-preview/generated/azure_mgmt_sql/models/server_blob_auditing_policy.rb' autoload :DatabaseBlobAuditingPolicy, '2017-03-01-preview/generated/azure_mgmt_sql/models/database_blob_auditing_policy.rb' - autoload :DatabaseOperation, '2017-03-01-preview/generated/azure_mgmt_sql/models/database_operation.rb' autoload :TrackedResource, '2017-03-01-preview/generated/azure_mgmt_sql/models/tracked_resource.rb' + autoload :DatabaseOperation, '2017-03-01-preview/generated/azure_mgmt_sql/models/database_operation.rb' autoload :Database, '2017-03-01-preview/generated/azure_mgmt_sql/models/database.rb' autoload :ImportExportOperationResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/import_export_operation_result.rb' autoload :DatabaseVulnerabilityAssessmentRuleBaseline, '2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_rule_baseline.rb' @@ -103,12 +106,14 @@ module Models autoload :JobVersion, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_version.rb' autoload :LongTermRetentionBackup, '2017-03-01-preview/generated/azure_mgmt_sql/models/long_term_retention_backup.rb' autoload :BackupLongTermRetentionPolicy, '2017-03-01-preview/generated/azure_mgmt_sql/models/backup_long_term_retention_policy.rb' + autoload :ManagedBackupShortTermRetentionPolicy, '2017-03-01-preview/generated/azure_mgmt_sql/models/managed_backup_short_term_retention_policy.rb' autoload :ManagedDatabase, '2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database.rb' autoload :RestorePoint, '2017-03-01-preview/generated/azure_mgmt_sql/models/restore_point.rb' - autoload :SensitivityLabel, '2017-03-01-preview/generated/azure_mgmt_sql/models/sensitivity_label.rb' autoload :ServerAutomaticTuning, '2017-03-01-preview/generated/azure_mgmt_sql/models/server_automatic_tuning.rb' autoload :ServerDnsAlias, '2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias.rb' autoload :ServerSecurityAlertPolicy, '2017-03-01-preview/generated/azure_mgmt_sql/models/server_security_alert_policy.rb' + autoload :ManagedDatabaseSecurityAlertPolicy, '2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_security_alert_policy.rb' + autoload :ManagedServerSecurityAlertPolicy, '2017-03-01-preview/generated/azure_mgmt_sql/models/managed_server_security_alert_policy.rb' autoload :BlobAuditingPolicyState, '2017-03-01-preview/generated/azure_mgmt_sql/models/blob_auditing_policy_state.rb' autoload :ManagementOperationState, '2017-03-01-preview/generated/azure_mgmt_sql/models/management_operation_state.rb' autoload :CreateMode, '2017-03-01-preview/generated/azure_mgmt_sql/models/create_mode.rb' @@ -134,6 +139,5 @@ module Models autoload :SecurityAlertPolicyState, '2017-03-01-preview/generated/azure_mgmt_sql/models/security_alert_policy_state.rb' autoload :LongTermRetentionDatabaseState, '2017-03-01-preview/generated/azure_mgmt_sql/models/long_term_retention_database_state.rb' autoload :VulnerabilityAssessmentPolicyBaselineName, '2017-03-01-preview/generated/azure_mgmt_sql/models/vulnerability_assessment_policy_baseline_name.rb' - autoload :SensitivityLabelSource, '2017-03-01-preview/generated/azure_mgmt_sql/models/sensitivity_label_source.rb' end end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/backup_long_term_retention_policies.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/backup_long_term_retention_policies.rb index fea6e360b9..019db8756a 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/backup_long_term_retention_policies.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/backup_long_term_retention_policies.rb @@ -37,8 +37,8 @@ def initialize(client) # # @return [BackupLongTermRetentionPolicy] operation results. # - def get(resource_group_name, server_name, database_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -55,8 +55,8 @@ def get(resource_group_name, server_name, database_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -72,7 +72,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -82,7 +82,6 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -142,8 +141,8 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni # # @return [BackupLongTermRetentionPolicy] operation results. # - def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -161,9 +160,9 @@ def create_or_update(resource_group_name, server_name, database_name, parameters # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -192,8 +191,8 @@ def create_or_update_async(resource_group_name, server_name, database_name, para # # @return [BackupLongTermRetentionPolicy] operation results. # - def list_by_database(resource_group_name, server_name, database_name, custom_headers:nil) - response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database(resource_group_name, server_name, database_name, custom_headers = nil) + response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -210,8 +209,8 @@ def list_by_database(resource_group_name, server_name, database_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -227,7 +226,7 @@ def list_by_database_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_async(resource_group_name, server_name, database_name, custom_headers:nil) + def list_by_database_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -236,7 +235,6 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -296,8 +294,8 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust # # @return [BackupLongTermRetentionPolicy] operation results. # - def begin_create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -316,8 +314,8 @@ def begin_create_or_update(resource_group_name, server_name, database_name, para # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -335,7 +333,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, data # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -346,12 +344,13 @@ def begin_create_or_update_async(resource_group_name, server_name, database_name request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/data_warehouse_user_activities_operations.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/data_warehouse_user_activities_operations.rb index 9c6698120e..71c53e8602 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/data_warehouse_user_activities_operations.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/data_warehouse_user_activities_operations.rb @@ -38,8 +38,8 @@ def initialize(client) # # @return [DataWarehouseUserActivities] operation results. # - def get(resource_group_name, server_name, database_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -57,8 +57,8 @@ def get(resource_group_name, server_name, database_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -75,7 +75,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -85,7 +85,6 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_blob_auditing_policies.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_blob_auditing_policies.rb index 643a271b9e..396167a21b 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_blob_auditing_policies.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_blob_auditing_policies.rb @@ -37,8 +37,8 @@ def initialize(client) # # @return [DatabaseBlobAuditingPolicy] operation results. # - def get(resource_group_name, server_name, database_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -55,8 +55,8 @@ def get(resource_group_name, server_name, database_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -72,7 +72,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -82,7 +82,6 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -142,8 +141,8 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni # # @return [DatabaseBlobAuditingPolicy] operation results. # - def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -162,8 +161,8 @@ def create_or_update(resource_group_name, server_name, database_name, parameters # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -181,7 +180,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -192,12 +191,13 @@ def create_or_update_async(resource_group_name, server_name, database_name, para request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_operations.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_operations.rb index c5bcb60c1c..a7932b700e 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_operations.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_operations.rb @@ -37,8 +37,8 @@ def initialize(client) # will be added to the HTTP request. # # - def cancel(resource_group_name, server_name, database_name, operation_id, custom_headers:nil) - response = cancel_async(resource_group_name, server_name, database_name, operation_id, custom_headers:custom_headers).value! + def cancel(resource_group_name, server_name, database_name, operation_id, custom_headers = nil) + response = cancel_async(resource_group_name, server_name, database_name, operation_id, custom_headers).value! nil end @@ -56,8 +56,8 @@ def cancel(resource_group_name, server_name, database_name, operation_id, custom # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def cancel_with_http_info(resource_group_name, server_name, database_name, operation_id, custom_headers:nil) - cancel_async(resource_group_name, server_name, database_name, operation_id, custom_headers:custom_headers).value! + def cancel_with_http_info(resource_group_name, server_name, database_name, operation_id, custom_headers = nil) + cancel_async(resource_group_name, server_name, database_name, operation_id, custom_headers).value! end # @@ -74,7 +74,7 @@ def cancel_with_http_info(resource_group_name, server_name, database_name, opera # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def cancel_async(resource_group_name, server_name, database_name, operation_id, custom_headers:nil) + def cancel_async(resource_group_name, server_name, database_name, operation_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -84,7 +84,6 @@ def cancel_async(resource_group_name, server_name, database_name, operation_id, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -132,8 +131,8 @@ def cancel_async(resource_group_name, server_name, database_name, operation_id, # # @return [Array] operation results. # - def list_by_database(resource_group_name, server_name, database_name, custom_headers:nil) - first_page = list_by_database_as_lazy(resource_group_name, server_name, database_name, custom_headers:custom_headers) + def list_by_database(resource_group_name, server_name, database_name, custom_headers = nil) + first_page = list_by_database_as_lazy(resource_group_name, server_name, database_name, custom_headers) first_page.get_all_items end @@ -150,8 +149,8 @@ def list_by_database(resource_group_name, server_name, database_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -167,7 +166,7 @@ def list_by_database_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_async(resource_group_name, server_name, database_name, custom_headers:nil) + def list_by_database_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -176,7 +175,6 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -231,8 +229,8 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust # # @return [DatabaseOperationListResult] operation results. # - def list_by_database_next(next_page_link, custom_headers:nil) - response = list_by_database_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_database_next(next_page_link, custom_headers = nil) + response = list_by_database_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -246,8 +244,8 @@ def list_by_database_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_next_with_http_info(next_page_link, custom_headers:nil) - list_by_database_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_database_next_with_http_info(next_page_link, custom_headers = nil) + list_by_database_next_async(next_page_link, custom_headers).value! end # @@ -260,12 +258,11 @@ def list_by_database_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_next_async(next_page_link, custom_headers:nil) + def list_by_database_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -323,12 +320,12 @@ def list_by_database_next_async(next_page_link, custom_headers:nil) # @return [DatabaseOperationListResult] which provide lazy access to pages of # the response. # - def list_by_database_as_lazy(resource_group_name, server_name, database_name, custom_headers:nil) - response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database_as_lazy(resource_group_name, server_name, database_name, custom_headers = nil) + response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_database_next_async(next_page_link, custom_headers:custom_headers) + list_by_database_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_vulnerability_assessment_rule_baselines.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_vulnerability_assessment_rule_baselines.rb index 9f521314de..ad4f12a92d 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_vulnerability_assessment_rule_baselines.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_vulnerability_assessment_rule_baselines.rb @@ -43,8 +43,8 @@ def initialize(client) # # @return [DatabaseVulnerabilityAssessmentRuleBaseline] operation results. # - def get(resource_group_name, server_name, database_name, rule_id, baseline_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, rule_id, baseline_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, rule_id, baseline_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, rule_id, baseline_name, custom_headers).value! response.body unless response.nil? end @@ -67,8 +67,8 @@ def get(resource_group_name, server_name, database_name, rule_id, baseline_name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, rule_id, baseline_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, rule_id, baseline_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, rule_id, baseline_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, rule_id, baseline_name, custom_headers).value! end # @@ -90,7 +90,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, rule_id, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, rule_id, baseline_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, rule_id, baseline_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -102,7 +102,6 @@ def get_async(resource_group_name, server_name, database_name, rule_id, baseline request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -168,8 +167,8 @@ def get_async(resource_group_name, server_name, database_name, rule_id, baseline # # @return [DatabaseVulnerabilityAssessmentRuleBaseline] operation results. # - def create_or_update(resource_group_name, server_name, database_name, rule_id, baseline_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, database_name, rule_id, baseline_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, database_name, rule_id, baseline_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, database_name, rule_id, baseline_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -194,8 +193,8 @@ def create_or_update(resource_group_name, server_name, database_name, rule_id, b # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, database_name, rule_id, baseline_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, database_name, rule_id, baseline_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, database_name, rule_id, baseline_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, database_name, rule_id, baseline_name, parameters, custom_headers).value! end # @@ -219,7 +218,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, database_name, rule_id, baseline_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, database_name, rule_id, baseline_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -232,12 +231,13 @@ def create_or_update_async(resource_group_name, server_name, database_name, rule request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -302,8 +302,8 @@ def create_or_update_async(resource_group_name, server_name, database_name, rule # will be added to the HTTP request. # # - def delete(resource_group_name, server_name, database_name, rule_id, baseline_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, database_name, rule_id, baseline_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, database_name, rule_id, baseline_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, database_name, rule_id, baseline_name, custom_headers).value! nil end @@ -326,8 +326,8 @@ def delete(resource_group_name, server_name, database_name, rule_id, baseline_na # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(resource_group_name, server_name, database_name, rule_id, baseline_name, custom_headers:nil) - delete_async(resource_group_name, server_name, database_name, rule_id, baseline_name, custom_headers:custom_headers).value! + def delete_with_http_info(resource_group_name, server_name, database_name, rule_id, baseline_name, custom_headers = nil) + delete_async(resource_group_name, server_name, database_name, rule_id, baseline_name, custom_headers).value! end # @@ -349,7 +349,7 @@ def delete_with_http_info(resource_group_name, server_name, database_name, rule_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(resource_group_name, server_name, database_name, rule_id, baseline_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, database_name, rule_id, baseline_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -361,7 +361,6 @@ def delete_async(resource_group_name, server_name, database_name, rule_id, basel request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_vulnerability_assessments.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_vulnerability_assessments.rb index d286eaeaa7..f762140d81 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_vulnerability_assessments.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_vulnerability_assessments.rb @@ -38,8 +38,8 @@ def initialize(client) # # @return [DatabaseVulnerabilityAssessment] operation results. # - def get(resource_group_name, server_name, database_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -57,8 +57,8 @@ def get(resource_group_name, server_name, database_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -75,7 +75,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -85,7 +85,6 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -145,8 +144,8 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni # # @return [DatabaseVulnerabilityAssessment] operation results. # - def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -165,8 +164,8 @@ def create_or_update(resource_group_name, server_name, database_name, parameters # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -184,7 +183,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -195,12 +194,13 @@ def create_or_update_async(resource_group_name, server_name, database_name, para request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessment.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -270,8 +270,8 @@ def create_or_update_async(resource_group_name, server_name, database_name, para # will be added to the HTTP request. # # - def delete(resource_group_name, server_name, database_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, database_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, database_name, custom_headers).value! nil end @@ -289,8 +289,8 @@ def delete(resource_group_name, server_name, database_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - delete_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def delete_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + delete_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -307,7 +307,7 @@ def delete_with_http_info(resource_group_name, server_name, database_name, custo # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(resource_group_name, server_name, database_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -317,7 +317,6 @@ def delete_async(resource_group_name, server_name, database_name, custom_headers request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -352,5 +351,222 @@ def delete_async(resource_group_name, server_name, database_name, custom_headers promise.execute end + # + # Lists the vulnerability assessment policies associated with a database. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database for which the + # vulnerability assessment policies are defined. + # @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_by_database(resource_group_name, server_name, database_name, custom_headers = nil) + first_page = list_by_database_as_lazy(resource_group_name, server_name, database_name, custom_headers) + first_page.get_all_items + end + + # + # Lists the vulnerability assessment policies associated with a database. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database for which the + # vulnerability assessment policies are defined. + # @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_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! + end + + # + # Lists the vulnerability assessment policies associated with a database. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database for which the + # vulnerability assessment policies are defined. + # @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_by_database_async(resource_group_name, server_name, database_name, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'server_name is nil' if server_name.nil? + fail ArgumentError, 'database_name is nil' if database_name.nil? + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/vulnerabilityAssessments' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'serverName' => server_name,'databaseName' => database_name,'subscriptionId' => @client.subscription_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 MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentListResult.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 the vulnerability assessment policies associated with a database. + # + # @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 [DatabaseVulnerabilityAssessmentListResult] operation results. + # + def list_by_database_next(next_page_link, custom_headers = nil) + response = list_by_database_next_async(next_page_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Lists the vulnerability assessment policies associated with a database. + # + # @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_by_database_next_with_http_info(next_page_link, custom_headers = nil) + list_by_database_next_async(next_page_link, custom_headers).value! + end + + # + # Lists the vulnerability assessment policies associated with a database. + # + # @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_by_database_next_async(next_page_link, custom_headers = nil) + fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{nextLink}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + skip_encoding_path_params: {'nextLink' => next_page_link}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentListResult.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 the vulnerability assessment policies associated with a database. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database for which the + # vulnerability assessment policies are defined. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [DatabaseVulnerabilityAssessmentListResult] which provide lazy access + # to pages of the response. + # + def list_by_database_as_lazy(resource_group_name, server_name, database_name, custom_headers = nil) + response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_page_link| + list_by_database_next_async(next_page_link, custom_headers) + end + page + end + end + end end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/databases.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/databases.rb index 2d13986809..57327f87dd 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/databases.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/databases.rb @@ -36,8 +36,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - first_page = list_by_server_as_lazy(resource_group_name, server_name, custom_headers:custom_headers) + def list_by_server(resource_group_name, server_name, custom_headers = nil) + first_page = list_by_server_as_lazy(resource_group_name, server_name, custom_headers) first_page.get_all_items end @@ -53,8 +53,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -69,7 +69,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -77,7 +77,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -135,8 +134,8 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) # # @return [Database] operation results. # - def get(resource_group_name, server_name, database_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -153,8 +152,8 @@ def get(resource_group_name, server_name, database_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -170,7 +169,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -179,7 +178,6 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -238,8 +236,8 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni # # @return [Database] operation results. # - def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -256,9 +254,9 @@ def create_or_update(resource_group_name, server_name, database_name, parameters # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -285,8 +283,8 @@ def create_or_update_async(resource_group_name, server_name, database_name, para # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def delete(resource_group_name, server_name, database_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, database_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, database_name, custom_headers).value! nil end @@ -302,9 +300,9 @@ def delete(resource_group_name, server_name, database_name, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def delete_async(resource_group_name, server_name, database_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, database_name, custom_headers = nil) # Send request - promise = begin_delete_async(resource_group_name, server_name, database_name, custom_headers:custom_headers) + promise = begin_delete_async(resource_group_name, server_name, database_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -332,8 +330,8 @@ def delete_async(resource_group_name, server_name, database_name, custom_headers # # @return [Database] operation results. # - def update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -350,9 +348,9 @@ def update(resource_group_name, server_name, database_name, parameters, custom_h # @return [Concurrent::Promise] promise which provides async access to http # response. # - def update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) # Send request - promise = begin_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers) + promise = begin_update_async(resource_group_name, server_name, database_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -383,8 +381,8 @@ def update_async(resource_group_name, server_name, database_name, parameters, cu # # @return [ImportExportOperationResult] operation results. # - def export(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = export_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def export(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = export_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -402,9 +400,9 @@ def export(resource_group_name, server_name, database_name, parameters, custom_h # @return [Concurrent::Promise] promise which provides async access to http # response. # - def export_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def export_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) # Send request - promise = begin_export_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers) + promise = begin_export_async(resource_group_name, server_name, database_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -433,8 +431,8 @@ def export_async(resource_group_name, server_name, database_name, parameters, cu # # @return [Database] operation results. # - def pause(resource_group_name, server_name, database_name, custom_headers:nil) - response = pause_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def pause(resource_group_name, server_name, database_name, custom_headers = nil) + response = pause_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -450,9 +448,9 @@ def pause(resource_group_name, server_name, database_name, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def pause_async(resource_group_name, server_name, database_name, custom_headers:nil) + def pause_async(resource_group_name, server_name, database_name, custom_headers = nil) # Send request - promise = begin_pause_async(resource_group_name, server_name, database_name, custom_headers:custom_headers) + promise = begin_pause_async(resource_group_name, server_name, database_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -481,8 +479,8 @@ def pause_async(resource_group_name, server_name, database_name, custom_headers: # # @return [Array] operation results. # - def list_by_elastic_pool(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) - first_page = list_by_elastic_pool_as_lazy(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers) + def list_by_elastic_pool(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) + first_page = list_by_elastic_pool_as_lazy(resource_group_name, server_name, elastic_pool_name, custom_headers) first_page.get_all_items end @@ -499,8 +497,8 @@ def list_by_elastic_pool(resource_group_name, server_name, elastic_pool_name, cu # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_elastic_pool_with_http_info(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) - list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers).value! + def list_by_elastic_pool_with_http_info(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) + list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers).value! end # @@ -516,7 +514,7 @@ def list_by_elastic_pool_with_http_info(resource_group_name, server_name, elasti # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) + def list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'elastic_pool_name is nil' if elastic_pool_name.nil? @@ -525,7 +523,6 @@ def list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_na request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -583,8 +580,8 @@ def list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_na # # @return [Database] operation results. # - def resume(resource_group_name, server_name, database_name, custom_headers:nil) - response = resume_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def resume(resource_group_name, server_name, database_name, custom_headers = nil) + response = resume_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -600,9 +597,9 @@ def resume(resource_group_name, server_name, database_name, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def resume_async(resource_group_name, server_name, database_name, custom_headers:nil) + def resume_async(resource_group_name, server_name, database_name, custom_headers = nil) # Send request - promise = begin_resume_async(resource_group_name, server_name, database_name, custom_headers:custom_headers) + promise = begin_resume_async(resource_group_name, server_name, database_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -632,8 +629,8 @@ def resume_async(resource_group_name, server_name, database_name, custom_headers # will be added to the HTTP request. # # - def rename(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = rename_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def rename(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = rename_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! nil end @@ -652,8 +649,8 @@ def rename(resource_group_name, server_name, database_name, parameters, custom_h # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def rename_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - rename_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def rename_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + rename_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -671,7 +668,7 @@ def rename_with_http_info(resource_group_name, server_name, database_name, param # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def rename_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def rename_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -681,12 +678,13 @@ def rename_async(resource_group_name, server_name, database_name, parameters, cu request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::ResourceMoveDefinition.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -737,8 +735,8 @@ def rename_async(resource_group_name, server_name, database_name, parameters, cu # # @return [Database] operation results. # - def begin_create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -756,8 +754,8 @@ def begin_create_or_update(resource_group_name, server_name, database_name, para # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -774,7 +772,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, data # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -784,12 +782,13 @@ def begin_create_or_update_async(resource_group_name, server_name, database_name request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::Database.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -858,8 +857,8 @@ def begin_create_or_update_async(resource_group_name, server_name, database_name # will be added to the HTTP request. # # - def begin_delete(resource_group_name, server_name, database_name, custom_headers:nil) - response = begin_delete_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def begin_delete(resource_group_name, server_name, database_name, custom_headers = nil) + response = begin_delete_async(resource_group_name, server_name, database_name, custom_headers).value! nil end @@ -876,8 +875,8 @@ def begin_delete(resource_group_name, server_name, database_name, custom_headers # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_delete_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - begin_delete_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def begin_delete_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + begin_delete_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -893,7 +892,7 @@ def begin_delete_with_http_info(resource_group_name, server_name, database_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_delete_async(resource_group_name, server_name, database_name, custom_headers:nil) + def begin_delete_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -902,7 +901,6 @@ def begin_delete_async(resource_group_name, server_name, database_name, custom_h request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -951,8 +949,8 @@ def begin_delete_async(resource_group_name, server_name, database_name, custom_h # # @return [Database] operation results. # - def begin_update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = begin_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = begin_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -970,8 +968,8 @@ def begin_update(resource_group_name, server_name, database_name, parameters, cu # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - begin_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + begin_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -988,7 +986,7 @@ def begin_update_with_http_info(resource_group_name, server_name, database_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def begin_update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -998,12 +996,13 @@ def begin_update_async(resource_group_name, server_name, database_name, paramete request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseUpdate.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -1065,8 +1064,8 @@ def begin_update_async(resource_group_name, server_name, database_name, paramete # # @return [ImportExportOperationResult] operation results. # - def begin_export(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = begin_export_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_export(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = begin_export_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -1085,8 +1084,8 @@ def begin_export(resource_group_name, server_name, database_name, parameters, cu # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_export_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - begin_export_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_export_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + begin_export_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -1104,7 +1103,7 @@ def begin_export_with_http_info(resource_group_name, server_name, database_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_export_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def begin_export_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -1114,12 +1113,13 @@ def begin_export_async(resource_group_name, server_name, database_name, paramete request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -1179,8 +1179,8 @@ def begin_export_async(resource_group_name, server_name, database_name, paramete # # @return [Database] operation results. # - def begin_pause(resource_group_name, server_name, database_name, custom_headers:nil) - response = begin_pause_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def begin_pause(resource_group_name, server_name, database_name, custom_headers = nil) + response = begin_pause_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -1197,8 +1197,8 @@ def begin_pause(resource_group_name, server_name, database_name, custom_headers: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_pause_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - begin_pause_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def begin_pause_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + begin_pause_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -1214,7 +1214,7 @@ def begin_pause_with_http_info(resource_group_name, server_name, database_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_pause_async(resource_group_name, server_name, database_name, custom_headers:nil) + def begin_pause_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -1223,7 +1223,6 @@ def begin_pause_async(resource_group_name, server_name, database_name, custom_he request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1281,8 +1280,8 @@ def begin_pause_async(resource_group_name, server_name, database_name, custom_he # # @return [Database] operation results. # - def begin_resume(resource_group_name, server_name, database_name, custom_headers:nil) - response = begin_resume_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def begin_resume(resource_group_name, server_name, database_name, custom_headers = nil) + response = begin_resume_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -1299,8 +1298,8 @@ def begin_resume(resource_group_name, server_name, database_name, custom_headers # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_resume_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - begin_resume_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def begin_resume_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + begin_resume_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -1316,7 +1315,7 @@ def begin_resume_with_http_info(resource_group_name, server_name, database_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_resume_async(resource_group_name, server_name, database_name, custom_headers:nil) + def begin_resume_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -1325,7 +1324,6 @@ def begin_resume_async(resource_group_name, server_name, database_name, custom_h request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1380,8 +1378,8 @@ def begin_resume_async(resource_group_name, server_name, database_name, custom_h # # @return [DatabaseListResult] operation results. # - def list_by_server_next(next_page_link, custom_headers:nil) - response = list_by_server_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_server_next(next_page_link, custom_headers = nil) + response = list_by_server_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -1395,8 +1393,8 @@ def list_by_server_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_next_with_http_info(next_page_link, custom_headers:nil) - list_by_server_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_server_next_with_http_info(next_page_link, custom_headers = nil) + list_by_server_next_async(next_page_link, custom_headers).value! end # @@ -1409,12 +1407,11 @@ def list_by_server_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_next_async(next_page_link, custom_headers:nil) + def list_by_server_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1468,8 +1465,8 @@ def list_by_server_next_async(next_page_link, custom_headers:nil) # # @return [DatabaseListResult] operation results. # - def list_by_elastic_pool_next(next_page_link, custom_headers:nil) - response = list_by_elastic_pool_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_elastic_pool_next(next_page_link, custom_headers = nil) + response = list_by_elastic_pool_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -1483,8 +1480,8 @@ def list_by_elastic_pool_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_elastic_pool_next_with_http_info(next_page_link, custom_headers:nil) - list_by_elastic_pool_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_elastic_pool_next_with_http_info(next_page_link, custom_headers = nil) + list_by_elastic_pool_next_async(next_page_link, custom_headers).value! end # @@ -1497,12 +1494,11 @@ def list_by_elastic_pool_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_elastic_pool_next_async(next_page_link, custom_headers:nil) + def list_by_elastic_pool_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1559,12 +1555,12 @@ def list_by_elastic_pool_next_async(next_page_link, custom_headers:nil) # @return [DatabaseListResult] which provide lazy access to pages of the # response. # - def list_by_server_as_lazy(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_as_lazy(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_server_next_async(next_page_link, custom_headers:custom_headers) + list_by_server_next_async(next_page_link, custom_headers) end page end @@ -1584,12 +1580,12 @@ def list_by_server_as_lazy(resource_group_name, server_name, custom_headers:nil) # @return [DatabaseListResult] which provide lazy access to pages of the # response. # - def list_by_elastic_pool_as_lazy(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) - response = list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers).value! + def list_by_elastic_pool_as_lazy(resource_group_name, server_name, elastic_pool_name, custom_headers = nil) + response = list_by_elastic_pool_async(resource_group_name, server_name, elastic_pool_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_elastic_pool_next_async(next_page_link, custom_headers:custom_headers) + list_by_elastic_pool_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/extended_database_blob_auditing_policies.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/extended_database_blob_auditing_policies.rb index dca582354a..5ca6932353 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/extended_database_blob_auditing_policies.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/extended_database_blob_auditing_policies.rb @@ -37,8 +37,8 @@ def initialize(client) # # @return [ExtendedDatabaseBlobAuditingPolicy] operation results. # - def get(resource_group_name, server_name, database_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -55,8 +55,8 @@ def get(resource_group_name, server_name, database_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -72,7 +72,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -82,7 +82,6 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -142,8 +141,8 @@ def get_async(resource_group_name, server_name, database_name, custom_headers:ni # # @return [ExtendedDatabaseBlobAuditingPolicy] operation results. # - def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -162,8 +161,8 @@ def create_or_update(resource_group_name, server_name, database_name, parameters # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -181,7 +180,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -192,12 +191,13 @@ def create_or_update_async(resource_group_name, server_name, database_name, para request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/extended_server_blob_auditing_policies.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/extended_server_blob_auditing_policies.rb index 57ef9c1667..cc7b50afe3 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/extended_server_blob_auditing_policies.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/extended_server_blob_auditing_policies.rb @@ -36,8 +36,8 @@ def initialize(client) # # @return [ExtendedServerBlobAuditingPolicy] operation results. # - def get(resource_group_name, server_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -53,8 +53,8 @@ def get(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, custom_headers:nil) - get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, custom_headers = nil) + get_async(resource_group_name, server_name, custom_headers).value! end # @@ -69,7 +69,7 @@ def get_with_http_info(resource_group_name, server_name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, custom_headers:nil) + def get_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? blob_auditing_policy_name = 'default' @@ -78,7 +78,6 @@ def get_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -137,8 +136,8 @@ def get_async(resource_group_name, server_name, custom_headers:nil) # # @return [ExtendedServerBlobAuditingPolicy] operation results. # - def create_or_update(resource_group_name, server_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -155,9 +154,9 @@ def create_or_update(resource_group_name, server_name, parameters, custom_header # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -187,8 +186,8 @@ def create_or_update_async(resource_group_name, server_name, parameters, custom_ # # @return [ExtendedServerBlobAuditingPolicy] operation results. # - def begin_create_or_update(resource_group_name, server_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -206,8 +205,8 @@ def begin_create_or_update(resource_group_name, server_name, parameters, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! end # @@ -224,7 +223,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, para # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? blob_auditing_policy_name = 'default' @@ -234,12 +233,13 @@ def begin_create_or_update_async(resource_group_name, server_name, parameters, c request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_agents.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_agents.rb index fd4b9993b8..1cb8eda742 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_agents.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_agents.rb @@ -36,8 +36,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - first_page = list_by_server_as_lazy(resource_group_name, server_name, custom_headers:custom_headers) + def list_by_server(resource_group_name, server_name, custom_headers = nil) + first_page = list_by_server_as_lazy(resource_group_name, server_name, custom_headers) first_page.get_all_items end @@ -53,8 +53,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -69,7 +69,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -77,7 +77,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -135,8 +134,8 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) # # @return [JobAgent] operation results. # - def get(resource_group_name, server_name, job_agent_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, job_agent_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, job_agent_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, job_agent_name, custom_headers).value! response.body unless response.nil? end @@ -153,8 +152,8 @@ def get(resource_group_name, server_name, job_agent_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, job_agent_name, custom_headers:nil) - get_async(resource_group_name, server_name, job_agent_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, job_agent_name, custom_headers = nil) + get_async(resource_group_name, server_name, job_agent_name, custom_headers).value! end # @@ -170,7 +169,7 @@ def get_with_http_info(resource_group_name, server_name, job_agent_name, custom_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, job_agent_name, custom_headers:nil) + def get_async(resource_group_name, server_name, job_agent_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -179,7 +178,6 @@ def get_async(resource_group_name, server_name, job_agent_name, custom_headers:n request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -239,8 +237,8 @@ def get_async(resource_group_name, server_name, job_agent_name, custom_headers:n # # @return [JobAgent] operation results. # - def create_or_update(resource_group_name, server_name, job_agent_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, job_agent_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -258,9 +256,9 @@ def create_or_update(resource_group_name, server_name, job_agent_name, parameter # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -287,8 +285,8 @@ def create_or_update_async(resource_group_name, server_name, job_agent_name, par # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def delete(resource_group_name, server_name, job_agent_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, job_agent_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, job_agent_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, job_agent_name, custom_headers).value! nil end @@ -304,9 +302,9 @@ def delete(resource_group_name, server_name, job_agent_name, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def delete_async(resource_group_name, server_name, job_agent_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, job_agent_name, custom_headers = nil) # Send request - promise = begin_delete_async(resource_group_name, server_name, job_agent_name, custom_headers:custom_headers) + promise = begin_delete_async(resource_group_name, server_name, job_agent_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -334,8 +332,8 @@ def delete_async(resource_group_name, server_name, job_agent_name, custom_header # # @return [JobAgent] operation results. # - def update(resource_group_name, server_name, job_agent_name, parameters, custom_headers:nil) - response = update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers:custom_headers).value! + def update(resource_group_name, server_name, job_agent_name, parameters, custom_headers = nil) + response = update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -352,9 +350,9 @@ def update(resource_group_name, server_name, job_agent_name, parameters, custom_ # @return [Concurrent::Promise] promise which provides async access to http # response. # - def update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers:nil) + def update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers = nil) # Send request - promise = begin_update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers:custom_headers) + promise = begin_update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -385,8 +383,8 @@ def update_async(resource_group_name, server_name, job_agent_name, parameters, c # # @return [JobAgent] operation results. # - def begin_create_or_update(resource_group_name, server_name, job_agent_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, job_agent_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -405,8 +403,8 @@ def begin_create_or_update(resource_group_name, server_name, job_agent_name, par # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, job_agent_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, job_agent_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers).value! end # @@ -424,7 +422,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, job_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -434,12 +432,13 @@ def begin_create_or_update_async(resource_group_name, server_name, job_agent_nam request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -508,8 +507,8 @@ def begin_create_or_update_async(resource_group_name, server_name, job_agent_nam # will be added to the HTTP request. # # - def begin_delete(resource_group_name, server_name, job_agent_name, custom_headers:nil) - response = begin_delete_async(resource_group_name, server_name, job_agent_name, custom_headers:custom_headers).value! + def begin_delete(resource_group_name, server_name, job_agent_name, custom_headers = nil) + response = begin_delete_async(resource_group_name, server_name, job_agent_name, custom_headers).value! nil end @@ -526,8 +525,8 @@ def begin_delete(resource_group_name, server_name, job_agent_name, custom_header # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_delete_with_http_info(resource_group_name, server_name, job_agent_name, custom_headers:nil) - begin_delete_async(resource_group_name, server_name, job_agent_name, custom_headers:custom_headers).value! + def begin_delete_with_http_info(resource_group_name, server_name, job_agent_name, custom_headers = nil) + begin_delete_async(resource_group_name, server_name, job_agent_name, custom_headers).value! end # @@ -543,7 +542,7 @@ def begin_delete_with_http_info(resource_group_name, server_name, job_agent_name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_delete_async(resource_group_name, server_name, job_agent_name, custom_headers:nil) + def begin_delete_async(resource_group_name, server_name, job_agent_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -552,7 +551,6 @@ def begin_delete_async(resource_group_name, server_name, job_agent_name, custom_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -601,8 +599,8 @@ def begin_delete_async(resource_group_name, server_name, job_agent_name, custom_ # # @return [JobAgent] operation results. # - def begin_update(resource_group_name, server_name, job_agent_name, parameters, custom_headers:nil) - response = begin_update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers:custom_headers).value! + def begin_update(resource_group_name, server_name, job_agent_name, parameters, custom_headers = nil) + response = begin_update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -620,8 +618,8 @@ def begin_update(resource_group_name, server_name, job_agent_name, parameters, c # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_update_with_http_info(resource_group_name, server_name, job_agent_name, parameters, custom_headers:nil) - begin_update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers:custom_headers).value! + def begin_update_with_http_info(resource_group_name, server_name, job_agent_name, parameters, custom_headers = nil) + begin_update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers).value! end # @@ -638,7 +636,7 @@ def begin_update_with_http_info(resource_group_name, server_name, job_agent_name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers:nil) + def begin_update_async(resource_group_name, server_name, job_agent_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -648,12 +646,13 @@ def begin_update_async(resource_group_name, server_name, job_agent_name, paramet request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -710,8 +709,8 @@ def begin_update_async(resource_group_name, server_name, job_agent_name, paramet # # @return [JobAgentListResult] operation results. # - def list_by_server_next(next_page_link, custom_headers:nil) - response = list_by_server_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_server_next(next_page_link, custom_headers = nil) + response = list_by_server_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -725,8 +724,8 @@ def list_by_server_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_next_with_http_info(next_page_link, custom_headers:nil) - list_by_server_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_server_next_with_http_info(next_page_link, custom_headers = nil) + list_by_server_next_async(next_page_link, custom_headers).value! end # @@ -739,12 +738,11 @@ def list_by_server_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_next_async(next_page_link, custom_headers:nil) + def list_by_server_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -801,12 +799,12 @@ def list_by_server_next_async(next_page_link, custom_headers:nil) # @return [JobAgentListResult] which provide lazy access to pages of the # response. # - def list_by_server_as_lazy(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_as_lazy(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_server_next_async(next_page_link, custom_headers:custom_headers) + list_by_server_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_credentials.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_credentials.rb index 67d36ed7dd..2affe6e27e 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_credentials.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_credentials.rb @@ -37,8 +37,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_by_agent(resource_group_name, server_name, job_agent_name, custom_headers:nil) - first_page = list_by_agent_as_lazy(resource_group_name, server_name, job_agent_name, custom_headers:custom_headers) + def list_by_agent(resource_group_name, server_name, job_agent_name, custom_headers = nil) + first_page = list_by_agent_as_lazy(resource_group_name, server_name, job_agent_name, custom_headers) first_page.get_all_items end @@ -55,8 +55,8 @@ def list_by_agent(resource_group_name, server_name, job_agent_name, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_agent_with_http_info(resource_group_name, server_name, job_agent_name, custom_headers:nil) - list_by_agent_async(resource_group_name, server_name, job_agent_name, custom_headers:custom_headers).value! + def list_by_agent_with_http_info(resource_group_name, server_name, job_agent_name, custom_headers = nil) + list_by_agent_async(resource_group_name, server_name, job_agent_name, custom_headers).value! end # @@ -72,7 +72,7 @@ def list_by_agent_with_http_info(resource_group_name, server_name, job_agent_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_agent_async(resource_group_name, server_name, job_agent_name, custom_headers:nil) + def list_by_agent_async(resource_group_name, server_name, job_agent_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -81,7 +81,6 @@ def list_by_agent_async(resource_group_name, server_name, job_agent_name, custom request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -140,8 +139,8 @@ def list_by_agent_async(resource_group_name, server_name, job_agent_name, custom # # @return [JobCredential] operation results. # - def get(resource_group_name, server_name, job_agent_name, credential_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, job_agent_name, credential_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, job_agent_name, credential_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, job_agent_name, credential_name, custom_headers).value! response.body unless response.nil? end @@ -159,8 +158,8 @@ def get(resource_group_name, server_name, job_agent_name, credential_name, custo # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, job_agent_name, credential_name, custom_headers:nil) - get_async(resource_group_name, server_name, job_agent_name, credential_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, job_agent_name, credential_name, custom_headers = nil) + get_async(resource_group_name, server_name, job_agent_name, credential_name, custom_headers).value! end # @@ -177,7 +176,7 @@ def get_with_http_info(resource_group_name, server_name, job_agent_name, credent # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, job_agent_name, credential_name, custom_headers:nil) + def get_async(resource_group_name, server_name, job_agent_name, credential_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -187,7 +186,6 @@ def get_async(resource_group_name, server_name, job_agent_name, credential_name, request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -247,8 +245,8 @@ def get_async(resource_group_name, server_name, job_agent_name, credential_name, # # @return [JobCredential] operation results. # - def create_or_update(resource_group_name, server_name, job_agent_name, credential_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, job_agent_name, credential_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, job_agent_name, credential_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, job_agent_name, credential_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -267,8 +265,8 @@ def create_or_update(resource_group_name, server_name, job_agent_name, credentia # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, job_agent_name, credential_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, job_agent_name, credential_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, job_agent_name, credential_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, job_agent_name, credential_name, parameters, custom_headers).value! end # @@ -286,7 +284,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, job_agent_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, job_agent_name, credential_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, job_agent_name, credential_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -297,12 +295,13 @@ def create_or_update_async(resource_group_name, server_name, job_agent_name, cre request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -372,8 +371,8 @@ def create_or_update_async(resource_group_name, server_name, job_agent_name, cre # will be added to the HTTP request. # # - def delete(resource_group_name, server_name, job_agent_name, credential_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, job_agent_name, credential_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, job_agent_name, credential_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, job_agent_name, credential_name, custom_headers).value! nil end @@ -391,8 +390,8 @@ def delete(resource_group_name, server_name, job_agent_name, credential_name, cu # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(resource_group_name, server_name, job_agent_name, credential_name, custom_headers:nil) - delete_async(resource_group_name, server_name, job_agent_name, credential_name, custom_headers:custom_headers).value! + def delete_with_http_info(resource_group_name, server_name, job_agent_name, credential_name, custom_headers = nil) + delete_async(resource_group_name, server_name, job_agent_name, credential_name, custom_headers).value! end # @@ -409,7 +408,7 @@ def delete_with_http_info(resource_group_name, server_name, job_agent_name, cred # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(resource_group_name, server_name, job_agent_name, credential_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, job_agent_name, credential_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -419,7 +418,6 @@ def delete_async(resource_group_name, server_name, job_agent_name, credential_na request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -464,8 +462,8 @@ def delete_async(resource_group_name, server_name, job_agent_name, credential_na # # @return [JobCredentialListResult] operation results. # - def list_by_agent_next(next_page_link, custom_headers:nil) - response = list_by_agent_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_agent_next(next_page_link, custom_headers = nil) + response = list_by_agent_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -479,8 +477,8 @@ def list_by_agent_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_agent_next_with_http_info(next_page_link, custom_headers:nil) - list_by_agent_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_agent_next_with_http_info(next_page_link, custom_headers = nil) + list_by_agent_next_async(next_page_link, custom_headers).value! end # @@ -493,12 +491,11 @@ def list_by_agent_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_agent_next_async(next_page_link, custom_headers:nil) + def list_by_agent_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -556,12 +553,12 @@ def list_by_agent_next_async(next_page_link, custom_headers:nil) # @return [JobCredentialListResult] which provide lazy access to pages of the # response. # - def list_by_agent_as_lazy(resource_group_name, server_name, job_agent_name, custom_headers:nil) - response = list_by_agent_async(resource_group_name, server_name, job_agent_name, custom_headers:custom_headers).value! + def list_by_agent_as_lazy(resource_group_name, server_name, job_agent_name, custom_headers = nil) + response = list_by_agent_async(resource_group_name, server_name, job_agent_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_agent_next_async(next_page_link, custom_headers:custom_headers) + list_by_agent_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_executions.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_executions.rb index 2917cdc068..eca4eaaac9 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_executions.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_executions.rb @@ -49,8 +49,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_by_agent(resource_group_name, server_name, job_agent_name, create_time_min:nil, create_time_max:nil, end_time_min:nil, end_time_max:nil, is_active:nil, skip:nil, top:nil, custom_headers:nil) - first_page = list_by_agent_as_lazy(resource_group_name, server_name, job_agent_name, create_time_min:create_time_min, create_time_max:create_time_max, end_time_min:end_time_min, end_time_max:end_time_max, is_active:is_active, skip:skip, top:top, custom_headers:custom_headers) + def list_by_agent(resource_group_name, server_name, job_agent_name, create_time_min = nil, create_time_max = nil, end_time_min = nil, end_time_max = nil, is_active = nil, skip = nil, top = nil, custom_headers = nil) + first_page = list_by_agent_as_lazy(resource_group_name, server_name, job_agent_name, create_time_min, create_time_max, end_time_min, end_time_max, is_active, skip, top, custom_headers) first_page.get_all_items end @@ -79,8 +79,8 @@ def list_by_agent(resource_group_name, server_name, job_agent_name, create_time_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_agent_with_http_info(resource_group_name, server_name, job_agent_name, create_time_min:nil, create_time_max:nil, end_time_min:nil, end_time_max:nil, is_active:nil, skip:nil, top:nil, custom_headers:nil) - list_by_agent_async(resource_group_name, server_name, job_agent_name, create_time_min:create_time_min, create_time_max:create_time_max, end_time_min:end_time_min, end_time_max:end_time_max, is_active:is_active, skip:skip, top:top, custom_headers:custom_headers).value! + def list_by_agent_with_http_info(resource_group_name, server_name, job_agent_name, create_time_min = nil, create_time_max = nil, end_time_min = nil, end_time_max = nil, is_active = nil, skip = nil, top = nil, custom_headers = nil) + list_by_agent_async(resource_group_name, server_name, job_agent_name, create_time_min, create_time_max, end_time_min, end_time_max, is_active, skip, top, custom_headers).value! end # @@ -108,7 +108,7 @@ def list_by_agent_with_http_info(resource_group_name, server_name, job_agent_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_agent_async(resource_group_name, server_name, job_agent_name, create_time_min:nil, create_time_max:nil, end_time_min:nil, end_time_max:nil, is_active:nil, skip:nil, top:nil, custom_headers:nil) + def list_by_agent_async(resource_group_name, server_name, job_agent_name, create_time_min = nil, create_time_max = nil, end_time_min = nil, end_time_max = nil, is_active = nil, skip = nil, top = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -117,7 +117,6 @@ def list_by_agent_async(resource_group_name, server_name, job_agent_name, create request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -176,8 +175,8 @@ def list_by_agent_async(resource_group_name, server_name, job_agent_name, create # will be added to the HTTP request. # # - def cancel(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers:nil) - response = cancel_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers:custom_headers).value! + def cancel(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers = nil) + response = cancel_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers).value! nil end @@ -196,8 +195,8 @@ def cancel(resource_group_name, server_name, job_agent_name, job_name, job_execu # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def cancel_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers:nil) - cancel_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers:custom_headers).value! + def cancel_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers = nil) + cancel_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers).value! end # @@ -215,7 +214,7 @@ def cancel_with_http_info(resource_group_name, server_name, job_agent_name, job_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def cancel_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers:nil) + def cancel_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -226,7 +225,6 @@ def cancel_async(resource_group_name, server_name, job_agent_name, job_name, job request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -275,8 +273,8 @@ def cancel_async(resource_group_name, server_name, job_agent_name, job_name, job # # @return [JobExecution] operation results. # - def create(resource_group_name, server_name, job_agent_name, job_name, custom_headers:nil) - response = create_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers:custom_headers).value! + def create(resource_group_name, server_name, job_agent_name, job_name, custom_headers = nil) + response = create_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers).value! response.body unless response.nil? end @@ -293,9 +291,9 @@ def create(resource_group_name, server_name, job_agent_name, job_name, custom_he # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers:nil) + def create_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers = nil) # Send request - promise = begin_create_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers:custom_headers) + promise = begin_create_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -337,8 +335,8 @@ def create_async(resource_group_name, server_name, job_agent_name, job_name, cus # # @return [Array] operation results. # - def list_by_job(resource_group_name, server_name, job_agent_name, job_name, create_time_min:nil, create_time_max:nil, end_time_min:nil, end_time_max:nil, is_active:nil, skip:nil, top:nil, custom_headers:nil) - first_page = list_by_job_as_lazy(resource_group_name, server_name, job_agent_name, job_name, create_time_min:create_time_min, create_time_max:create_time_max, end_time_min:end_time_min, end_time_max:end_time_max, is_active:is_active, skip:skip, top:top, custom_headers:custom_headers) + def list_by_job(resource_group_name, server_name, job_agent_name, job_name, create_time_min = nil, create_time_max = nil, end_time_min = nil, end_time_max = nil, is_active = nil, skip = nil, top = nil, custom_headers = nil) + first_page = list_by_job_as_lazy(resource_group_name, server_name, job_agent_name, job_name, create_time_min, create_time_max, end_time_min, end_time_max, is_active, skip, top, custom_headers) first_page.get_all_items end @@ -368,8 +366,8 @@ def list_by_job(resource_group_name, server_name, job_agent_name, job_name, crea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_job_with_http_info(resource_group_name, server_name, job_agent_name, job_name, create_time_min:nil, create_time_max:nil, end_time_min:nil, end_time_max:nil, is_active:nil, skip:nil, top:nil, custom_headers:nil) - list_by_job_async(resource_group_name, server_name, job_agent_name, job_name, create_time_min:create_time_min, create_time_max:create_time_max, end_time_min:end_time_min, end_time_max:end_time_max, is_active:is_active, skip:skip, top:top, custom_headers:custom_headers).value! + def list_by_job_with_http_info(resource_group_name, server_name, job_agent_name, job_name, create_time_min = nil, create_time_max = nil, end_time_min = nil, end_time_max = nil, is_active = nil, skip = nil, top = nil, custom_headers = nil) + list_by_job_async(resource_group_name, server_name, job_agent_name, job_name, create_time_min, create_time_max, end_time_min, end_time_max, is_active, skip, top, custom_headers).value! end # @@ -398,7 +396,7 @@ def list_by_job_with_http_info(resource_group_name, server_name, job_agent_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_job_async(resource_group_name, server_name, job_agent_name, job_name, create_time_min:nil, create_time_max:nil, end_time_min:nil, end_time_max:nil, is_active:nil, skip:nil, top:nil, custom_headers:nil) + def list_by_job_async(resource_group_name, server_name, job_agent_name, job_name, create_time_min = nil, create_time_max = nil, end_time_min = nil, end_time_max = nil, is_active = nil, skip = nil, top = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -408,7 +406,6 @@ def list_by_job_async(resource_group_name, server_name, job_agent_name, job_name request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -468,8 +465,8 @@ def list_by_job_async(resource_group_name, server_name, job_agent_name, job_name # # @return [JobExecution] operation results. # - def get(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers:nil) - response = get_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers = nil) + response = get_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers).value! response.body unless response.nil? end @@ -488,8 +485,8 @@ def get(resource_group_name, server_name, job_agent_name, job_name, job_executio # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers:nil) - get_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers = nil) + get_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers).value! end # @@ -507,7 +504,7 @@ def get_with_http_info(resource_group_name, server_name, job_agent_name, job_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers:nil) + def get_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -518,7 +515,6 @@ def get_async(resource_group_name, server_name, job_agent_name, job_name, job_ex request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -564,7 +560,7 @@ def get_async(resource_group_name, server_name, job_agent_name, job_name, job_ex end # - # Creates or updatess a job execution. + # Creates or updates a job execution. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -579,8 +575,8 @@ def get_async(resource_group_name, server_name, job_agent_name, job_name, job_ex # # @return [JobExecution] operation results. # - def create_or_update(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers).value! response.body unless response.nil? end @@ -599,9 +595,9 @@ def create_or_update(resource_group_name, server_name, job_agent_name, job_name, # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -631,8 +627,8 @@ def create_or_update_async(resource_group_name, server_name, job_agent_name, job # # @return [JobExecution] operation results. # - def begin_create(resource_group_name, server_name, job_agent_name, job_name, custom_headers:nil) - response = begin_create_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers:custom_headers).value! + def begin_create(resource_group_name, server_name, job_agent_name, job_name, custom_headers = nil) + response = begin_create_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers).value! response.body unless response.nil? end @@ -650,8 +646,8 @@ def begin_create(resource_group_name, server_name, job_agent_name, job_name, cus # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_with_http_info(resource_group_name, server_name, job_agent_name, job_name, custom_headers:nil) - begin_create_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers:custom_headers).value! + def begin_create_with_http_info(resource_group_name, server_name, job_agent_name, job_name, custom_headers = nil) + begin_create_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers).value! end # @@ -668,7 +664,7 @@ def begin_create_with_http_info(resource_group_name, server_name, job_agent_name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers:nil) + def begin_create_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -678,7 +674,6 @@ def begin_create_async(resource_group_name, server_name, job_agent_name, job_nam request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -724,7 +719,7 @@ def begin_create_async(resource_group_name, server_name, job_agent_name, job_nam end # - # Creates or updatess a job execution. + # Creates or updates a job execution. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -739,13 +734,13 @@ def begin_create_async(resource_group_name, server_name, job_agent_name, job_nam # # @return [JobExecution] operation results. # - def begin_create_or_update(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers).value! response.body unless response.nil? end # - # Creates or updatess a job execution. + # Creates or updates a job execution. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -760,12 +755,12 @@ def begin_create_or_update(resource_group_name, server_name, job_agent_name, job # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers).value! end # - # Creates or updatess a job execution. + # Creates or updates a job execution. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -780,7 +775,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, job_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -791,7 +786,6 @@ def begin_create_or_update_async(resource_group_name, server_name, job_agent_nam request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -856,8 +850,8 @@ def begin_create_or_update_async(resource_group_name, server_name, job_agent_nam # # @return [JobExecutionListResult] operation results. # - def list_by_agent_next(next_page_link, custom_headers:nil) - response = list_by_agent_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_agent_next(next_page_link, custom_headers = nil) + response = list_by_agent_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -871,8 +865,8 @@ def list_by_agent_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_agent_next_with_http_info(next_page_link, custom_headers:nil) - list_by_agent_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_agent_next_with_http_info(next_page_link, custom_headers = nil) + list_by_agent_next_async(next_page_link, custom_headers).value! end # @@ -885,12 +879,11 @@ def list_by_agent_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_agent_next_async(next_page_link, custom_headers:nil) + def list_by_agent_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -944,8 +937,8 @@ def list_by_agent_next_async(next_page_link, custom_headers:nil) # # @return [JobExecutionListResult] operation results. # - def list_by_job_next(next_page_link, custom_headers:nil) - response = list_by_job_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_job_next(next_page_link, custom_headers = nil) + response = list_by_job_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -959,8 +952,8 @@ def list_by_job_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_job_next_with_http_info(next_page_link, custom_headers:nil) - list_by_job_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_job_next_with_http_info(next_page_link, custom_headers = nil) + list_by_job_next_async(next_page_link, custom_headers).value! end # @@ -973,12 +966,11 @@ def list_by_job_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_job_next_async(next_page_link, custom_headers:nil) + def list_by_job_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1048,12 +1040,12 @@ def list_by_job_next_async(next_page_link, custom_headers:nil) # @return [JobExecutionListResult] which provide lazy access to pages of the # response. # - def list_by_agent_as_lazy(resource_group_name, server_name, job_agent_name, create_time_min:nil, create_time_max:nil, end_time_min:nil, end_time_max:nil, is_active:nil, skip:nil, top:nil, custom_headers:nil) - response = list_by_agent_async(resource_group_name, server_name, job_agent_name, create_time_min:create_time_min, create_time_max:create_time_max, end_time_min:end_time_min, end_time_max:end_time_max, is_active:is_active, skip:skip, top:top, custom_headers:custom_headers).value! + def list_by_agent_as_lazy(resource_group_name, server_name, job_agent_name, create_time_min = nil, create_time_max = nil, end_time_min = nil, end_time_max = nil, is_active = nil, skip = nil, top = nil, custom_headers = nil) + response = list_by_agent_async(resource_group_name, server_name, job_agent_name, create_time_min, create_time_max, end_time_min, end_time_max, is_active, skip, top, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_agent_next_async(next_page_link, custom_headers:custom_headers) + list_by_agent_next_async(next_page_link, custom_headers) end page end @@ -1086,12 +1078,12 @@ def list_by_agent_as_lazy(resource_group_name, server_name, job_agent_name, crea # @return [JobExecutionListResult] which provide lazy access to pages of the # response. # - def list_by_job_as_lazy(resource_group_name, server_name, job_agent_name, job_name, create_time_min:nil, create_time_max:nil, end_time_min:nil, end_time_max:nil, is_active:nil, skip:nil, top:nil, custom_headers:nil) - response = list_by_job_async(resource_group_name, server_name, job_agent_name, job_name, create_time_min:create_time_min, create_time_max:create_time_max, end_time_min:end_time_min, end_time_max:end_time_max, is_active:is_active, skip:skip, top:top, custom_headers:custom_headers).value! + def list_by_job_as_lazy(resource_group_name, server_name, job_agent_name, job_name, create_time_min = nil, create_time_max = nil, end_time_min = nil, end_time_max = nil, is_active = nil, skip = nil, top = nil, custom_headers = nil) + response = list_by_job_async(resource_group_name, server_name, job_agent_name, job_name, create_time_min, create_time_max, end_time_min, end_time_max, is_active, skip, top, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_job_next_async(next_page_link, custom_headers:custom_headers) + list_by_job_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_step_executions.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_step_executions.rb index 334dbe2645..1ae0d0a369 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_step_executions.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_step_executions.rb @@ -51,8 +51,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_by_job_execution(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min:nil, create_time_max:nil, end_time_min:nil, end_time_max:nil, is_active:nil, skip:nil, top:nil, custom_headers:nil) - first_page = list_by_job_execution_as_lazy(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min:create_time_min, create_time_max:create_time_max, end_time_min:end_time_min, end_time_max:end_time_max, is_active:is_active, skip:skip, top:top, custom_headers:custom_headers) + def list_by_job_execution(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min = nil, create_time_max = nil, end_time_min = nil, end_time_max = nil, is_active = nil, skip = nil, top = nil, custom_headers = nil) + first_page = list_by_job_execution_as_lazy(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min, create_time_max, end_time_min, end_time_max, is_active, skip, top, custom_headers) first_page.get_all_items end @@ -83,8 +83,8 @@ def list_by_job_execution(resource_group_name, server_name, job_agent_name, job_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_job_execution_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min:nil, create_time_max:nil, end_time_min:nil, end_time_max:nil, is_active:nil, skip:nil, top:nil, custom_headers:nil) - list_by_job_execution_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min:create_time_min, create_time_max:create_time_max, end_time_min:end_time_min, end_time_max:end_time_max, is_active:is_active, skip:skip, top:top, custom_headers:custom_headers).value! + def list_by_job_execution_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min = nil, create_time_max = nil, end_time_min = nil, end_time_max = nil, is_active = nil, skip = nil, top = nil, custom_headers = nil) + list_by_job_execution_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min, create_time_max, end_time_min, end_time_max, is_active, skip, top, custom_headers).value! end # @@ -114,7 +114,7 @@ def list_by_job_execution_with_http_info(resource_group_name, server_name, job_a # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_job_execution_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min:nil, create_time_max:nil, end_time_min:nil, end_time_max:nil, is_active:nil, skip:nil, top:nil, custom_headers:nil) + def list_by_job_execution_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min = nil, create_time_max = nil, end_time_min = nil, end_time_max = nil, is_active = nil, skip = nil, top = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -125,7 +125,6 @@ def list_by_job_execution_async(resource_group_name, server_name, job_agent_name request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -186,8 +185,8 @@ def list_by_job_execution_async(resource_group_name, server_name, job_agent_name # # @return [JobExecution] operation results. # - def get(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, custom_headers).value! response.body unless response.nil? end @@ -207,8 +206,8 @@ def get(resource_group_name, server_name, job_agent_name, job_name, job_executio # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, custom_headers:nil) - get_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, custom_headers = nil) + get_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, custom_headers).value! end # @@ -227,7 +226,7 @@ def get_with_http_info(resource_group_name, server_name, job_agent_name, job_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, custom_headers:nil) + def get_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -239,7 +238,6 @@ def get_async(resource_group_name, server_name, job_agent_name, job_name, job_ex request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -294,8 +292,8 @@ def get_async(resource_group_name, server_name, job_agent_name, job_name, job_ex # # @return [JobExecutionListResult] operation results. # - def list_by_job_execution_next(next_page_link, custom_headers:nil) - response = list_by_job_execution_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_job_execution_next(next_page_link, custom_headers = nil) + response = list_by_job_execution_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -309,8 +307,8 @@ def list_by_job_execution_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_job_execution_next_with_http_info(next_page_link, custom_headers:nil) - list_by_job_execution_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_job_execution_next_with_http_info(next_page_link, custom_headers = nil) + list_by_job_execution_next_async(next_page_link, custom_headers).value! end # @@ -323,12 +321,11 @@ def list_by_job_execution_next_with_http_info(next_page_link, custom_headers:nil # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_job_execution_next_async(next_page_link, custom_headers:nil) + def list_by_job_execution_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -400,12 +397,12 @@ def list_by_job_execution_next_async(next_page_link, custom_headers:nil) # @return [JobExecutionListResult] which provide lazy access to pages of the # response. # - def list_by_job_execution_as_lazy(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min:nil, create_time_max:nil, end_time_min:nil, end_time_max:nil, is_active:nil, skip:nil, top:nil, custom_headers:nil) - response = list_by_job_execution_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min:create_time_min, create_time_max:create_time_max, end_time_min:end_time_min, end_time_max:end_time_max, is_active:is_active, skip:skip, top:top, custom_headers:custom_headers).value! + def list_by_job_execution_as_lazy(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min = nil, create_time_max = nil, end_time_min = nil, end_time_max = nil, is_active = nil, skip = nil, top = nil, custom_headers = nil) + response = list_by_job_execution_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min, create_time_max, end_time_min, end_time_max, is_active, skip, top, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_job_execution_next_async(next_page_link, custom_headers:custom_headers) + list_by_job_execution_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_steps.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_steps.rb index af92ffaccd..5432b03358 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_steps.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_steps.rb @@ -39,8 +39,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_by_version(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers:nil) - first_page = list_by_version_as_lazy(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers:custom_headers) + def list_by_version(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers = nil) + first_page = list_by_version_as_lazy(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers) first_page.get_all_items end @@ -59,8 +59,8 @@ def list_by_version(resource_group_name, server_name, job_agent_name, job_name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_version_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers:nil) - list_by_version_async(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers:custom_headers).value! + def list_by_version_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers = nil) + list_by_version_async(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers).value! end # @@ -78,7 +78,7 @@ def list_by_version_with_http_info(resource_group_name, server_name, job_agent_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_version_async(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers:nil) + def list_by_version_async(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -89,7 +89,6 @@ def list_by_version_async(resource_group_name, server_name, job_agent_name, job_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -150,8 +149,8 @@ def list_by_version_async(resource_group_name, server_name, job_agent_name, job_ # # @return [JobStep] operation results. # - def get_by_version(resource_group_name, server_name, job_agent_name, job_name, job_version, step_name, custom_headers:nil) - response = get_by_version_async(resource_group_name, server_name, job_agent_name, job_name, job_version, step_name, custom_headers:custom_headers).value! + def get_by_version(resource_group_name, server_name, job_agent_name, job_name, job_version, step_name, custom_headers = nil) + response = get_by_version_async(resource_group_name, server_name, job_agent_name, job_name, job_version, step_name, custom_headers).value! response.body unless response.nil? end @@ -171,8 +170,8 @@ def get_by_version(resource_group_name, server_name, job_agent_name, job_name, j # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_by_version_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_version, step_name, custom_headers:nil) - get_by_version_async(resource_group_name, server_name, job_agent_name, job_name, job_version, step_name, custom_headers:custom_headers).value! + def get_by_version_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_version, step_name, custom_headers = nil) + get_by_version_async(resource_group_name, server_name, job_agent_name, job_name, job_version, step_name, custom_headers).value! end # @@ -191,7 +190,7 @@ def get_by_version_with_http_info(resource_group_name, server_name, job_agent_na # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_by_version_async(resource_group_name, server_name, job_agent_name, job_name, job_version, step_name, custom_headers:nil) + def get_by_version_async(resource_group_name, server_name, job_agent_name, job_name, job_version, step_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -203,7 +202,6 @@ def get_by_version_async(resource_group_name, server_name, job_agent_name, job_n request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -262,8 +260,8 @@ def get_by_version_async(resource_group_name, server_name, job_agent_name, job_n # # @return [Array] operation results. # - def list_by_job(resource_group_name, server_name, job_agent_name, job_name, custom_headers:nil) - first_page = list_by_job_as_lazy(resource_group_name, server_name, job_agent_name, job_name, custom_headers:custom_headers) + def list_by_job(resource_group_name, server_name, job_agent_name, job_name, custom_headers = nil) + first_page = list_by_job_as_lazy(resource_group_name, server_name, job_agent_name, job_name, custom_headers) first_page.get_all_items end @@ -281,8 +279,8 @@ def list_by_job(resource_group_name, server_name, job_agent_name, job_name, cust # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_job_with_http_info(resource_group_name, server_name, job_agent_name, job_name, custom_headers:nil) - list_by_job_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers:custom_headers).value! + def list_by_job_with_http_info(resource_group_name, server_name, job_agent_name, job_name, custom_headers = nil) + list_by_job_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers).value! end # @@ -299,7 +297,7 @@ def list_by_job_with_http_info(resource_group_name, server_name, job_agent_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_job_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers:nil) + def list_by_job_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -309,7 +307,6 @@ def list_by_job_async(resource_group_name, server_name, job_agent_name, job_name request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -369,8 +366,8 @@ def list_by_job_async(resource_group_name, server_name, job_agent_name, job_name # # @return [JobStep] operation results. # - def get(resource_group_name, server_name, job_agent_name, job_name, step_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, job_agent_name, job_name, step_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, job_agent_name, job_name, step_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, job_agent_name, job_name, step_name, custom_headers).value! response.body unless response.nil? end @@ -389,8 +386,8 @@ def get(resource_group_name, server_name, job_agent_name, job_name, step_name, c # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, job_agent_name, job_name, step_name, custom_headers:nil) - get_async(resource_group_name, server_name, job_agent_name, job_name, step_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, job_agent_name, job_name, step_name, custom_headers = nil) + get_async(resource_group_name, server_name, job_agent_name, job_name, step_name, custom_headers).value! end # @@ -408,7 +405,7 @@ def get_with_http_info(resource_group_name, server_name, job_agent_name, job_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, job_agent_name, job_name, step_name, custom_headers:nil) + def get_async(resource_group_name, server_name, job_agent_name, job_name, step_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -419,7 +416,6 @@ def get_async(resource_group_name, server_name, job_agent_name, job_name, step_n request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -480,8 +476,8 @@ def get_async(resource_group_name, server_name, job_agent_name, job_name, step_n # # @return [JobStep] operation results. # - def create_or_update(resource_group_name, server_name, job_agent_name, job_name, step_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, step_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, job_agent_name, job_name, step_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, step_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -501,8 +497,8 @@ def create_or_update(resource_group_name, server_name, job_agent_name, job_name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, job_agent_name, job_name, step_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, step_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, job_agent_name, job_name, step_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, step_name, parameters, custom_headers).value! end # @@ -521,7 +517,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, job_agent_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, step_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, step_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -533,12 +529,13 @@ def create_or_update_async(resource_group_name, server_name, job_agent_name, job request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::JobStep.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -609,8 +606,8 @@ def create_or_update_async(resource_group_name, server_name, job_agent_name, job # will be added to the HTTP request. # # - def delete(resource_group_name, server_name, job_agent_name, job_name, step_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, job_agent_name, job_name, step_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, job_agent_name, job_name, step_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, job_agent_name, job_name, step_name, custom_headers).value! nil end @@ -629,8 +626,8 @@ def delete(resource_group_name, server_name, job_agent_name, job_name, step_name # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(resource_group_name, server_name, job_agent_name, job_name, step_name, custom_headers:nil) - delete_async(resource_group_name, server_name, job_agent_name, job_name, step_name, custom_headers:custom_headers).value! + def delete_with_http_info(resource_group_name, server_name, job_agent_name, job_name, step_name, custom_headers = nil) + delete_async(resource_group_name, server_name, job_agent_name, job_name, step_name, custom_headers).value! end # @@ -648,7 +645,7 @@ def delete_with_http_info(resource_group_name, server_name, job_agent_name, job_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(resource_group_name, server_name, job_agent_name, job_name, step_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, job_agent_name, job_name, step_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -659,7 +656,6 @@ def delete_async(resource_group_name, server_name, job_agent_name, job_name, ste request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -704,8 +700,8 @@ def delete_async(resource_group_name, server_name, job_agent_name, job_name, ste # # @return [JobStepListResult] operation results. # - def list_by_version_next(next_page_link, custom_headers:nil) - response = list_by_version_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_version_next(next_page_link, custom_headers = nil) + response = list_by_version_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -719,8 +715,8 @@ def list_by_version_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_version_next_with_http_info(next_page_link, custom_headers:nil) - list_by_version_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_version_next_with_http_info(next_page_link, custom_headers = nil) + list_by_version_next_async(next_page_link, custom_headers).value! end # @@ -733,12 +729,11 @@ def list_by_version_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_version_next_async(next_page_link, custom_headers:nil) + def list_by_version_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -792,8 +787,8 @@ def list_by_version_next_async(next_page_link, custom_headers:nil) # # @return [JobStepListResult] operation results. # - def list_by_job_next(next_page_link, custom_headers:nil) - response = list_by_job_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_job_next(next_page_link, custom_headers = nil) + response = list_by_job_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -807,8 +802,8 @@ def list_by_job_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_job_next_with_http_info(next_page_link, custom_headers:nil) - list_by_job_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_job_next_with_http_info(next_page_link, custom_headers = nil) + list_by_job_next_async(next_page_link, custom_headers).value! end # @@ -821,12 +816,11 @@ def list_by_job_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_job_next_async(next_page_link, custom_headers:nil) + def list_by_job_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -886,12 +880,12 @@ def list_by_job_next_async(next_page_link, custom_headers:nil) # @return [JobStepListResult] which provide lazy access to pages of the # response. # - def list_by_version_as_lazy(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers:nil) - response = list_by_version_async(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers:custom_headers).value! + def list_by_version_as_lazy(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers = nil) + response = list_by_version_async(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_version_next_async(next_page_link, custom_headers:custom_headers) + list_by_version_next_async(next_page_link, custom_headers) end page end @@ -912,12 +906,12 @@ def list_by_version_as_lazy(resource_group_name, server_name, job_agent_name, jo # @return [JobStepListResult] which provide lazy access to pages of the # response. # - def list_by_job_as_lazy(resource_group_name, server_name, job_agent_name, job_name, custom_headers:nil) - response = list_by_job_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers:custom_headers).value! + def list_by_job_as_lazy(resource_group_name, server_name, job_agent_name, job_name, custom_headers = nil) + response = list_by_job_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_job_next_async(next_page_link, custom_headers:custom_headers) + list_by_job_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_target_executions.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_target_executions.rb index c14c503db5..e047c6ae26 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_target_executions.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_target_executions.rb @@ -51,8 +51,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_by_job_execution(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min:nil, create_time_max:nil, end_time_min:nil, end_time_max:nil, is_active:nil, skip:nil, top:nil, custom_headers:nil) - first_page = list_by_job_execution_as_lazy(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min:create_time_min, create_time_max:create_time_max, end_time_min:end_time_min, end_time_max:end_time_max, is_active:is_active, skip:skip, top:top, custom_headers:custom_headers) + def list_by_job_execution(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min = nil, create_time_max = nil, end_time_min = nil, end_time_max = nil, is_active = nil, skip = nil, top = nil, custom_headers = nil) + first_page = list_by_job_execution_as_lazy(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min, create_time_max, end_time_min, end_time_max, is_active, skip, top, custom_headers) first_page.get_all_items end @@ -83,8 +83,8 @@ def list_by_job_execution(resource_group_name, server_name, job_agent_name, job_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_job_execution_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min:nil, create_time_max:nil, end_time_min:nil, end_time_max:nil, is_active:nil, skip:nil, top:nil, custom_headers:nil) - list_by_job_execution_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min:create_time_min, create_time_max:create_time_max, end_time_min:end_time_min, end_time_max:end_time_max, is_active:is_active, skip:skip, top:top, custom_headers:custom_headers).value! + def list_by_job_execution_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min = nil, create_time_max = nil, end_time_min = nil, end_time_max = nil, is_active = nil, skip = nil, top = nil, custom_headers = nil) + list_by_job_execution_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min, create_time_max, end_time_min, end_time_max, is_active, skip, top, custom_headers).value! end # @@ -114,7 +114,7 @@ def list_by_job_execution_with_http_info(resource_group_name, server_name, job_a # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_job_execution_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min:nil, create_time_max:nil, end_time_min:nil, end_time_max:nil, is_active:nil, skip:nil, top:nil, custom_headers:nil) + def list_by_job_execution_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min = nil, create_time_max = nil, end_time_min = nil, end_time_max = nil, is_active = nil, skip = nil, top = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -125,7 +125,6 @@ def list_by_job_execution_async(resource_group_name, server_name, job_agent_name request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -198,8 +197,8 @@ def list_by_job_execution_async(resource_group_name, server_name, job_agent_name # # @return [Array] operation results. # - def list_by_step(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, create_time_min:nil, create_time_max:nil, end_time_min:nil, end_time_max:nil, is_active:nil, skip:nil, top:nil, custom_headers:nil) - first_page = list_by_step_as_lazy(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, create_time_min:create_time_min, create_time_max:create_time_max, end_time_min:end_time_min, end_time_max:end_time_max, is_active:is_active, skip:skip, top:top, custom_headers:custom_headers) + def list_by_step(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, create_time_min = nil, create_time_max = nil, end_time_min = nil, end_time_max = nil, is_active = nil, skip = nil, top = nil, custom_headers = nil) + first_page = list_by_step_as_lazy(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, create_time_min, create_time_max, end_time_min, end_time_max, is_active, skip, top, custom_headers) first_page.get_all_items end @@ -231,8 +230,8 @@ def list_by_step(resource_group_name, server_name, job_agent_name, job_name, job # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_step_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, create_time_min:nil, create_time_max:nil, end_time_min:nil, end_time_max:nil, is_active:nil, skip:nil, top:nil, custom_headers:nil) - list_by_step_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, create_time_min:create_time_min, create_time_max:create_time_max, end_time_min:end_time_min, end_time_max:end_time_max, is_active:is_active, skip:skip, top:top, custom_headers:custom_headers).value! + def list_by_step_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, create_time_min = nil, create_time_max = nil, end_time_min = nil, end_time_max = nil, is_active = nil, skip = nil, top = nil, custom_headers = nil) + list_by_step_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, create_time_min, create_time_max, end_time_min, end_time_max, is_active, skip, top, custom_headers).value! end # @@ -263,7 +262,7 @@ def list_by_step_with_http_info(resource_group_name, server_name, job_agent_name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_step_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, create_time_min:nil, create_time_max:nil, end_time_min:nil, end_time_max:nil, is_active:nil, skip:nil, top:nil, custom_headers:nil) + def list_by_step_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, create_time_min = nil, create_time_max = nil, end_time_min = nil, end_time_max = nil, is_active = nil, skip = nil, top = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -275,7 +274,6 @@ def list_by_step_async(resource_group_name, server_name, job_agent_name, job_nam request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -337,8 +335,8 @@ def list_by_step_async(resource_group_name, server_name, job_agent_name, job_nam # # @return [JobExecution] operation results. # - def get(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, target_id, custom_headers:nil) - response = get_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, target_id, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, target_id, custom_headers = nil) + response = get_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, target_id, custom_headers).value! response.body unless response.nil? end @@ -359,8 +357,8 @@ def get(resource_group_name, server_name, job_agent_name, job_name, job_executio # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, target_id, custom_headers:nil) - get_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, target_id, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, target_id, custom_headers = nil) + get_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, target_id, custom_headers).value! end # @@ -380,7 +378,7 @@ def get_with_http_info(resource_group_name, server_name, job_agent_name, job_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, target_id, custom_headers:nil) + def get_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, target_id, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -393,7 +391,6 @@ def get_async(resource_group_name, server_name, job_agent_name, job_name, job_ex request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -448,8 +445,8 @@ def get_async(resource_group_name, server_name, job_agent_name, job_name, job_ex # # @return [JobExecutionListResult] operation results. # - def list_by_job_execution_next(next_page_link, custom_headers:nil) - response = list_by_job_execution_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_job_execution_next(next_page_link, custom_headers = nil) + response = list_by_job_execution_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -463,8 +460,8 @@ def list_by_job_execution_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_job_execution_next_with_http_info(next_page_link, custom_headers:nil) - list_by_job_execution_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_job_execution_next_with_http_info(next_page_link, custom_headers = nil) + list_by_job_execution_next_async(next_page_link, custom_headers).value! end # @@ -477,12 +474,11 @@ def list_by_job_execution_next_with_http_info(next_page_link, custom_headers:nil # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_job_execution_next_async(next_page_link, custom_headers:nil) + def list_by_job_execution_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -536,8 +532,8 @@ def list_by_job_execution_next_async(next_page_link, custom_headers:nil) # # @return [JobExecutionListResult] operation results. # - def list_by_step_next(next_page_link, custom_headers:nil) - response = list_by_step_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_step_next(next_page_link, custom_headers = nil) + response = list_by_step_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -551,8 +547,8 @@ def list_by_step_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_step_next_with_http_info(next_page_link, custom_headers:nil) - list_by_step_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_step_next_with_http_info(next_page_link, custom_headers = nil) + list_by_step_next_async(next_page_link, custom_headers).value! end # @@ -565,12 +561,11 @@ def list_by_step_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_step_next_async(next_page_link, custom_headers:nil) + def list_by_step_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -642,12 +637,12 @@ def list_by_step_next_async(next_page_link, custom_headers:nil) # @return [JobExecutionListResult] which provide lazy access to pages of the # response. # - def list_by_job_execution_as_lazy(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min:nil, create_time_max:nil, end_time_min:nil, end_time_max:nil, is_active:nil, skip:nil, top:nil, custom_headers:nil) - response = list_by_job_execution_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min:create_time_min, create_time_max:create_time_max, end_time_min:end_time_min, end_time_max:end_time_max, is_active:is_active, skip:skip, top:top, custom_headers:custom_headers).value! + def list_by_job_execution_as_lazy(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min = nil, create_time_max = nil, end_time_min = nil, end_time_max = nil, is_active = nil, skip = nil, top = nil, custom_headers = nil) + response = list_by_job_execution_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, create_time_min, create_time_max, end_time_min, end_time_max, is_active, skip, top, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_job_execution_next_async(next_page_link, custom_headers:custom_headers) + list_by_job_execution_next_async(next_page_link, custom_headers) end page end @@ -682,12 +677,12 @@ def list_by_job_execution_as_lazy(resource_group_name, server_name, job_agent_na # @return [JobExecutionListResult] which provide lazy access to pages of the # response. # - def list_by_step_as_lazy(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, create_time_min:nil, create_time_max:nil, end_time_min:nil, end_time_max:nil, is_active:nil, skip:nil, top:nil, custom_headers:nil) - response = list_by_step_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, create_time_min:create_time_min, create_time_max:create_time_max, end_time_min:end_time_min, end_time_max:end_time_max, is_active:is_active, skip:skip, top:top, custom_headers:custom_headers).value! + def list_by_step_as_lazy(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, create_time_min = nil, create_time_max = nil, end_time_min = nil, end_time_max = nil, is_active = nil, skip = nil, top = nil, custom_headers = nil) + response = list_by_step_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, create_time_min, create_time_max, end_time_min, end_time_max, is_active, skip, top, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_step_next_async(next_page_link, custom_headers:custom_headers) + list_by_step_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_target_groups.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_target_groups.rb index 86f6dd9361..6f4419d2e5 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_target_groups.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_target_groups.rb @@ -37,8 +37,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_by_agent(resource_group_name, server_name, job_agent_name, custom_headers:nil) - first_page = list_by_agent_as_lazy(resource_group_name, server_name, job_agent_name, custom_headers:custom_headers) + def list_by_agent(resource_group_name, server_name, job_agent_name, custom_headers = nil) + first_page = list_by_agent_as_lazy(resource_group_name, server_name, job_agent_name, custom_headers) first_page.get_all_items end @@ -55,8 +55,8 @@ def list_by_agent(resource_group_name, server_name, job_agent_name, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_agent_with_http_info(resource_group_name, server_name, job_agent_name, custom_headers:nil) - list_by_agent_async(resource_group_name, server_name, job_agent_name, custom_headers:custom_headers).value! + def list_by_agent_with_http_info(resource_group_name, server_name, job_agent_name, custom_headers = nil) + list_by_agent_async(resource_group_name, server_name, job_agent_name, custom_headers).value! end # @@ -72,7 +72,7 @@ def list_by_agent_with_http_info(resource_group_name, server_name, job_agent_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_agent_async(resource_group_name, server_name, job_agent_name, custom_headers:nil) + def list_by_agent_async(resource_group_name, server_name, job_agent_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -81,7 +81,6 @@ def list_by_agent_async(resource_group_name, server_name, job_agent_name, custom request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -140,8 +139,8 @@ def list_by_agent_async(resource_group_name, server_name, job_agent_name, custom # # @return [JobTargetGroup] operation results. # - def get(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers).value! response.body unless response.nil? end @@ -159,8 +158,8 @@ def get(resource_group_name, server_name, job_agent_name, target_group_name, cus # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers:nil) - get_async(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers = nil) + get_async(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers).value! end # @@ -177,7 +176,7 @@ def get_with_http_info(resource_group_name, server_name, job_agent_name, target_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers:nil) + def get_async(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -187,7 +186,6 @@ def get_async(resource_group_name, server_name, job_agent_name, target_group_nam request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -247,8 +245,8 @@ def get_async(resource_group_name, server_name, job_agent_name, target_group_nam # # @return [JobTargetGroup] operation results. # - def create_or_update(resource_group_name, server_name, job_agent_name, target_group_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, job_agent_name, target_group_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, job_agent_name, target_group_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, job_agent_name, target_group_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -267,8 +265,8 @@ def create_or_update(resource_group_name, server_name, job_agent_name, target_gr # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, job_agent_name, target_group_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, job_agent_name, target_group_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, job_agent_name, target_group_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, job_agent_name, target_group_name, parameters, custom_headers).value! end # @@ -286,7 +284,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, job_agent_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, job_agent_name, target_group_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, job_agent_name, target_group_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -297,12 +295,13 @@ def create_or_update_async(resource_group_name, server_name, job_agent_name, tar request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -372,8 +371,8 @@ def create_or_update_async(resource_group_name, server_name, job_agent_name, tar # will be added to the HTTP request. # # - def delete(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers).value! nil end @@ -391,8 +390,8 @@ def delete(resource_group_name, server_name, job_agent_name, target_group_name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers:nil) - delete_async(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers:custom_headers).value! + def delete_with_http_info(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers = nil) + delete_async(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers).value! end # @@ -409,7 +408,7 @@ def delete_with_http_info(resource_group_name, server_name, job_agent_name, targ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -419,7 +418,6 @@ def delete_async(resource_group_name, server_name, job_agent_name, target_group_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -464,8 +462,8 @@ def delete_async(resource_group_name, server_name, job_agent_name, target_group_ # # @return [JobTargetGroupListResult] operation results. # - def list_by_agent_next(next_page_link, custom_headers:nil) - response = list_by_agent_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_agent_next(next_page_link, custom_headers = nil) + response = list_by_agent_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -479,8 +477,8 @@ def list_by_agent_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_agent_next_with_http_info(next_page_link, custom_headers:nil) - list_by_agent_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_agent_next_with_http_info(next_page_link, custom_headers = nil) + list_by_agent_next_async(next_page_link, custom_headers).value! end # @@ -493,12 +491,11 @@ def list_by_agent_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_agent_next_async(next_page_link, custom_headers:nil) + def list_by_agent_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -556,12 +553,12 @@ def list_by_agent_next_async(next_page_link, custom_headers:nil) # @return [JobTargetGroupListResult] which provide lazy access to pages of the # response. # - def list_by_agent_as_lazy(resource_group_name, server_name, job_agent_name, custom_headers:nil) - response = list_by_agent_async(resource_group_name, server_name, job_agent_name, custom_headers:custom_headers).value! + def list_by_agent_as_lazy(resource_group_name, server_name, job_agent_name, custom_headers = nil) + response = list_by_agent_async(resource_group_name, server_name, job_agent_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_agent_next_async(next_page_link, custom_headers:custom_headers) + list_by_agent_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_versions.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_versions.rb index 344e0ede80..79921a11be 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_versions.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/job_versions.rb @@ -38,8 +38,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_by_job(resource_group_name, server_name, job_agent_name, job_name, custom_headers:nil) - first_page = list_by_job_as_lazy(resource_group_name, server_name, job_agent_name, job_name, custom_headers:custom_headers) + def list_by_job(resource_group_name, server_name, job_agent_name, job_name, custom_headers = nil) + first_page = list_by_job_as_lazy(resource_group_name, server_name, job_agent_name, job_name, custom_headers) first_page.get_all_items end @@ -57,8 +57,8 @@ def list_by_job(resource_group_name, server_name, job_agent_name, job_name, cust # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_job_with_http_info(resource_group_name, server_name, job_agent_name, job_name, custom_headers:nil) - list_by_job_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers:custom_headers).value! + def list_by_job_with_http_info(resource_group_name, server_name, job_agent_name, job_name, custom_headers = nil) + list_by_job_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers).value! end # @@ -75,7 +75,7 @@ def list_by_job_with_http_info(resource_group_name, server_name, job_agent_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_job_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers:nil) + def list_by_job_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -85,7 +85,6 @@ def list_by_job_async(resource_group_name, server_name, job_agent_name, job_name request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -145,8 +144,8 @@ def list_by_job_async(resource_group_name, server_name, job_agent_name, job_name # # @return [JobVersion] operation results. # - def get(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers:nil) - response = get_async(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers = nil) + response = get_async(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers).value! response.body unless response.nil? end @@ -165,8 +164,8 @@ def get(resource_group_name, server_name, job_agent_name, job_name, job_version, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers:nil) - get_async(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers = nil) + get_async(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers).value! end # @@ -184,7 +183,7 @@ def get_with_http_info(resource_group_name, server_name, job_agent_name, job_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers:nil) + def get_async(resource_group_name, server_name, job_agent_name, job_name, job_version, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -195,7 +194,6 @@ def get_async(resource_group_name, server_name, job_agent_name, job_name, job_ve request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -250,8 +248,8 @@ def get_async(resource_group_name, server_name, job_agent_name, job_name, job_ve # # @return [JobVersionListResult] operation results. # - def list_by_job_next(next_page_link, custom_headers:nil) - response = list_by_job_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_job_next(next_page_link, custom_headers = nil) + response = list_by_job_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -265,8 +263,8 @@ def list_by_job_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_job_next_with_http_info(next_page_link, custom_headers:nil) - list_by_job_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_job_next_with_http_info(next_page_link, custom_headers = nil) + list_by_job_next_async(next_page_link, custom_headers).value! end # @@ -279,12 +277,11 @@ def list_by_job_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_job_next_async(next_page_link, custom_headers:nil) + def list_by_job_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -343,12 +340,12 @@ def list_by_job_next_async(next_page_link, custom_headers:nil) # @return [JobVersionListResult] which provide lazy access to pages of the # response. # - def list_by_job_as_lazy(resource_group_name, server_name, job_agent_name, job_name, custom_headers:nil) - response = list_by_job_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers:custom_headers).value! + def list_by_job_as_lazy(resource_group_name, server_name, job_agent_name, job_name, custom_headers = nil) + response = list_by_job_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_job_next_async(next_page_link, custom_headers:custom_headers) + list_by_job_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/jobs.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/jobs.rb index c7bfe498de..00d791e1b8 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/jobs.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/jobs.rb @@ -37,8 +37,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_by_agent(resource_group_name, server_name, job_agent_name, custom_headers:nil) - first_page = list_by_agent_as_lazy(resource_group_name, server_name, job_agent_name, custom_headers:custom_headers) + def list_by_agent(resource_group_name, server_name, job_agent_name, custom_headers = nil) + first_page = list_by_agent_as_lazy(resource_group_name, server_name, job_agent_name, custom_headers) first_page.get_all_items end @@ -55,8 +55,8 @@ def list_by_agent(resource_group_name, server_name, job_agent_name, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_agent_with_http_info(resource_group_name, server_name, job_agent_name, custom_headers:nil) - list_by_agent_async(resource_group_name, server_name, job_agent_name, custom_headers:custom_headers).value! + def list_by_agent_with_http_info(resource_group_name, server_name, job_agent_name, custom_headers = nil) + list_by_agent_async(resource_group_name, server_name, job_agent_name, custom_headers).value! end # @@ -72,7 +72,7 @@ def list_by_agent_with_http_info(resource_group_name, server_name, job_agent_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_agent_async(resource_group_name, server_name, job_agent_name, custom_headers:nil) + def list_by_agent_async(resource_group_name, server_name, job_agent_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -81,7 +81,6 @@ def list_by_agent_async(resource_group_name, server_name, job_agent_name, custom request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -140,8 +139,8 @@ def list_by_agent_async(resource_group_name, server_name, job_agent_name, custom # # @return [Job] operation results. # - def get(resource_group_name, server_name, job_agent_name, job_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, job_agent_name, job_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers).value! response.body unless response.nil? end @@ -159,8 +158,8 @@ def get(resource_group_name, server_name, job_agent_name, job_name, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, job_agent_name, job_name, custom_headers:nil) - get_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, job_agent_name, job_name, custom_headers = nil) + get_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers).value! end # @@ -177,7 +176,7 @@ def get_with_http_info(resource_group_name, server_name, job_agent_name, job_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers:nil) + def get_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -187,7 +186,6 @@ def get_async(resource_group_name, server_name, job_agent_name, job_name, custom request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -247,8 +245,8 @@ def get_async(resource_group_name, server_name, job_agent_name, job_name, custom # # @return [Job] operation results. # - def create_or_update(resource_group_name, server_name, job_agent_name, job_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, job_agent_name, job_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -267,8 +265,8 @@ def create_or_update(resource_group_name, server_name, job_agent_name, job_name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, job_agent_name, job_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, job_agent_name, job_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, parameters, custom_headers).value! end # @@ -286,7 +284,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, job_agent_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, job_agent_name, job_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -297,12 +295,13 @@ def create_or_update_async(resource_group_name, server_name, job_agent_name, job request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::Job.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -372,8 +371,8 @@ def create_or_update_async(resource_group_name, server_name, job_agent_name, job # will be added to the HTTP request. # # - def delete(resource_group_name, server_name, job_agent_name, job_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, job_agent_name, job_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers).value! nil end @@ -391,8 +390,8 @@ def delete(resource_group_name, server_name, job_agent_name, job_name, custom_he # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(resource_group_name, server_name, job_agent_name, job_name, custom_headers:nil) - delete_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers:custom_headers).value! + def delete_with_http_info(resource_group_name, server_name, job_agent_name, job_name, custom_headers = nil) + delete_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers).value! end # @@ -409,7 +408,7 @@ def delete_with_http_info(resource_group_name, server_name, job_agent_name, job_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, job_agent_name, job_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'job_agent_name is nil' if job_agent_name.nil? @@ -419,7 +418,6 @@ def delete_async(resource_group_name, server_name, job_agent_name, job_name, cus request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -464,8 +462,8 @@ def delete_async(resource_group_name, server_name, job_agent_name, job_name, cus # # @return [JobListResult] operation results. # - def list_by_agent_next(next_page_link, custom_headers:nil) - response = list_by_agent_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_agent_next(next_page_link, custom_headers = nil) + response = list_by_agent_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -479,8 +477,8 @@ def list_by_agent_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_agent_next_with_http_info(next_page_link, custom_headers:nil) - list_by_agent_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_agent_next_with_http_info(next_page_link, custom_headers = nil) + list_by_agent_next_async(next_page_link, custom_headers).value! end # @@ -493,12 +491,11 @@ def list_by_agent_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_agent_next_async(next_page_link, custom_headers:nil) + def list_by_agent_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -555,12 +552,12 @@ def list_by_agent_next_async(next_page_link, custom_headers:nil) # # @return [JobListResult] which provide lazy access to pages of the response. # - def list_by_agent_as_lazy(resource_group_name, server_name, job_agent_name, custom_headers:nil) - response = list_by_agent_async(resource_group_name, server_name, job_agent_name, custom_headers:custom_headers).value! + def list_by_agent_as_lazy(resource_group_name, server_name, job_agent_name, custom_headers = nil) + response = list_by_agent_async(resource_group_name, server_name, job_agent_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_agent_next_async(next_page_link, custom_headers:custom_headers) + list_by_agent_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/long_term_retention_backups.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/long_term_retention_backups.rb index 3bea7bf1b1..fda8000480 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/long_term_retention_backups.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/long_term_retention_backups.rb @@ -36,8 +36,8 @@ def initialize(client) # # @return [LongTermRetentionBackup] operation results. # - def get(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers:nil) - response = get_async(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers:custom_headers).value! + def get(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers = nil) + response = get_async(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers).value! response.body unless response.nil? end @@ -53,8 +53,8 @@ def get(location_name, long_term_retention_server_name, long_term_retention_data # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers:nil) - get_async(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers:custom_headers).value! + def get_with_http_info(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers = nil) + get_async(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers).value! end # @@ -69,7 +69,7 @@ def get_with_http_info(location_name, long_term_retention_server_name, long_term # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers:nil) + def get_async(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers = nil) fail ArgumentError, 'location_name is nil' if location_name.nil? fail ArgumentError, 'long_term_retention_server_name is nil' if long_term_retention_server_name.nil? fail ArgumentError, 'long_term_retention_database_name is nil' if long_term_retention_database_name.nil? @@ -79,7 +79,6 @@ def get_async(location_name, long_term_retention_server_name, long_term_retentio request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -134,8 +133,8 @@ def get_async(location_name, long_term_retention_server_name, long_term_retentio # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def delete(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers:nil) - response = delete_async(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers:custom_headers).value! + def delete(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers = nil) + response = delete_async(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers).value! nil end @@ -150,9 +149,9 @@ def delete(location_name, long_term_retention_server_name, long_term_retention_d # @return [Concurrent::Promise] promise which provides async access to http # response. # - def delete_async(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers:nil) + def delete_async(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers = nil) # Send request - promise = begin_delete_async(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers:custom_headers) + promise = begin_delete_async(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -182,8 +181,8 @@ def delete_async(location_name, long_term_retention_server_name, long_term_reten # # @return [Array] operation results. # - def list_by_database(location_name, long_term_retention_server_name, long_term_retention_database_name, only_latest_per_database:nil, database_state:nil, custom_headers:nil) - first_page = list_by_database_as_lazy(location_name, long_term_retention_server_name, long_term_retention_database_name, only_latest_per_database:only_latest_per_database, database_state:database_state, custom_headers:custom_headers) + def list_by_database(location_name, long_term_retention_server_name, long_term_retention_database_name, only_latest_per_database = nil, database_state = nil, custom_headers = nil) + first_page = list_by_database_as_lazy(location_name, long_term_retention_server_name, long_term_retention_database_name, only_latest_per_database, database_state, custom_headers) first_page.get_all_items end @@ -203,8 +202,8 @@ def list_by_database(location_name, long_term_retention_server_name, long_term_r # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_with_http_info(location_name, long_term_retention_server_name, long_term_retention_database_name, only_latest_per_database:nil, database_state:nil, custom_headers:nil) - list_by_database_async(location_name, long_term_retention_server_name, long_term_retention_database_name, only_latest_per_database:only_latest_per_database, database_state:database_state, custom_headers:custom_headers).value! + def list_by_database_with_http_info(location_name, long_term_retention_server_name, long_term_retention_database_name, only_latest_per_database = nil, database_state = nil, custom_headers = nil) + list_by_database_async(location_name, long_term_retention_server_name, long_term_retention_database_name, only_latest_per_database, database_state, custom_headers).value! end # @@ -223,7 +222,7 @@ def list_by_database_with_http_info(location_name, long_term_retention_server_na # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_async(location_name, long_term_retention_server_name, long_term_retention_database_name, only_latest_per_database:nil, database_state:nil, custom_headers:nil) + def list_by_database_async(location_name, long_term_retention_server_name, long_term_retention_database_name, only_latest_per_database = nil, database_state = nil, custom_headers = nil) fail ArgumentError, 'location_name is nil' if location_name.nil? fail ArgumentError, 'long_term_retention_server_name is nil' if long_term_retention_server_name.nil? fail ArgumentError, 'long_term_retention_database_name is nil' if long_term_retention_database_name.nil? @@ -232,7 +231,6 @@ def list_by_database_async(location_name, long_term_retention_server_name, long_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -291,8 +289,8 @@ def list_by_database_async(location_name, long_term_retention_server_name, long_ # # @return [Array] operation results. # - def list_by_location(location_name, only_latest_per_database:nil, database_state:nil, custom_headers:nil) - first_page = list_by_location_as_lazy(location_name, only_latest_per_database:only_latest_per_database, database_state:database_state, custom_headers:custom_headers) + def list_by_location(location_name, only_latest_per_database = nil, database_state = nil, custom_headers = nil) + first_page = list_by_location_as_lazy(location_name, only_latest_per_database, database_state, custom_headers) first_page.get_all_items end @@ -310,8 +308,8 @@ def list_by_location(location_name, only_latest_per_database:nil, database_state # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_location_with_http_info(location_name, only_latest_per_database:nil, database_state:nil, custom_headers:nil) - list_by_location_async(location_name, only_latest_per_database:only_latest_per_database, database_state:database_state, custom_headers:custom_headers).value! + def list_by_location_with_http_info(location_name, only_latest_per_database = nil, database_state = nil, custom_headers = nil) + list_by_location_async(location_name, only_latest_per_database, database_state, custom_headers).value! end # @@ -328,14 +326,13 @@ def list_by_location_with_http_info(location_name, only_latest_per_database:nil, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_location_async(location_name, only_latest_per_database:nil, database_state:nil, custom_headers:nil) + def list_by_location_async(location_name, only_latest_per_database = nil, database_state = nil, custom_headers = nil) fail ArgumentError, 'location_name is nil' if location_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -395,8 +392,8 @@ def list_by_location_async(location_name, only_latest_per_database:nil, database # # @return [Array] operation results. # - def list_by_server(location_name, long_term_retention_server_name, only_latest_per_database:nil, database_state:nil, custom_headers:nil) - first_page = list_by_server_as_lazy(location_name, long_term_retention_server_name, only_latest_per_database:only_latest_per_database, database_state:database_state, custom_headers:custom_headers) + def list_by_server(location_name, long_term_retention_server_name, only_latest_per_database = nil, database_state = nil, custom_headers = nil) + first_page = list_by_server_as_lazy(location_name, long_term_retention_server_name, only_latest_per_database, database_state, custom_headers) first_page.get_all_items end @@ -415,8 +412,8 @@ def list_by_server(location_name, long_term_retention_server_name, only_latest_p # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(location_name, long_term_retention_server_name, only_latest_per_database:nil, database_state:nil, custom_headers:nil) - list_by_server_async(location_name, long_term_retention_server_name, only_latest_per_database:only_latest_per_database, database_state:database_state, custom_headers:custom_headers).value! + def list_by_server_with_http_info(location_name, long_term_retention_server_name, only_latest_per_database = nil, database_state = nil, custom_headers = nil) + list_by_server_async(location_name, long_term_retention_server_name, only_latest_per_database, database_state, custom_headers).value! end # @@ -434,7 +431,7 @@ def list_by_server_with_http_info(location_name, long_term_retention_server_name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(location_name, long_term_retention_server_name, only_latest_per_database:nil, database_state:nil, custom_headers:nil) + def list_by_server_async(location_name, long_term_retention_server_name, only_latest_per_database = nil, database_state = nil, custom_headers = nil) fail ArgumentError, 'location_name is nil' if location_name.nil? fail ArgumentError, 'long_term_retention_server_name is nil' if long_term_retention_server_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -442,7 +439,6 @@ def list_by_server_async(location_name, long_term_retention_server_name, only_la request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -498,8 +494,8 @@ def list_by_server_async(location_name, long_term_retention_server_name, only_la # will be added to the HTTP request. # # - def begin_delete(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers:nil) - response = begin_delete_async(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers:custom_headers).value! + def begin_delete(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers = nil) + response = begin_delete_async(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers).value! nil end @@ -515,8 +511,8 @@ def begin_delete(location_name, long_term_retention_server_name, long_term_reten # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_delete_with_http_info(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers:nil) - begin_delete_async(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers:custom_headers).value! + def begin_delete_with_http_info(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers = nil) + begin_delete_async(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers).value! end # @@ -531,7 +527,7 @@ def begin_delete_with_http_info(location_name, long_term_retention_server_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_delete_async(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers:nil) + def begin_delete_async(location_name, long_term_retention_server_name, long_term_retention_database_name, backup_name, custom_headers = nil) fail ArgumentError, 'location_name is nil' if location_name.nil? fail ArgumentError, 'long_term_retention_server_name is nil' if long_term_retention_server_name.nil? fail ArgumentError, 'long_term_retention_database_name is nil' if long_term_retention_database_name.nil? @@ -541,7 +537,6 @@ def begin_delete_async(location_name, long_term_retention_server_name, long_term request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -586,8 +581,8 @@ def begin_delete_async(location_name, long_term_retention_server_name, long_term # # @return [LongTermRetentionBackupListResult] operation results. # - def list_by_database_next(next_page_link, custom_headers:nil) - response = list_by_database_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_database_next(next_page_link, custom_headers = nil) + response = list_by_database_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -601,8 +596,8 @@ def list_by_database_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_next_with_http_info(next_page_link, custom_headers:nil) - list_by_database_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_database_next_with_http_info(next_page_link, custom_headers = nil) + list_by_database_next_async(next_page_link, custom_headers).value! end # @@ -615,12 +610,11 @@ def list_by_database_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_next_async(next_page_link, custom_headers:nil) + def list_by_database_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -674,8 +668,8 @@ def list_by_database_next_async(next_page_link, custom_headers:nil) # # @return [LongTermRetentionBackupListResult] operation results. # - def list_by_location_next(next_page_link, custom_headers:nil) - response = list_by_location_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_location_next(next_page_link, custom_headers = nil) + response = list_by_location_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -689,8 +683,8 @@ def list_by_location_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_location_next_with_http_info(next_page_link, custom_headers:nil) - list_by_location_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_location_next_with_http_info(next_page_link, custom_headers = nil) + list_by_location_next_async(next_page_link, custom_headers).value! end # @@ -703,12 +697,11 @@ def list_by_location_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_location_next_async(next_page_link, custom_headers:nil) + def list_by_location_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -762,8 +755,8 @@ def list_by_location_next_async(next_page_link, custom_headers:nil) # # @return [LongTermRetentionBackupListResult] operation results. # - def list_by_server_next(next_page_link, custom_headers:nil) - response = list_by_server_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_server_next(next_page_link, custom_headers = nil) + response = list_by_server_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -777,8 +770,8 @@ def list_by_server_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_next_with_http_info(next_page_link, custom_headers:nil) - list_by_server_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_server_next_with_http_info(next_page_link, custom_headers = nil) + list_by_server_next_async(next_page_link, custom_headers).value! end # @@ -791,12 +784,11 @@ def list_by_server_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_next_async(next_page_link, custom_headers:nil) + def list_by_server_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -857,12 +849,12 @@ def list_by_server_next_async(next_page_link, custom_headers:nil) # @return [LongTermRetentionBackupListResult] which provide lazy access to # pages of the response. # - def list_by_database_as_lazy(location_name, long_term_retention_server_name, long_term_retention_database_name, only_latest_per_database:nil, database_state:nil, custom_headers:nil) - response = list_by_database_async(location_name, long_term_retention_server_name, long_term_retention_database_name, only_latest_per_database:only_latest_per_database, database_state:database_state, custom_headers:custom_headers).value! + def list_by_database_as_lazy(location_name, long_term_retention_server_name, long_term_retention_database_name, only_latest_per_database = nil, database_state = nil, custom_headers = nil) + response = list_by_database_async(location_name, long_term_retention_server_name, long_term_retention_database_name, only_latest_per_database, database_state, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_database_next_async(next_page_link, custom_headers:custom_headers) + list_by_database_next_async(next_page_link, custom_headers) end page end @@ -883,12 +875,12 @@ def list_by_database_as_lazy(location_name, long_term_retention_server_name, lon # @return [LongTermRetentionBackupListResult] which provide lazy access to # pages of the response. # - def list_by_location_as_lazy(location_name, only_latest_per_database:nil, database_state:nil, custom_headers:nil) - response = list_by_location_async(location_name, only_latest_per_database:only_latest_per_database, database_state:database_state, custom_headers:custom_headers).value! + def list_by_location_as_lazy(location_name, only_latest_per_database = nil, database_state = nil, custom_headers = nil) + response = list_by_location_async(location_name, only_latest_per_database, database_state, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_location_next_async(next_page_link, custom_headers:custom_headers) + list_by_location_next_async(next_page_link, custom_headers) end page end @@ -910,12 +902,12 @@ def list_by_location_as_lazy(location_name, only_latest_per_database:nil, databa # @return [LongTermRetentionBackupListResult] which provide lazy access to # pages of the response. # - def list_by_server_as_lazy(location_name, long_term_retention_server_name, only_latest_per_database:nil, database_state:nil, custom_headers:nil) - response = list_by_server_async(location_name, long_term_retention_server_name, only_latest_per_database:only_latest_per_database, database_state:database_state, custom_headers:custom_headers).value! + def list_by_server_as_lazy(location_name, long_term_retention_server_name, only_latest_per_database = nil, database_state = nil, custom_headers = nil) + response = list_by_server_async(location_name, long_term_retention_server_name, only_latest_per_database, database_state, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_server_next_async(next_page_link, custom_headers:custom_headers) + list_by_server_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/managed_backup_short_term_retention_policies.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/managed_backup_short_term_retention_policies.rb new file mode 100644 index 0000000000..474ba5dfcd --- /dev/null +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/managed_backup_short_term_retention_policies.rb @@ -0,0 +1,683 @@ +# 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::SQL::Mgmt::V2017_03_01_preview + # + # The Azure SQL Database management API provides a RESTful set of web + # services that interact with Azure SQL Database services to manage your + # databases. The API enables you to create, retrieve, update, and delete + # databases. + # + class ManagedBackupShortTermRetentionPolicies + include MsRestAzure + + # + # Creates and initializes a new instance of the ManagedBackupShortTermRetentionPolicies class. + # @param client service class for accessing basic functionality. + # + def initialize(client) + @client = client + end + + # @return [SqlManagementClient] reference to the SqlManagementClient + attr_reader :client + + # + # Gets a managed database's short term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the database. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ManagedBackupShortTermRetentionPolicy] operation results. + # + def get(resource_group_name, managed_instance_name, database_name, custom_headers = nil) + response = get_async(resource_group_name, managed_instance_name, database_name, custom_headers).value! + response.body unless response.nil? + end + + # + # Gets a managed database's short term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the database. + # @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(resource_group_name, managed_instance_name, database_name, custom_headers = nil) + get_async(resource_group_name, managed_instance_name, database_name, custom_headers).value! + end + + # + # Gets a managed database's short term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the database. + # @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(resource_group_name, managed_instance_name, database_name, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? + fail ArgumentError, 'database_name is nil' if database_name.nil? + policy_name = 'default' + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/backupShortTermRetentionPolicies/{policyName}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'managedInstanceName' => managed_instance_name,'databaseName' => database_name,'policyName' => policy_name,'subscriptionId' => @client.subscription_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 MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy.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 + + # + # Updates a managed database's short term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the database. + # @param parameters [ManagedBackupShortTermRetentionPolicy] The short term + # retention policy info. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ManagedBackupShortTermRetentionPolicy] operation results. + # + def create_or_update(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers).value! + response.body unless response.nil? + end + + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the database. + # @param parameters [ManagedBackupShortTermRetentionPolicy] The short term + # retention policy info. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [Concurrent::Promise] promise which provides async access to http + # response. + # + def create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) + # Send request + promise = begin_create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers) + + promise = promise.then do |response| + # Defining deserialization method. + deserialize_method = lambda do |parsed_response| + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy.mapper() + parsed_response = @client.deserialize(result_mapper, parsed_response) + end + + # Waiting for response. + @client.get_long_running_operation_result(response, deserialize_method) + end + + promise + end + + # + # Updates a managed database's short term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the database. + # @param parameters [ManagedBackupShortTermRetentionPolicy] The short term + # retention policy info. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ManagedBackupShortTermRetentionPolicy] operation results. + # + def update(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) + response = update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers).value! + response.body unless response.nil? + end + + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the database. + # @param parameters [ManagedBackupShortTermRetentionPolicy] The short term + # retention policy info. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [Concurrent::Promise] promise which provides async access to http + # response. + # + def update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) + # Send request + promise = begin_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers) + + promise = promise.then do |response| + # Defining deserialization method. + deserialize_method = lambda do |parsed_response| + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy.mapper() + parsed_response = @client.deserialize(result_mapper, parsed_response) + end + + # Waiting for response. + @client.get_long_running_operation_result(response, deserialize_method) + end + + promise + end + + # + # Gets a managed database's short term retention policy list. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the database. + # @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_by_database(resource_group_name, managed_instance_name, database_name, custom_headers = nil) + first_page = list_by_database_as_lazy(resource_group_name, managed_instance_name, database_name, custom_headers) + first_page.get_all_items + end + + # + # Gets a managed database's short term retention policy list. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the database. + # @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_by_database_with_http_info(resource_group_name, managed_instance_name, database_name, custom_headers = nil) + list_by_database_async(resource_group_name, managed_instance_name, database_name, custom_headers).value! + end + + # + # Gets a managed database's short term retention policy list. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the database. + # @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_by_database_async(resource_group_name, managed_instance_name, database_name, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? + fail ArgumentError, 'database_name is nil' if database_name.nil? + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/backupShortTermRetentionPolicies' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'managedInstanceName' => managed_instance_name,'databaseName' => database_name,'subscriptionId' => @client.subscription_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 MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicyListResult.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 + + # + # Updates a managed database's short term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the database. + # @param parameters [ManagedBackupShortTermRetentionPolicy] The short term + # retention policy info. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ManagedBackupShortTermRetentionPolicy] operation results. + # + def begin_create_or_update(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers).value! + response.body unless response.nil? + end + + # + # Updates a managed database's short term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the database. + # @param parameters [ManagedBackupShortTermRetentionPolicy] The short term + # retention policy info. + # @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 begin_create_or_update_with_http_info(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers).value! + end + + # + # Updates a managed database's short term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the database. + # @param parameters [ManagedBackupShortTermRetentionPolicy] The short term + # retention policy info. + # @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 begin_create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? + fail ArgumentError, 'database_name is nil' if database_name.nil? + policy_name = 'default' + fail ArgumentError, 'parameters is nil' if parameters.nil? + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.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::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy.mapper() + request_content = @client.serialize(request_mapper, parameters) + request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil + + path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/backupShortTermRetentionPolicies/{policyName}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'managedInstanceName' => managed_instance_name,'databaseName' => database_name,'policyName' => policy_name,'subscriptionId' => @client.subscription_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(:put, 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 || status_code == 202 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy.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 + + # + # Updates a managed database's short term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the database. + # @param parameters [ManagedBackupShortTermRetentionPolicy] The short term + # retention policy info. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ManagedBackupShortTermRetentionPolicy] operation results. + # + def begin_update(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) + response = begin_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers).value! + response.body unless response.nil? + end + + # + # Updates a managed database's short term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the database. + # @param parameters [ManagedBackupShortTermRetentionPolicy] The short term + # retention policy info. + # @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 begin_update_with_http_info(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) + begin_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers).value! + end + + # + # Updates a managed database's short term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the database. + # @param parameters [ManagedBackupShortTermRetentionPolicy] The short term + # retention policy info. + # @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 begin_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? + fail ArgumentError, 'database_name is nil' if database_name.nil? + policy_name = 'default' + fail ArgumentError, 'parameters is nil' if parameters.nil? + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.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::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy.mapper() + request_content = @client.serialize(request_mapper, parameters) + request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil + + path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/backupShortTermRetentionPolicies/{policyName}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'managedInstanceName' => managed_instance_name,'databaseName' => database_name,'policyName' => policy_name,'subscriptionId' => @client.subscription_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 == 200 || status_code == 202 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy.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 managed database's short term retention policy list. + # + # @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 [ManagedBackupShortTermRetentionPolicyListResult] operation results. + # + def list_by_database_next(next_page_link, custom_headers = nil) + response = list_by_database_next_async(next_page_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Gets a managed database's short term retention policy list. + # + # @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_by_database_next_with_http_info(next_page_link, custom_headers = nil) + list_by_database_next_async(next_page_link, custom_headers).value! + end + + # + # Gets a managed database's short term retention policy list. + # + # @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_by_database_next_async(next_page_link, custom_headers = nil) + fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{nextLink}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + skip_encoding_path_params: {'nextLink' => next_page_link}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicyListResult.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 managed database's short term retention policy list. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the database. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ManagedBackupShortTermRetentionPolicyListResult] which provide lazy + # access to pages of the response. + # + def list_by_database_as_lazy(resource_group_name, managed_instance_name, database_name, custom_headers = nil) + response = list_by_database_async(resource_group_name, managed_instance_name, database_name, custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_page_link| + list_by_database_next_async(next_page_link, custom_headers) + end + page + end + end + + end +end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/managed_database_security_alert_policies.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/managed_database_security_alert_policies.rb new file mode 100644 index 0000000000..20a067b6df --- /dev/null +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/managed_database_security_alert_policies.rb @@ -0,0 +1,264 @@ +# 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::SQL::Mgmt::V2017_03_01_preview + # + # The Azure SQL Database management API provides a RESTful set of web + # services that interact with Azure SQL Database services to manage your + # databases. The API enables you to create, retrieve, update, and delete + # databases. + # + class ManagedDatabaseSecurityAlertPolicies + include MsRestAzure + + # + # Creates and initializes a new instance of the ManagedDatabaseSecurityAlertPolicies class. + # @param client service class for accessing basic functionality. + # + def initialize(client) + @client = client + end + + # @return [SqlManagementClient] reference to the SqlManagementClient + attr_reader :client + + # + # Gets a managed database's security alert policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the managed database for which the + # security alert policy is defined. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ManagedDatabaseSecurityAlertPolicy] operation results. + # + def get(resource_group_name, managed_instance_name, database_name, custom_headers = nil) + response = get_async(resource_group_name, managed_instance_name, database_name, custom_headers).value! + response.body unless response.nil? + end + + # + # Gets a managed database's security alert policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the managed database for which the + # security alert policy is defined. + # @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(resource_group_name, managed_instance_name, database_name, custom_headers = nil) + get_async(resource_group_name, managed_instance_name, database_name, custom_headers).value! + end + + # + # Gets a managed database's security alert policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the managed database for which the + # security alert policy is defined. + # @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(resource_group_name, managed_instance_name, database_name, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? + fail ArgumentError, 'database_name is nil' if database_name.nil? + security_alert_policy_name = 'default' + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/securityAlertPolicies/{securityAlertPolicyName}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'managedInstanceName' => managed_instance_name,'databaseName' => database_name,'securityAlertPolicyName' => security_alert_policy_name,'subscriptionId' => @client.subscription_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 MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseSecurityAlertPolicy.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 + + # + # Creates or updates a database's security alert policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the managed database for which the + # security alert policy is defined. + # @param parameters [ManagedDatabaseSecurityAlertPolicy] The database security + # alert policy. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ManagedDatabaseSecurityAlertPolicy] operation results. + # + def create_or_update(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers).value! + response.body unless response.nil? + end + + # + # Creates or updates a database's security alert policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the managed database for which the + # security alert policy is defined. + # @param parameters [ManagedDatabaseSecurityAlertPolicy] The database security + # alert policy. + # @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 create_or_update_with_http_info(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers).value! + end + + # + # Creates or updates a database's security alert policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param database_name [String] The name of the managed database for which the + # security alert policy is defined. + # @param parameters [ManagedDatabaseSecurityAlertPolicy] The database security + # alert policy. + # @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 create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? + fail ArgumentError, 'database_name is nil' if database_name.nil? + security_alert_policy_name = 'default' + fail ArgumentError, 'parameters is nil' if parameters.nil? + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.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::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseSecurityAlertPolicy.mapper() + request_content = @client.serialize(request_mapper, parameters) + request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil + + path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/securityAlertPolicies/{securityAlertPolicyName}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'managedInstanceName' => managed_instance_name,'databaseName' => database_name,'securityAlertPolicyName' => security_alert_policy_name,'subscriptionId' => @client.subscription_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(:put, 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 || status_code == 201 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseSecurityAlertPolicy.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 + # Deserialize Response + if status_code == 201 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseSecurityAlertPolicy.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 + + end +end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/managed_databases.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/managed_databases.rb index 2f7578e26a..860ab68be6 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/managed_databases.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/managed_databases.rb @@ -36,8 +36,8 @@ def initialize(client) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def complete_restore(location_name, operation_id, parameters, custom_headers:nil) - response = complete_restore_async(location_name, operation_id, parameters, custom_headers:custom_headers).value! + def complete_restore(location_name, operation_id, parameters, custom_headers = nil) + response = complete_restore_async(location_name, operation_id, parameters, custom_headers).value! nil end @@ -54,9 +54,9 @@ def complete_restore(location_name, operation_id, parameters, custom_headers:nil # @return [Concurrent::Promise] promise which provides async access to http # response. # - def complete_restore_async(location_name, operation_id, parameters, custom_headers:nil) + def complete_restore_async(location_name, operation_id, parameters, custom_headers = nil) # Send request - promise = begin_complete_restore_async(location_name, operation_id, parameters, custom_headers:custom_headers) + promise = begin_complete_restore_async(location_name, operation_id, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -82,8 +82,8 @@ def complete_restore_async(location_name, operation_id, parameters, custom_heade # # @return [Array] operation results. # - def list_by_instance(resource_group_name, managed_instance_name, custom_headers:nil) - first_page = list_by_instance_as_lazy(resource_group_name, managed_instance_name, custom_headers:custom_headers) + def list_by_instance(resource_group_name, managed_instance_name, custom_headers = nil) + first_page = list_by_instance_as_lazy(resource_group_name, managed_instance_name, custom_headers) first_page.get_all_items end @@ -99,8 +99,8 @@ def list_by_instance(resource_group_name, managed_instance_name, custom_headers: # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_instance_with_http_info(resource_group_name, managed_instance_name, custom_headers:nil) - list_by_instance_async(resource_group_name, managed_instance_name, custom_headers:custom_headers).value! + def list_by_instance_with_http_info(resource_group_name, managed_instance_name, custom_headers = nil) + list_by_instance_async(resource_group_name, managed_instance_name, custom_headers).value! end # @@ -115,7 +115,7 @@ def list_by_instance_with_http_info(resource_group_name, managed_instance_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_instance_async(resource_group_name, managed_instance_name, custom_headers:nil) + def list_by_instance_async(resource_group_name, managed_instance_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -123,7 +123,6 @@ def list_by_instance_async(resource_group_name, managed_instance_name, custom_he request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -181,8 +180,8 @@ def list_by_instance_async(resource_group_name, managed_instance_name, custom_he # # @return [ManagedDatabase] operation results. # - def get(resource_group_name, managed_instance_name, database_name, custom_headers:nil) - response = get_async(resource_group_name, managed_instance_name, database_name, custom_headers:custom_headers).value! + def get(resource_group_name, managed_instance_name, database_name, custom_headers = nil) + response = get_async(resource_group_name, managed_instance_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -199,8 +198,8 @@ def get(resource_group_name, managed_instance_name, database_name, custom_header # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, managed_instance_name, database_name, custom_headers:nil) - get_async(resource_group_name, managed_instance_name, database_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, managed_instance_name, database_name, custom_headers = nil) + get_async(resource_group_name, managed_instance_name, database_name, custom_headers).value! end # @@ -216,7 +215,7 @@ def get_with_http_info(resource_group_name, managed_instance_name, database_name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, managed_instance_name, database_name, custom_headers:nil) + def get_async(resource_group_name, managed_instance_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -225,7 +224,6 @@ def get_async(resource_group_name, managed_instance_name, database_name, custom_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -284,8 +282,8 @@ def get_async(resource_group_name, managed_instance_name, database_name, custom_ # # @return [ManagedDatabase] operation results. # - def create_or_update(resource_group_name, managed_instance_name, database_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -302,9 +300,9 @@ def create_or_update(resource_group_name, managed_instance_name, database_name, # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -321,7 +319,7 @@ def create_or_update_async(resource_group_name, managed_instance_name, database_ end # - # Deletes the managed database. + # Deletes a managed database. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -331,8 +329,8 @@ def create_or_update_async(resource_group_name, managed_instance_name, database_ # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def delete(resource_group_name, managed_instance_name, database_name, custom_headers:nil) - response = delete_async(resource_group_name, managed_instance_name, database_name, custom_headers:custom_headers).value! + def delete(resource_group_name, managed_instance_name, database_name, custom_headers = nil) + response = delete_async(resource_group_name, managed_instance_name, database_name, custom_headers).value! nil end @@ -348,9 +346,9 @@ def delete(resource_group_name, managed_instance_name, database_name, custom_hea # @return [Concurrent::Promise] promise which provides async access to http # response. # - def delete_async(resource_group_name, managed_instance_name, database_name, custom_headers:nil) + def delete_async(resource_group_name, managed_instance_name, database_name, custom_headers = nil) # Send request - promise = begin_delete_async(resource_group_name, managed_instance_name, database_name, custom_headers:custom_headers) + promise = begin_delete_async(resource_group_name, managed_instance_name, database_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -379,8 +377,8 @@ def delete_async(resource_group_name, managed_instance_name, database_name, cust # # @return [ManagedDatabase] operation results. # - def update(resource_group_name, managed_instance_name, database_name, parameters, custom_headers:nil) - response = update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers:custom_headers).value! + def update(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) + response = update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -398,9 +396,9 @@ def update(resource_group_name, managed_instance_name, database_name, parameters # @return [Concurrent::Promise] promise which provides async access to http # response. # - def update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers:nil) + def update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) # Send request - promise = begin_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers:custom_headers) + promise = begin_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -429,8 +427,8 @@ def update_async(resource_group_name, managed_instance_name, database_name, para # will be added to the HTTP request. # # - def begin_complete_restore(location_name, operation_id, parameters, custom_headers:nil) - response = begin_complete_restore_async(location_name, operation_id, parameters, custom_headers:custom_headers).value! + def begin_complete_restore(location_name, operation_id, parameters, custom_headers = nil) + response = begin_complete_restore_async(location_name, operation_id, parameters, custom_headers).value! nil end @@ -448,8 +446,8 @@ def begin_complete_restore(location_name, operation_id, parameters, custom_heade # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_complete_restore_with_http_info(location_name, operation_id, parameters, custom_headers:nil) - begin_complete_restore_async(location_name, operation_id, parameters, custom_headers:custom_headers).value! + def begin_complete_restore_with_http_info(location_name, operation_id, parameters, custom_headers = nil) + begin_complete_restore_async(location_name, operation_id, parameters, custom_headers).value! end # @@ -466,7 +464,7 @@ def begin_complete_restore_with_http_info(location_name, operation_id, parameter # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_complete_restore_async(location_name, operation_id, parameters, custom_headers:nil) + def begin_complete_restore_async(location_name, operation_id, parameters, custom_headers = nil) fail ArgumentError, 'location_name is nil' if location_name.nil? fail ArgumentError, 'operation_id is nil' if operation_id.nil? fail ArgumentError, 'parameters is nil' if parameters.nil? @@ -475,12 +473,13 @@ def begin_complete_restore_async(location_name, operation_id, parameters, custom request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -531,8 +530,8 @@ def begin_complete_restore_async(location_name, operation_id, parameters, custom # # @return [ManagedDatabase] operation results. # - def begin_create_or_update(resource_group_name, managed_instance_name, database_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -550,8 +549,8 @@ def begin_create_or_update(resource_group_name, managed_instance_name, database_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, managed_instance_name, database_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers).value! end # @@ -568,7 +567,7 @@ def begin_create_or_update_with_http_info(resource_group_name, managed_instance_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -578,12 +577,13 @@ def begin_create_or_update_async(resource_group_name, managed_instance_name, dat request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -641,7 +641,7 @@ def begin_create_or_update_async(resource_group_name, managed_instance_name, dat end # - # Deletes the managed database. + # Deletes a managed database. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -652,13 +652,13 @@ def begin_create_or_update_async(resource_group_name, managed_instance_name, dat # will be added to the HTTP request. # # - def begin_delete(resource_group_name, managed_instance_name, database_name, custom_headers:nil) - response = begin_delete_async(resource_group_name, managed_instance_name, database_name, custom_headers:custom_headers).value! + def begin_delete(resource_group_name, managed_instance_name, database_name, custom_headers = nil) + response = begin_delete_async(resource_group_name, managed_instance_name, database_name, custom_headers).value! nil end # - # Deletes the managed database. + # Deletes a managed database. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -670,12 +670,12 @@ def begin_delete(resource_group_name, managed_instance_name, database_name, cust # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_delete_with_http_info(resource_group_name, managed_instance_name, database_name, custom_headers:nil) - begin_delete_async(resource_group_name, managed_instance_name, database_name, custom_headers:custom_headers).value! + def begin_delete_with_http_info(resource_group_name, managed_instance_name, database_name, custom_headers = nil) + begin_delete_async(resource_group_name, managed_instance_name, database_name, custom_headers).value! end # - # Deletes the managed database. + # Deletes a managed database. # # @param resource_group_name [String] The name of the resource group that # contains the resource. You can obtain this value from the Azure Resource @@ -687,7 +687,7 @@ def begin_delete_with_http_info(resource_group_name, managed_instance_name, data # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_delete_async(resource_group_name, managed_instance_name, database_name, custom_headers:nil) + def begin_delete_async(resource_group_name, managed_instance_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -696,7 +696,6 @@ def begin_delete_async(resource_group_name, managed_instance_name, database_name request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -746,8 +745,8 @@ def begin_delete_async(resource_group_name, managed_instance_name, database_name # # @return [ManagedDatabase] operation results. # - def begin_update(resource_group_name, managed_instance_name, database_name, parameters, custom_headers:nil) - response = begin_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_update(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) + response = begin_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -766,8 +765,8 @@ def begin_update(resource_group_name, managed_instance_name, database_name, para # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_update_with_http_info(resource_group_name, managed_instance_name, database_name, parameters, custom_headers:nil) - begin_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_update_with_http_info(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) + begin_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers).value! end # @@ -785,7 +784,7 @@ def begin_update_with_http_info(resource_group_name, managed_instance_name, data # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers:nil) + def begin_update_async(resource_group_name, managed_instance_name, database_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -795,12 +794,13 @@ def begin_update_async(resource_group_name, managed_instance_name, database_name request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -857,8 +857,8 @@ def begin_update_async(resource_group_name, managed_instance_name, database_name # # @return [ManagedDatabaseListResult] operation results. # - def list_by_instance_next(next_page_link, custom_headers:nil) - response = list_by_instance_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_instance_next(next_page_link, custom_headers = nil) + response = list_by_instance_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -872,8 +872,8 @@ def list_by_instance_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_instance_next_with_http_info(next_page_link, custom_headers:nil) - list_by_instance_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_instance_next_with_http_info(next_page_link, custom_headers = nil) + list_by_instance_next_async(next_page_link, custom_headers).value! end # @@ -886,12 +886,11 @@ def list_by_instance_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_instance_next_async(next_page_link, custom_headers:nil) + def list_by_instance_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -948,12 +947,12 @@ def list_by_instance_next_async(next_page_link, custom_headers:nil) # @return [ManagedDatabaseListResult] which provide lazy access to pages of the # response. # - def list_by_instance_as_lazy(resource_group_name, managed_instance_name, custom_headers:nil) - response = list_by_instance_async(resource_group_name, managed_instance_name, custom_headers:custom_headers).value! + def list_by_instance_as_lazy(resource_group_name, managed_instance_name, custom_headers = nil) + response = list_by_instance_async(resource_group_name, managed_instance_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_instance_next_async(next_page_link, custom_headers:custom_headers) + list_by_instance_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/managed_server_security_alert_policies.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/managed_server_security_alert_policies.rb new file mode 100644 index 0000000000..1bb10d870e --- /dev/null +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/managed_server_security_alert_policies.rb @@ -0,0 +1,290 @@ +# 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::SQL::Mgmt::V2017_03_01_preview + # + # The Azure SQL Database management API provides a RESTful set of web + # services that interact with Azure SQL Database services to manage your + # databases. The API enables you to create, retrieve, update, and delete + # databases. + # + class ManagedServerSecurityAlertPolicies + include MsRestAzure + + # + # Creates and initializes a new instance of the ManagedServerSecurityAlertPolicies class. + # @param client service class for accessing basic functionality. + # + def initialize(client) + @client = client + end + + # @return [SqlManagementClient] reference to the SqlManagementClient + attr_reader :client + + # + # Get a managed server's threat detection policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ManagedServerSecurityAlertPolicy] operation results. + # + def get(resource_group_name, managed_instance_name, custom_headers = nil) + response = get_async(resource_group_name, managed_instance_name, custom_headers).value! + response.body unless response.nil? + end + + # + # Get a managed server's threat detection policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @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(resource_group_name, managed_instance_name, custom_headers = nil) + get_async(resource_group_name, managed_instance_name, custom_headers).value! + end + + # + # Get a managed server's threat detection policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @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(resource_group_name, managed_instance_name, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? + security_alert_policy_name = 'Default' + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/securityAlertPolicies/{securityAlertPolicyName}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'managedInstanceName' => managed_instance_name,'securityAlertPolicyName' => security_alert_policy_name,'subscriptionId' => @client.subscription_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 MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedServerSecurityAlertPolicy.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 + + # + # Creates or updates a threat detection policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param parameters [ManagedServerSecurityAlertPolicy] The managed server + # security alert policy. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ManagedServerSecurityAlertPolicy] operation results. + # + def create_or_update(resource_group_name, managed_instance_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, managed_instance_name, parameters, custom_headers).value! + response.body unless response.nil? + end + + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param parameters [ManagedServerSecurityAlertPolicy] The managed server + # security alert policy. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [Concurrent::Promise] promise which provides async access to http + # response. + # + def create_or_update_async(resource_group_name, managed_instance_name, parameters, custom_headers = nil) + # Send request + promise = begin_create_or_update_async(resource_group_name, managed_instance_name, parameters, custom_headers) + + promise = promise.then do |response| + # Defining deserialization method. + deserialize_method = lambda do |parsed_response| + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedServerSecurityAlertPolicy.mapper() + parsed_response = @client.deserialize(result_mapper, parsed_response) + end + + # Waiting for response. + @client.get_long_running_operation_result(response, deserialize_method) + end + + promise + end + + # + # Creates or updates a threat detection policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param parameters [ManagedServerSecurityAlertPolicy] The managed server + # security alert policy. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ManagedServerSecurityAlertPolicy] operation results. + # + def begin_create_or_update(resource_group_name, managed_instance_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, managed_instance_name, parameters, custom_headers).value! + response.body unless response.nil? + end + + # + # Creates or updates a threat detection policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param parameters [ManagedServerSecurityAlertPolicy] The managed server + # security alert policy. + # @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 begin_create_or_update_with_http_info(resource_group_name, managed_instance_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, managed_instance_name, parameters, custom_headers).value! + end + + # + # Creates or updates a threat detection policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param parameters [ManagedServerSecurityAlertPolicy] The managed server + # security alert policy. + # @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 begin_create_or_update_async(resource_group_name, managed_instance_name, parameters, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? + security_alert_policy_name = 'Default' + fail ArgumentError, 'parameters is nil' if parameters.nil? + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.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::SQL::Mgmt::V2017_03_01_preview::Models::ManagedServerSecurityAlertPolicy.mapper() + request_content = @client.serialize(request_mapper, parameters) + request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil + + path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/securityAlertPolicies/{securityAlertPolicyName}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'managedInstanceName' => managed_instance_name,'securityAlertPolicyName' => security_alert_policy_name,'subscriptionId' => @client.subscription_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(:put, 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 || status_code == 202 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedServerSecurityAlertPolicy.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 + + end +end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_server_options.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_server_options.rb index 4ab4288e9b..b78f440e3b 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_server_options.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_server_options.rb @@ -36,7 +36,6 @@ class AutomaticTuningServerOptions # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'AutomaticTuningServerOptions', type: { @@ -44,7 +43,6 @@ def self.mapper() class_name: 'AutomaticTuningServerOptions', model_properties: { desired_state: { - client_side_validation: true, required: false, serialized_name: 'desiredState', type: { @@ -53,7 +51,6 @@ def self.mapper() } }, actual_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'actualState', @@ -63,7 +60,6 @@ def self.mapper() } }, reason_code: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'reasonCode', @@ -72,7 +68,6 @@ def self.mapper() } }, reason_desc: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'reasonDesc', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/backup_long_term_retention_policy.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/backup_long_term_retention_policy.rb index ccd891d7dc..c8c2060668 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/backup_long_term_retention_policy.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/backup_long_term_retention_policy.rb @@ -16,7 +16,7 @@ class BackupLongTermRetentionPolicy < ProxyResource # ISO 8601 format. attr_accessor :weekly_retention - # @return [String] The montly retention policy for an LTR backup in an + # @return [String] The monthly retention policy for an LTR backup in an # ISO 8601 format. attr_accessor :monthly_retention @@ -35,7 +35,6 @@ class BackupLongTermRetentionPolicy < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'BackupLongTermRetentionPolicy', type: { @@ -43,7 +42,6 @@ def self.mapper() class_name: 'BackupLongTermRetentionPolicy', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -52,7 +50,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -61,7 +58,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -70,7 +66,6 @@ def self.mapper() } }, weekly_retention: { - client_side_validation: true, required: false, serialized_name: 'properties.weeklyRetention', type: { @@ -78,7 +73,6 @@ def self.mapper() } }, monthly_retention: { - client_side_validation: true, required: false, serialized_name: 'properties.monthlyRetention', type: { @@ -86,7 +80,6 @@ def self.mapper() } }, yearly_retention: { - client_side_validation: true, required: false, serialized_name: 'properties.yearlyRetention', type: { @@ -94,7 +87,6 @@ def self.mapper() } }, week_of_year: { - client_side_validation: true, required: false, serialized_name: 'properties.weekOfYear', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/complete_database_restore_definition.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/complete_database_restore_definition.rb index d834ee59b3..4fdef50451 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/complete_database_restore_definition.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/complete_database_restore_definition.rb @@ -23,7 +23,6 @@ class CompleteDatabaseRestoreDefinition # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CompleteDatabaseRestoreDefinition', type: { @@ -31,7 +30,6 @@ def self.mapper() class_name: 'CompleteDatabaseRestoreDefinition', model_properties: { last_backup_name: { - client_side_validation: true, required: true, serialized_name: 'lastBackupName', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/create_database_restore_point_definition.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/create_database_restore_point_definition.rb index 2ca49081f7..bf08d7dda3 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/create_database_restore_point_definition.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/create_database_restore_point_definition.rb @@ -23,7 +23,6 @@ class CreateDatabaseRestorePointDefinition # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CreateDatabaseRestorePointDefinition', type: { @@ -31,7 +30,6 @@ def self.mapper() class_name: 'CreateDatabaseRestorePointDefinition', model_properties: { restore_point_label: { - client_side_validation: true, required: true, serialized_name: 'restorePointLabel', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/data_warehouse_user_activities.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/data_warehouse_user_activities.rb index 108317ccbc..7f58f12a08 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/data_warehouse_user_activities.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/data_warehouse_user_activities.rb @@ -22,7 +22,6 @@ class DataWarehouseUserActivities < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DataWarehouseUserActivities', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'DataWarehouseUserActivities', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -39,7 +37,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -48,7 +45,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -57,7 +53,6 @@ def self.mapper() } }, active_queries_count: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.activeQueriesCount', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database.rb index 2b1438c276..42c82a8f65 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database.rb @@ -142,7 +142,6 @@ class Database < TrackedResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Database', type: { @@ -150,7 +149,6 @@ def self.mapper() class_name: 'Database', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -159,7 +157,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -168,7 +165,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -177,7 +173,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -185,13 +180,11 @@ def self.mapper() } }, tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -201,7 +194,6 @@ def self.mapper() } }, sku: { - client_side_validation: true, required: false, serialized_name: 'sku', type: { @@ -210,7 +202,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'kind', @@ -219,7 +210,6 @@ def self.mapper() } }, create_mode: { - client_side_validation: true, required: false, serialized_name: 'properties.createMode', type: { @@ -227,7 +217,6 @@ def self.mapper() } }, collation: { - client_side_validation: true, required: false, serialized_name: 'properties.collation', type: { @@ -235,7 +224,6 @@ def self.mapper() } }, max_size_bytes: { - client_side_validation: true, required: false, serialized_name: 'properties.maxSizeBytes', type: { @@ -243,7 +231,6 @@ def self.mapper() } }, sample_name: { - client_side_validation: true, required: false, serialized_name: 'properties.sampleName', type: { @@ -251,7 +238,6 @@ def self.mapper() } }, elastic_pool_id: { - client_side_validation: true, required: false, serialized_name: 'properties.elasticPoolId', type: { @@ -259,7 +245,6 @@ def self.mapper() } }, source_database_id: { - client_side_validation: true, required: false, serialized_name: 'properties.sourceDatabaseId', type: { @@ -267,7 +252,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -276,7 +260,6 @@ def self.mapper() } }, database_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseId', @@ -285,7 +268,6 @@ def self.mapper() } }, creation_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.creationDate', @@ -294,7 +276,6 @@ def self.mapper() } }, current_service_objective_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.currentServiceObjectiveName', @@ -303,7 +284,6 @@ def self.mapper() } }, default_secondary_location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.defaultSecondaryLocation', @@ -312,7 +292,6 @@ def self.mapper() } }, failover_group_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.failoverGroupId', @@ -321,7 +300,6 @@ def self.mapper() } }, restore_point_in_time: { - client_side_validation: true, required: false, serialized_name: 'properties.restorePointInTime', type: { @@ -329,7 +307,6 @@ def self.mapper() } }, source_database_deletion_date: { - client_side_validation: true, required: false, serialized_name: 'properties.sourceDatabaseDeletionDate', type: { @@ -337,7 +314,6 @@ def self.mapper() } }, recovery_services_recovery_point_id: { - client_side_validation: true, required: false, serialized_name: 'properties.recoveryServicesRecoveryPointId', type: { @@ -345,7 +321,6 @@ def self.mapper() } }, long_term_retention_backup_resource_id: { - client_side_validation: true, required: false, serialized_name: 'properties.longTermRetentionBackupResourceId', type: { @@ -353,7 +328,6 @@ def self.mapper() } }, recoverable_database_id: { - client_side_validation: true, required: false, serialized_name: 'properties.recoverableDatabaseId', type: { @@ -361,7 +335,6 @@ def self.mapper() } }, restorable_dropped_database_id: { - client_side_validation: true, required: false, serialized_name: 'properties.restorableDroppedDatabaseId', type: { @@ -369,7 +342,6 @@ def self.mapper() } }, catalog_collation: { - client_side_validation: true, required: false, serialized_name: 'properties.catalogCollation', type: { @@ -377,7 +349,6 @@ def self.mapper() } }, zone_redundant: { - client_side_validation: true, required: false, serialized_name: 'properties.zoneRedundant', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_blob_auditing_policy.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_blob_auditing_policy.rb index 56ada3ca39..e6557b401d 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_blob_auditing_policy.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_blob_auditing_policy.rb @@ -16,7 +16,7 @@ class DatabaseBlobAuditingPolicy < ProxyResource attr_accessor :kind # @return [BlobAuditingPolicyState] Specifies the state of the policy. If - # state is Enabled, storageEndpoint and storageAccountAccessKey are + # state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled are # required. Possible values include: 'Enabled', 'Disabled' attr_accessor :state @@ -26,11 +26,12 @@ class DatabaseBlobAuditingPolicy < ProxyResource attr_accessor :storage_endpoint # @return [String] Specifies the identifier key of the auditing storage - # account. If state is Enabled, storageAccountAccessKey is required. + # account. If state is Enabled and storageEndpoint is specified, + # storageAccountAccessKey is required. attr_accessor :storage_account_access_key # @return [Integer] Specifies the number of days to keep in the audit - # logs. + # logs in the storage account. attr_accessor :retention_days # @return [Array] Specifies the Actions-Groups and Actions to @@ -91,12 +92,12 @@ class DatabaseBlobAuditingPolicy < ProxyResource # REFERENCES # # The general form for defining an action to be audited is: - # ON BY + # {action} ON {object} BY {principal} # # Note that in the above format can refer to an object like a # table, view, or stored procedure, or an entire database or schema. For - # the latter cases, the forms DATABASE:: and - # SCHEMA:: are used, respectively. + # the latter cases, the forms DATABASE::{db_name} and + # SCHEMA::{schema_name} are used, respectively. # # For example: # SELECT on dbo.myTable by public @@ -114,6 +115,28 @@ class DatabaseBlobAuditingPolicy < ProxyResource # the storage's secondary key. attr_accessor :is_storage_secondary_key_in_use + # @return [Boolean] Specifies whether audit events are sent to Azure + # Monitor. + # In order to send the events to Azure Monitor, specify 'State' as + # 'Enabled' and 'IsAzureMonitorTargetEnabled' as true. + # + # When using REST API to configure auditing, Diagnostic Settings with + # 'SQLSecurityAuditEvents' diagnostic logs category on the database + # should be also created. + # Note that for server level audit you should use the 'master' database + # as {databaseName}. + # + # Diagnostic Settings URI format: + # PUT + # https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview + # + # For more information, see [Diagnostic Settings REST + # API](https://go.microsoft.com/fwlink/?linkid=2033207) + # or [Diagnostic Settings + # PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043) + # + attr_accessor :is_azure_monitor_target_enabled + # # Mapper for DatabaseBlobAuditingPolicy class as Ruby Hash. @@ -121,7 +144,6 @@ class DatabaseBlobAuditingPolicy < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DatabaseBlobAuditingPolicy', type: { @@ -129,7 +151,6 @@ def self.mapper() class_name: 'DatabaseBlobAuditingPolicy', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -138,7 +159,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -147,7 +167,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -156,7 +175,6 @@ def self.mapper() } }, kind: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'kind', @@ -165,7 +183,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: true, serialized_name: 'properties.state', type: { @@ -174,7 +191,6 @@ def self.mapper() } }, storage_endpoint: { - client_side_validation: true, required: false, serialized_name: 'properties.storageEndpoint', type: { @@ -182,7 +198,6 @@ def self.mapper() } }, storage_account_access_key: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountAccessKey', type: { @@ -190,7 +205,6 @@ def self.mapper() } }, retention_days: { - client_side_validation: true, required: false, serialized_name: 'properties.retentionDays', type: { @@ -198,13 +212,11 @@ def self.mapper() } }, audit_actions_and_groups: { - client_side_validation: true, required: false, serialized_name: 'properties.auditActionsAndGroups', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -214,7 +226,6 @@ def self.mapper() } }, storage_account_subscription_id: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountSubscriptionId', type: { @@ -222,12 +233,18 @@ def self.mapper() } }, is_storage_secondary_key_in_use: { - client_side_validation: true, required: false, serialized_name: 'properties.isStorageSecondaryKeyInUse', type: { name: 'Boolean' } + }, + is_azure_monitor_target_enabled: { + required: false, + serialized_name: 'properties.isAzureMonitorTargetEnabled', + type: { + name: 'Boolean' + } } } } diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_list_result.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_list_result.rb index 15e5db8e46..e618dab4e5 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_list_result.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DatabaseListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'DatabaseListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DatabaseElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_operation.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_operation.rb index 7ff12d50b4..f95244c8f4 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_operation.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_operation.rb @@ -64,7 +64,6 @@ class DatabaseOperation < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DatabaseOperation', type: { @@ -72,7 +71,6 @@ def self.mapper() class_name: 'DatabaseOperation', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -81,7 +79,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -90,7 +87,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -99,7 +95,6 @@ def self.mapper() } }, database_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseName', @@ -108,7 +103,6 @@ def self.mapper() } }, operation: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.operation', @@ -117,7 +111,6 @@ def self.mapper() } }, operation_friendly_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.operationFriendlyName', @@ -126,7 +119,6 @@ def self.mapper() } }, percent_complete: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.percentComplete', @@ -135,7 +127,6 @@ def self.mapper() } }, server_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.serverName', @@ -144,7 +135,6 @@ def self.mapper() } }, start_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.startTime', @@ -153,7 +143,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', @@ -162,7 +151,6 @@ def self.mapper() } }, error_code: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.errorCode', @@ -171,7 +159,6 @@ def self.mapper() } }, error_description: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.errorDescription', @@ -180,7 +167,6 @@ def self.mapper() } }, error_severity: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.errorSeverity', @@ -189,7 +175,6 @@ def self.mapper() } }, is_user_error: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.isUserError', @@ -198,7 +183,6 @@ def self.mapper() } }, estimated_completion_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.estimatedCompletionTime', @@ -207,7 +191,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.description', @@ -216,7 +199,6 @@ def self.mapper() } }, is_cancellable: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.isCancellable', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_operation_list_result.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_operation_list_result.rb index 39f5bf1728..816a9586bc 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_operation_list_result.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_operation_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DatabaseOperationListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'DatabaseOperationListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DatabaseOperationElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_update.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_update.rb index 53ef433ddb..6b222ae0ab 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_update.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_update.rb @@ -141,7 +141,6 @@ class DatabaseUpdate # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DatabaseUpdate', type: { @@ -149,7 +148,6 @@ def self.mapper() class_name: 'DatabaseUpdate', model_properties: { sku: { - client_side_validation: true, required: false, serialized_name: 'sku', type: { @@ -158,7 +156,6 @@ def self.mapper() } }, create_mode: { - client_side_validation: true, required: false, serialized_name: 'properties.createMode', type: { @@ -166,7 +163,6 @@ def self.mapper() } }, collation: { - client_side_validation: true, required: false, serialized_name: 'properties.collation', type: { @@ -174,7 +170,6 @@ def self.mapper() } }, max_size_bytes: { - client_side_validation: true, required: false, serialized_name: 'properties.maxSizeBytes', type: { @@ -182,7 +177,6 @@ def self.mapper() } }, sample_name: { - client_side_validation: true, required: false, serialized_name: 'properties.sampleName', type: { @@ -190,7 +184,6 @@ def self.mapper() } }, elastic_pool_id: { - client_side_validation: true, required: false, serialized_name: 'properties.elasticPoolId', type: { @@ -198,7 +191,6 @@ def self.mapper() } }, source_database_id: { - client_side_validation: true, required: false, serialized_name: 'properties.sourceDatabaseId', type: { @@ -206,7 +198,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -215,7 +206,6 @@ def self.mapper() } }, database_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseId', @@ -224,7 +214,6 @@ def self.mapper() } }, creation_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.creationDate', @@ -233,7 +222,6 @@ def self.mapper() } }, current_service_objective_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.currentServiceObjectiveName', @@ -242,7 +230,6 @@ def self.mapper() } }, default_secondary_location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.defaultSecondaryLocation', @@ -251,7 +238,6 @@ def self.mapper() } }, failover_group_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.failoverGroupId', @@ -260,7 +246,6 @@ def self.mapper() } }, restore_point_in_time: { - client_side_validation: true, required: false, serialized_name: 'properties.restorePointInTime', type: { @@ -268,7 +253,6 @@ def self.mapper() } }, source_database_deletion_date: { - client_side_validation: true, required: false, serialized_name: 'properties.sourceDatabaseDeletionDate', type: { @@ -276,7 +260,6 @@ def self.mapper() } }, recovery_services_recovery_point_id: { - client_side_validation: true, required: false, serialized_name: 'properties.recoveryServicesRecoveryPointId', type: { @@ -284,7 +267,6 @@ def self.mapper() } }, long_term_retention_backup_resource_id: { - client_side_validation: true, required: false, serialized_name: 'properties.longTermRetentionBackupResourceId', type: { @@ -292,7 +274,6 @@ def self.mapper() } }, recoverable_database_id: { - client_side_validation: true, required: false, serialized_name: 'properties.recoverableDatabaseId', type: { @@ -300,7 +281,6 @@ def self.mapper() } }, restorable_dropped_database_id: { - client_side_validation: true, required: false, serialized_name: 'properties.restorableDroppedDatabaseId', type: { @@ -308,7 +288,6 @@ def self.mapper() } }, catalog_collation: { - client_side_validation: true, required: false, serialized_name: 'properties.catalogCollation', type: { @@ -316,7 +295,6 @@ def self.mapper() } }, zone_redundant: { - client_side_validation: true, required: false, serialized_name: 'properties.zoneRedundant', type: { @@ -324,13 +302,11 @@ def self.mapper() } }, tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment.rb index 98d5605766..9ce5a0562c 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment.rb @@ -13,14 +13,21 @@ class DatabaseVulnerabilityAssessment < ProxyResource include MsRestAzure # @return [String] A blob storage container path to hold the scan results - # (e.g. https://myStorage.blob.core.windows.net/VaScans/). + # (e.g. https://myStorage.blob.core.windows.net/VaScans/). It is + # required if server level vulnerability assessment policy doesn't set attr_accessor :storage_container_path # @return [String] A shared access signature (SAS Key) that has write # access to the blob container specified in 'storageContainerPath' - # parameter. + # parameter. If 'storageAccountAccessKey' isn't specified, + # StorageContainerSasKey is required. attr_accessor :storage_container_sas_key + # @return [String] Specifies the identifier key of the storage account + # for vulnerability assessment scan results. If 'StorageContainerSasKey' + # isn't specified, storageAccountAccessKey is required. + attr_accessor :storage_account_access_key + # @return [VulnerabilityAssessmentRecurringScansProperties] The recurring # scans settings attr_accessor :recurring_scans @@ -32,7 +39,6 @@ class DatabaseVulnerabilityAssessment < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DatabaseVulnerabilityAssessment', type: { @@ -40,7 +46,6 @@ def self.mapper() class_name: 'DatabaseVulnerabilityAssessment', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -49,7 +54,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -58,7 +62,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -67,23 +70,27 @@ def self.mapper() } }, storage_container_path: { - client_side_validation: true, - required: true, + required: false, serialized_name: 'properties.storageContainerPath', type: { name: 'String' } }, storage_container_sas_key: { - client_side_validation: true, - required: true, + required: false, serialized_name: 'properties.storageContainerSasKey', type: { name: 'String' } }, + storage_account_access_key: { + required: false, + serialized_name: 'properties.storageAccountAccessKey', + type: { + name: 'String' + } + }, recurring_scans: { - client_side_validation: true, required: false, serialized_name: 'properties.recurringScans', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_list_result.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_list_result.rb new file mode 100644 index 0000000000..4331dfccdd --- /dev/null +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_list_result.rb @@ -0,0 +1,98 @@ +# 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::SQL::Mgmt::V2017_03_01_preview + module Models + # + # A list of the database's vulnerability assessments. + # + class DatabaseVulnerabilityAssessmentListResult + + include MsRestAzure + + include MsRest::JSONable + # @return [Array] Array of results. + attr_accessor :value + + # @return [String] Link to retrieve next page of results. + attr_accessor :next_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.next_link != nil do + page = page.get_next_page + items.concat(page.value) + end + items + end + + # + # Gets the next page of results. + # + # @return [DatabaseVulnerabilityAssessmentListResult] with next page + # content. + # + def get_next_page + response = @next_method.call(@next_link).value! unless @next_method.nil? + unless response.nil? + @next_link = response.body.next_link + @value = response.body.value + self + end + end + + # + # Mapper for DatabaseVulnerabilityAssessmentListResult class as Ruby + # Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'DatabaseVulnerabilityAssessmentListResult', + type: { + name: 'Composite', + class_name: 'DatabaseVulnerabilityAssessmentListResult', + model_properties: { + value: { + required: false, + read_only: true, + serialized_name: 'value', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'DatabaseVulnerabilityAssessmentElementType', + type: { + name: 'Composite', + class_name: 'DatabaseVulnerabilityAssessment' + } + } + } + }, + next_link: { + required: false, + read_only: true, + serialized_name: 'nextLink', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_rule_baseline.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_rule_baseline.rb index 5956cbda23..1a19684bee 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_rule_baseline.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_rule_baseline.rb @@ -24,7 +24,6 @@ class DatabaseVulnerabilityAssessmentRuleBaseline < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DatabaseVulnerabilityAssessmentRuleBaseline', type: { @@ -32,7 +31,6 @@ def self.mapper() class_name: 'DatabaseVulnerabilityAssessmentRuleBaseline', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -41,7 +39,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -50,7 +47,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -59,13 +55,11 @@ def self.mapper() } }, baseline_results: { - client_side_validation: true, required: true, serialized_name: 'properties.baselineResults', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DatabaseVulnerabilityAssessmentRuleBaselineItemElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_rule_baseline_item.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_rule_baseline_item.rb index 6603e96f52..1289ff7d9b 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_rule_baseline_item.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_rule_baseline_item.rb @@ -24,7 +24,6 @@ class DatabaseVulnerabilityAssessmentRuleBaselineItem # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DatabaseVulnerabilityAssessmentRuleBaselineItem', type: { @@ -32,13 +31,11 @@ def self.mapper() class_name: 'DatabaseVulnerabilityAssessmentRuleBaselineItem', model_properties: { result: { - client_side_validation: true, required: true, serialized_name: 'result', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/extended_database_blob_auditing_policy.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/extended_database_blob_auditing_policy.rb index f0fb5c70e6..62ea08af7d 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/extended_database_blob_auditing_policy.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/extended_database_blob_auditing_policy.rb @@ -17,7 +17,7 @@ class ExtendedDatabaseBlobAuditingPolicy < ProxyResource attr_accessor :predicate_expression # @return [BlobAuditingPolicyState] Specifies the state of the policy. If - # state is Enabled, storageEndpoint and storageAccountAccessKey are + # state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled are # required. Possible values include: 'Enabled', 'Disabled' attr_accessor :state @@ -27,11 +27,12 @@ class ExtendedDatabaseBlobAuditingPolicy < ProxyResource attr_accessor :storage_endpoint # @return [String] Specifies the identifier key of the auditing storage - # account. If state is Enabled, storageAccountAccessKey is required. + # account. If state is Enabled and storageEndpoint is specified, + # storageAccountAccessKey is required. attr_accessor :storage_account_access_key # @return [Integer] Specifies the number of days to keep in the audit - # logs. + # logs in the storage account. attr_accessor :retention_days # @return [Array] Specifies the Actions-Groups and Actions to @@ -92,12 +93,12 @@ class ExtendedDatabaseBlobAuditingPolicy < ProxyResource # REFERENCES # # The general form for defining an action to be audited is: - # ON BY + # {action} ON {object} BY {principal} # # Note that in the above format can refer to an object like a # table, view, or stored procedure, or an entire database or schema. For - # the latter cases, the forms DATABASE:: and - # SCHEMA:: are used, respectively. + # the latter cases, the forms DATABASE::{db_name} and + # SCHEMA::{schema_name} are used, respectively. # # For example: # SELECT on dbo.myTable by public @@ -115,6 +116,28 @@ class ExtendedDatabaseBlobAuditingPolicy < ProxyResource # the storage's secondary key. attr_accessor :is_storage_secondary_key_in_use + # @return [Boolean] Specifies whether audit events are sent to Azure + # Monitor. + # In order to send the events to Azure Monitor, specify 'State' as + # 'Enabled' and 'IsAzureMonitorTargetEnabled' as true. + # + # When using REST API to configure auditing, Diagnostic Settings with + # 'SQLSecurityAuditEvents' diagnostic logs category on the database + # should be also created. + # Note that for server level audit you should use the 'master' database + # as {databaseName}. + # + # Diagnostic Settings URI format: + # PUT + # https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview + # + # For more information, see [Diagnostic Settings REST + # API](https://go.microsoft.com/fwlink/?linkid=2033207) + # or [Diagnostic Settings + # PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043) + # + attr_accessor :is_azure_monitor_target_enabled + # # Mapper for ExtendedDatabaseBlobAuditingPolicy class as Ruby Hash. @@ -122,7 +145,6 @@ class ExtendedDatabaseBlobAuditingPolicy < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ExtendedDatabaseBlobAuditingPolicy', type: { @@ -130,7 +152,6 @@ def self.mapper() class_name: 'ExtendedDatabaseBlobAuditingPolicy', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -139,7 +160,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -148,7 +168,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -157,7 +176,6 @@ def self.mapper() } }, predicate_expression: { - client_side_validation: true, required: false, serialized_name: 'properties.predicateExpression', type: { @@ -165,7 +183,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: true, serialized_name: 'properties.state', type: { @@ -174,7 +191,6 @@ def self.mapper() } }, storage_endpoint: { - client_side_validation: true, required: false, serialized_name: 'properties.storageEndpoint', type: { @@ -182,7 +198,6 @@ def self.mapper() } }, storage_account_access_key: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountAccessKey', type: { @@ -190,7 +205,6 @@ def self.mapper() } }, retention_days: { - client_side_validation: true, required: false, serialized_name: 'properties.retentionDays', type: { @@ -198,13 +212,11 @@ def self.mapper() } }, audit_actions_and_groups: { - client_side_validation: true, required: false, serialized_name: 'properties.auditActionsAndGroups', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -214,7 +226,6 @@ def self.mapper() } }, storage_account_subscription_id: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountSubscriptionId', type: { @@ -222,12 +233,18 @@ def self.mapper() } }, is_storage_secondary_key_in_use: { - client_side_validation: true, required: false, serialized_name: 'properties.isStorageSecondaryKeyInUse', type: { name: 'Boolean' } + }, + is_azure_monitor_target_enabled: { + required: false, + serialized_name: 'properties.isAzureMonitorTargetEnabled', + type: { + name: 'Boolean' + } } } } diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/extended_server_blob_auditing_policy.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/extended_server_blob_auditing_policy.rb index 42982b2b0b..8ee5c9d89e 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/extended_server_blob_auditing_policy.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/extended_server_blob_auditing_policy.rb @@ -17,7 +17,7 @@ class ExtendedServerBlobAuditingPolicy < ProxyResource attr_accessor :predicate_expression # @return [BlobAuditingPolicyState] Specifies the state of the policy. If - # state is Enabled, storageEndpoint and storageAccountAccessKey are + # state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled are # required. Possible values include: 'Enabled', 'Disabled' attr_accessor :state @@ -27,11 +27,12 @@ class ExtendedServerBlobAuditingPolicy < ProxyResource attr_accessor :storage_endpoint # @return [String] Specifies the identifier key of the auditing storage - # account. If state is Enabled, storageAccountAccessKey is required. + # account. If state is Enabled and storageEndpoint is specified, + # storageAccountAccessKey is required. attr_accessor :storage_account_access_key # @return [Integer] Specifies the number of days to keep in the audit - # logs. + # logs in the storage account. attr_accessor :retention_days # @return [Array] Specifies the Actions-Groups and Actions to @@ -92,12 +93,12 @@ class ExtendedServerBlobAuditingPolicy < ProxyResource # REFERENCES # # The general form for defining an action to be audited is: - # ON BY + # {action} ON {object} BY {principal} # # Note that in the above format can refer to an object like a # table, view, or stored procedure, or an entire database or schema. For - # the latter cases, the forms DATABASE:: and - # SCHEMA:: are used, respectively. + # the latter cases, the forms DATABASE::{db_name} and + # SCHEMA::{schema_name} are used, respectively. # # For example: # SELECT on dbo.myTable by public @@ -115,6 +116,28 @@ class ExtendedServerBlobAuditingPolicy < ProxyResource # the storage's secondary key. attr_accessor :is_storage_secondary_key_in_use + # @return [Boolean] Specifies whether audit events are sent to Azure + # Monitor. + # In order to send the events to Azure Monitor, specify 'State' as + # 'Enabled' and 'IsAzureMonitorTargetEnabled' as true. + # + # When using REST API to configure auditing, Diagnostic Settings with + # 'SQLSecurityAuditEvents' diagnostic logs category on the database + # should be also created. + # Note that for server level audit you should use the 'master' database + # as {databaseName}. + # + # Diagnostic Settings URI format: + # PUT + # https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview + # + # For more information, see [Diagnostic Settings REST + # API](https://go.microsoft.com/fwlink/?linkid=2033207) + # or [Diagnostic Settings + # PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043) + # + attr_accessor :is_azure_monitor_target_enabled + # # Mapper for ExtendedServerBlobAuditingPolicy class as Ruby Hash. @@ -122,7 +145,6 @@ class ExtendedServerBlobAuditingPolicy < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ExtendedServerBlobAuditingPolicy', type: { @@ -130,7 +152,6 @@ def self.mapper() class_name: 'ExtendedServerBlobAuditingPolicy', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -139,7 +160,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -148,7 +168,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -157,7 +176,6 @@ def self.mapper() } }, predicate_expression: { - client_side_validation: true, required: false, serialized_name: 'properties.predicateExpression', type: { @@ -165,7 +183,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: true, serialized_name: 'properties.state', type: { @@ -174,7 +191,6 @@ def self.mapper() } }, storage_endpoint: { - client_side_validation: true, required: false, serialized_name: 'properties.storageEndpoint', type: { @@ -182,7 +198,6 @@ def self.mapper() } }, storage_account_access_key: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountAccessKey', type: { @@ -190,7 +205,6 @@ def self.mapper() } }, retention_days: { - client_side_validation: true, required: false, serialized_name: 'properties.retentionDays', type: { @@ -198,13 +212,11 @@ def self.mapper() } }, audit_actions_and_groups: { - client_side_validation: true, required: false, serialized_name: 'properties.auditActionsAndGroups', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -214,7 +226,6 @@ def self.mapper() } }, storage_account_subscription_id: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountSubscriptionId', type: { @@ -222,12 +233,18 @@ def self.mapper() } }, is_storage_secondary_key_in_use: { - client_side_validation: true, required: false, serialized_name: 'properties.isStorageSecondaryKeyInUse', type: { name: 'Boolean' } + }, + is_azure_monitor_target_enabled: { + required: false, + serialized_name: 'properties.isAzureMonitorTargetEnabled', + type: { + name: 'Boolean' + } } } } diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/import_export_database_definition.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/import_export_database_definition.rb index 6cefc54362..b772d7ba7f 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/import_export_database_definition.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/import_export_database_definition.rb @@ -49,7 +49,6 @@ class ImportExportDatabaseDefinition # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ImportExportDatabaseDefinition', type: { @@ -57,7 +56,6 @@ def self.mapper() class_name: 'ImportExportDatabaseDefinition', model_properties: { database_name: { - client_side_validation: true, required: false, serialized_name: 'databaseName', type: { @@ -65,7 +63,6 @@ def self.mapper() } }, edition: { - client_side_validation: true, required: false, serialized_name: 'edition', type: { @@ -73,7 +70,6 @@ def self.mapper() } }, service_objective_name: { - client_side_validation: true, required: false, serialized_name: 'serviceObjectiveName', type: { @@ -81,7 +77,6 @@ def self.mapper() } }, max_size_bytes: { - client_side_validation: true, required: false, serialized_name: 'maxSizeBytes', type: { @@ -89,7 +84,6 @@ def self.mapper() } }, storage_key_type: { - client_side_validation: true, required: true, serialized_name: 'storageKeyType', type: { @@ -97,7 +91,6 @@ def self.mapper() } }, storage_key: { - client_side_validation: true, required: true, serialized_name: 'storageKey', type: { @@ -105,7 +98,6 @@ def self.mapper() } }, storage_uri: { - client_side_validation: true, required: true, serialized_name: 'storageUri', type: { @@ -113,7 +105,6 @@ def self.mapper() } }, administrator_login: { - client_side_validation: true, required: true, serialized_name: 'administratorLogin', type: { @@ -121,7 +112,6 @@ def self.mapper() } }, administrator_login_password: { - client_side_validation: true, required: true, serialized_name: 'administratorLoginPassword', type: { @@ -129,7 +119,6 @@ def self.mapper() } }, authentication_type: { - client_side_validation: true, required: false, serialized_name: 'authenticationType', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/import_export_operation_result.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/import_export_operation_result.rb index 70843299bd..aff8b57bfb 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/import_export_operation_result.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/import_export_operation_result.rb @@ -46,7 +46,6 @@ class ImportExportOperationResult < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ImportExportOperationResult', type: { @@ -54,7 +53,6 @@ def self.mapper() class_name: 'ImportExportOperationResult', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -63,7 +61,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -72,7 +69,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -81,7 +77,6 @@ def self.mapper() } }, request_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.requestId', @@ -90,7 +85,6 @@ def self.mapper() } }, request_type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.requestType', @@ -99,7 +93,6 @@ def self.mapper() } }, queued_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.queuedTime', @@ -108,7 +101,6 @@ def self.mapper() } }, last_modified_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastModifiedTime', @@ -117,7 +109,6 @@ def self.mapper() } }, blob_uri: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.blobUri', @@ -126,7 +117,6 @@ def self.mapper() } }, server_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.serverName', @@ -135,7 +125,6 @@ def self.mapper() } }, database_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseName', @@ -144,7 +133,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -153,7 +141,6 @@ def self.mapper() } }, error_message: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.errorMessage', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job.rb index c8f0268fae..55f4ed3171 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job.rb @@ -29,7 +29,6 @@ class Job < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Job', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'Job', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -46,7 +44,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -55,7 +52,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -64,7 +60,6 @@ def self.mapper() } }, description: { - client_side_validation: true, required: false, serialized_name: 'properties.description', default_value: '', @@ -73,7 +68,6 @@ def self.mapper() } }, version: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.version', @@ -82,7 +76,6 @@ def self.mapper() } }, schedule: { - client_side_validation: true, required: false, serialized_name: 'properties.schedule', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent.rb index d9ec47cfd3..2cdf6b40c0 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent.rb @@ -29,7 +29,6 @@ class JobAgent < TrackedResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'JobAgent', type: { @@ -37,7 +36,6 @@ def self.mapper() class_name: 'JobAgent', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -46,7 +44,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -55,7 +52,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -64,7 +60,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -72,13 +67,11 @@ def self.mapper() } }, tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -88,7 +81,6 @@ def self.mapper() } }, sku: { - client_side_validation: true, required: false, serialized_name: 'sku', type: { @@ -97,7 +89,6 @@ def self.mapper() } }, database_id: { - client_side_validation: true, required: true, serialized_name: 'properties.databaseId', type: { @@ -105,7 +96,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.state', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent_list_result.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent_list_result.rb index 2239438803..8338e8adac 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent_list_result.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'JobAgentListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'JobAgentListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'JobAgentElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent_update.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent_update.rb index 54379bf25e..089a7df585 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent_update.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent_update.rb @@ -22,7 +22,6 @@ class JobAgentUpdate # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'JobAgentUpdate', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'JobAgentUpdate', model_properties: { tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_credential.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_credential.rb index 54f99ba4fd..5423bddadb 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_credential.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_credential.rb @@ -26,7 +26,6 @@ class JobCredential < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'JobCredential', type: { @@ -34,7 +33,6 @@ def self.mapper() class_name: 'JobCredential', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -43,7 +41,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -52,7 +49,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -61,7 +57,6 @@ def self.mapper() } }, username: { - client_side_validation: true, required: true, serialized_name: 'properties.username', type: { @@ -69,7 +64,6 @@ def self.mapper() } }, password: { - client_side_validation: true, required: true, serialized_name: 'properties.password', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_credential_list_result.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_credential_list_result.rb index d94d1b9e1a..ac4a337506 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_credential_list_result.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_credential_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'JobCredentialListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'JobCredentialListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'JobCredentialElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution.rb index ebd83448a8..a1746bed37 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution.rb @@ -64,7 +64,6 @@ class JobExecution < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'JobExecution', type: { @@ -72,7 +71,6 @@ def self.mapper() class_name: 'JobExecution', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -81,7 +79,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -90,7 +87,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -99,7 +95,6 @@ def self.mapper() } }, job_version: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.jobVersion', @@ -108,7 +103,6 @@ def self.mapper() } }, step_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.stepName', @@ -117,7 +111,6 @@ def self.mapper() } }, step_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.stepId', @@ -126,7 +119,6 @@ def self.mapper() } }, job_execution_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.jobExecutionId', @@ -135,7 +127,6 @@ def self.mapper() } }, lifecycle: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lifecycle', @@ -144,7 +135,6 @@ def self.mapper() } }, provisioning_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', @@ -153,7 +143,6 @@ def self.mapper() } }, create_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.createTime', @@ -162,7 +151,6 @@ def self.mapper() } }, start_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.startTime', @@ -171,7 +159,6 @@ def self.mapper() } }, end_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.endTime', @@ -180,7 +167,6 @@ def self.mapper() } }, current_attempts: { - client_side_validation: true, required: false, serialized_name: 'properties.currentAttempts', type: { @@ -188,7 +174,6 @@ def self.mapper() } }, current_attempt_start_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.currentAttemptStartTime', @@ -197,7 +182,6 @@ def self.mapper() } }, last_message: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.lastMessage', @@ -206,7 +190,6 @@ def self.mapper() } }, target: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.target', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution_list_result.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution_list_result.rb index 89f9b95b02..51a1bc3a3e 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution_list_result.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'JobExecutionListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'JobExecutionListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'JobExecutionElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution_target.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution_target.rb index a5fbe7fe9a..a38381e055 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution_target.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution_target.rb @@ -30,7 +30,6 @@ class JobExecutionTarget # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'JobExecutionTarget', type: { @@ -38,7 +37,6 @@ def self.mapper() class_name: 'JobExecutionTarget', model_properties: { type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -47,7 +45,6 @@ def self.mapper() } }, server_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'serverName', @@ -56,7 +53,6 @@ def self.mapper() } }, database_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'databaseName', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_list_result.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_list_result.rb index ca71a45ccd..991573fa20 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_list_result.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'JobListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'JobListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'JobElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_schedule.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_schedule.rb index 7229cc9531..02a65c8c4d 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_schedule.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_schedule.rb @@ -28,7 +28,7 @@ class JobSchedule attr_accessor :enabled # @return [String] Value of the schedule's recurring interval, if the - # scheduletype is recurring. ISO8601 duration format. + # schedule type is recurring. ISO8601 duration format. attr_accessor :interval @@ -38,7 +38,6 @@ class JobSchedule # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'JobSchedule', type: { @@ -46,7 +45,6 @@ def self.mapper() class_name: 'JobSchedule', model_properties: { start_time: { - client_side_validation: true, required: false, serialized_name: 'startTime', default_value: Date.parse('0001-01-01T00:00:00Z'), @@ -55,7 +53,6 @@ def self.mapper() } }, end_time: { - client_side_validation: true, required: false, serialized_name: 'endTime', default_value: Date.parse('9999-12-31T11:59:59Z'), @@ -64,7 +61,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, serialized_name: 'type', default_value: 'Once', @@ -74,7 +70,6 @@ def self.mapper() } }, enabled: { - client_side_validation: true, required: false, serialized_name: 'enabled', type: { @@ -82,7 +77,6 @@ def self.mapper() } }, interval: { - client_side_validation: true, required: false, serialized_name: 'interval', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step.rb index 424ac0c57d..2e5632d04b 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step.rb @@ -41,7 +41,6 @@ class JobStep < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'JobStep', type: { @@ -49,7 +48,6 @@ def self.mapper() class_name: 'JobStep', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -58,7 +56,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -67,7 +64,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -76,7 +72,6 @@ def self.mapper() } }, step_id: { - client_side_validation: true, required: false, serialized_name: 'properties.stepId', type: { @@ -84,7 +79,6 @@ def self.mapper() } }, target_group: { - client_side_validation: true, required: true, serialized_name: 'properties.targetGroup', type: { @@ -92,7 +86,6 @@ def self.mapper() } }, credential: { - client_side_validation: true, required: true, serialized_name: 'properties.credential', type: { @@ -100,7 +93,6 @@ def self.mapper() } }, action: { - client_side_validation: true, required: true, serialized_name: 'properties.action', type: { @@ -109,7 +101,6 @@ def self.mapper() } }, output: { - client_side_validation: true, required: false, serialized_name: 'properties.output', type: { @@ -118,7 +109,6 @@ def self.mapper() } }, execution_options: { - client_side_validation: true, required: false, serialized_name: 'properties.executionOptions', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_action.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_action.rb index 268b91ef53..7f74b52604 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_action.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_action.rb @@ -31,7 +31,6 @@ class JobStepAction # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'JobStepAction', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'JobStepAction', model_properties: { type: { - client_side_validation: true, required: false, serialized_name: 'type', default_value: 'TSql', @@ -48,7 +46,6 @@ def self.mapper() } }, source: { - client_side_validation: true, required: false, serialized_name: 'source', default_value: 'Inline', @@ -57,7 +54,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_execution_options.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_execution_options.rb index 831763073f..557d0a71ce 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_execution_options.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_execution_options.rb @@ -39,7 +39,6 @@ class JobStepExecutionOptions # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'JobStepExecutionOptions', type: { @@ -47,7 +46,6 @@ def self.mapper() class_name: 'JobStepExecutionOptions', model_properties: { timeout_seconds: { - client_side_validation: true, required: false, serialized_name: 'timeoutSeconds', default_value: 43200, @@ -56,7 +54,6 @@ def self.mapper() } }, retry_attempts: { - client_side_validation: true, required: false, serialized_name: 'retryAttempts', default_value: 10, @@ -65,7 +62,6 @@ def self.mapper() } }, initial_retry_interval_seconds: { - client_side_validation: true, required: false, serialized_name: 'initialRetryIntervalSeconds', default_value: 1, @@ -74,7 +70,6 @@ def self.mapper() } }, maximum_retry_interval_seconds: { - client_side_validation: true, required: false, serialized_name: 'maximumRetryIntervalSeconds', default_value: 120, @@ -83,7 +78,6 @@ def self.mapper() } }, retry_interval_backoff_multiplier: { - client_side_validation: true, required: false, serialized_name: 'retryIntervalBackoffMultiplier', default_value: 2, diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_list_result.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_list_result.rb index 44c05a729a..2f080da799 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_list_result.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'JobStepListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'JobStepListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'JobStepElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_output.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_output.rb index 1f550be5a8..56446da074 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_output.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_output.rb @@ -45,7 +45,6 @@ class JobStepOutput # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'JobStepOutput', type: { @@ -53,7 +52,6 @@ def self.mapper() class_name: 'JobStepOutput', model_properties: { type: { - client_side_validation: true, required: false, serialized_name: 'type', default_value: 'SqlDatabase', @@ -62,7 +60,6 @@ def self.mapper() } }, subscription_id: { - client_side_validation: true, required: false, serialized_name: 'subscriptionId', type: { @@ -70,7 +67,6 @@ def self.mapper() } }, resource_group_name: { - client_side_validation: true, required: false, serialized_name: 'resourceGroupName', type: { @@ -78,7 +74,6 @@ def self.mapper() } }, server_name: { - client_side_validation: true, required: true, serialized_name: 'serverName', type: { @@ -86,7 +81,6 @@ def self.mapper() } }, database_name: { - client_side_validation: true, required: true, serialized_name: 'databaseName', type: { @@ -94,7 +88,6 @@ def self.mapper() } }, schema_name: { - client_side_validation: true, required: false, serialized_name: 'schemaName', default_value: 'dbo', @@ -103,7 +96,6 @@ def self.mapper() } }, table_name: { - client_side_validation: true, required: true, serialized_name: 'tableName', type: { @@ -111,7 +103,6 @@ def self.mapper() } }, credential: { - client_side_validation: true, required: true, serialized_name: 'credential', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_target.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_target.rb index 78cc823e74..c98dfdfe90 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_target.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_target.rb @@ -47,7 +47,6 @@ class JobTarget # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'JobTarget', type: { @@ -55,7 +54,6 @@ def self.mapper() class_name: 'JobTarget', model_properties: { membership_type: { - client_side_validation: true, required: false, serialized_name: 'membershipType', default_value: 'Include', @@ -65,7 +63,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: true, serialized_name: 'type', type: { @@ -73,7 +70,6 @@ def self.mapper() } }, server_name: { - client_side_validation: true, required: false, serialized_name: 'serverName', type: { @@ -81,7 +77,6 @@ def self.mapper() } }, database_name: { - client_side_validation: true, required: false, serialized_name: 'databaseName', type: { @@ -89,7 +84,6 @@ def self.mapper() } }, elastic_pool_name: { - client_side_validation: true, required: false, serialized_name: 'elasticPoolName', type: { @@ -97,7 +91,6 @@ def self.mapper() } }, shard_map_name: { - client_side_validation: true, required: false, serialized_name: 'shardMapName', type: { @@ -105,7 +98,6 @@ def self.mapper() } }, refresh_credential: { - client_side_validation: true, required: false, serialized_name: 'refreshCredential', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_target_group.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_target_group.rb index b4e99c9d6f..0331bd5b55 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_target_group.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_target_group.rb @@ -22,7 +22,6 @@ class JobTargetGroup < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'JobTargetGroup', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'JobTargetGroup', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -39,7 +37,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -48,7 +45,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -57,13 +53,11 @@ def self.mapper() } }, members: { - client_side_validation: true, required: true, serialized_name: 'properties.members', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'JobTargetElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_target_group_list_result.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_target_group_list_result.rb index 011ece977f..20a4eabeeb 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_target_group_list_result.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_target_group_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'JobTargetGroupListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'JobTargetGroupListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'JobTargetGroupElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_version.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_version.rb index cb65c6d9bc..c5a54f5e5c 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_version.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_version.rb @@ -19,7 +19,6 @@ class JobVersion < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'JobVersion', type: { @@ -27,7 +26,6 @@ def self.mapper() class_name: 'JobVersion', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -36,7 +34,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -45,7 +42,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_version_list_result.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_version_list_result.rb index 034caac847..c5b1a3602e 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_version_list_result.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/job_version_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'JobVersionListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'JobVersionListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'JobVersionElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/long_term_retention_backup.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/long_term_retention_backup.rb index 13684bcfe7..764423d207 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/long_term_retention_backup.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/long_term_retention_backup.rb @@ -37,7 +37,6 @@ class LongTermRetentionBackup < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'LongTermRetentionBackup', type: { @@ -45,7 +44,6 @@ def self.mapper() class_name: 'LongTermRetentionBackup', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -54,7 +52,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -63,7 +60,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -72,7 +68,6 @@ def self.mapper() } }, server_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.serverName', @@ -81,7 +76,6 @@ def self.mapper() } }, server_create_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.serverCreateTime', @@ -90,7 +84,6 @@ def self.mapper() } }, database_name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseName', @@ -99,7 +92,6 @@ def self.mapper() } }, database_deletion_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.databaseDeletionTime', @@ -108,7 +100,6 @@ def self.mapper() } }, backup_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.backupTime', @@ -117,7 +108,6 @@ def self.mapper() } }, backup_expiration_time: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.backupExpirationTime', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/long_term_retention_backup_list_result.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/long_term_retention_backup_list_result.rb index d7bab967f8..0d3c67d15c 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/long_term_retention_backup_list_result.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/long_term_retention_backup_list_result.rb @@ -6,7 +6,7 @@ module Azure::SQL::Mgmt::V2017_03_01_preview module Models # - # A list of long term retention bacukps. + # A list of long term retention backups. # class LongTermRetentionBackupListResult @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'LongTermRetentionBackupListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'LongTermRetentionBackupListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'LongTermRetentionBackupElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_backup_short_term_retention_policy.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_backup_short_term_retention_policy.rb new file mode 100644 index 0000000000..97556d9bb7 --- /dev/null +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_backup_short_term_retention_policy.rb @@ -0,0 +1,69 @@ +# 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::SQL::Mgmt::V2017_03_01_preview + module Models + # + # A short term retention policy. + # + class ManagedBackupShortTermRetentionPolicy < ProxyResource + + include MsRestAzure + + # @return [Integer] The backup retention period in days. This is how many + # days Point-in-Time Restore will be supported. + attr_accessor :retention_days + + + # + # Mapper for ManagedBackupShortTermRetentionPolicy class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'ManagedBackupShortTermRetentionPolicy', + type: { + name: 'Composite', + class_name: 'ManagedBackupShortTermRetentionPolicy', + model_properties: { + id: { + required: false, + read_only: true, + serialized_name: 'id', + type: { + name: 'String' + } + }, + name: { + required: false, + read_only: true, + serialized_name: 'name', + type: { + name: 'String' + } + }, + type: { + required: false, + read_only: true, + serialized_name: 'type', + type: { + name: 'String' + } + }, + retention_days: { + required: false, + serialized_name: 'properties.retentionDays', + type: { + name: 'Number' + } + } + } + } + } + end + end + end +end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_backup_short_term_retention_policy_list_result.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_backup_short_term_retention_policy_list_result.rb new file mode 100644 index 0000000000..e275b3fcb9 --- /dev/null +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_backup_short_term_retention_policy_list_result.rb @@ -0,0 +1,100 @@ +# 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::SQL::Mgmt::V2017_03_01_preview + module Models + # + # A list of short term retention policies. + # + class ManagedBackupShortTermRetentionPolicyListResult + + include MsRestAzure + + include MsRest::JSONable + # @return [Array] Array of + # results. + attr_accessor :value + + # @return [String] Link to retrieve next page of results. + attr_accessor :next_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.next_link != nil do + page = page.get_next_page + items.concat(page.value) + end + items + end + + # + # Gets the next page of results. + # + # @return [ManagedBackupShortTermRetentionPolicyListResult] with next + # page content. + # + def get_next_page + response = @next_method.call(@next_link).value! unless @next_method.nil? + unless response.nil? + @next_link = response.body.next_link + @value = response.body.value + self + end + end + + # + # Mapper for ManagedBackupShortTermRetentionPolicyListResult class as + # Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'ManagedBackupShortTermRetentionPolicyListResult', + type: { + name: 'Composite', + class_name: 'ManagedBackupShortTermRetentionPolicyListResult', + model_properties: { + value: { + required: false, + read_only: true, + serialized_name: 'value', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'ManagedBackupShortTermRetentionPolicyElementType', + type: { + name: 'Composite', + class_name: 'ManagedBackupShortTermRetentionPolicy' + } + } + } + }, + next_link: { + required: false, + read_only: true, + serialized_name: 'nextLink', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database.rb index 322cc0b7d0..37e94f1127 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database.rb @@ -15,9 +15,9 @@ class ManagedDatabase < TrackedResource # @return [String] Collation of the managed database. attr_accessor :collation - # @return [ManagedDatabaseStatus] Status for the database. Possible - # values include: 'Online', 'Offline', 'Shutdown', 'Creating', - # 'Inaccessible' + # @return [ManagedDatabaseStatus] Status of the database. Possible values + # include: 'Online', 'Offline', 'Shutdown', 'Creating', 'Inaccessible', + # 'Updating' attr_accessor :status # @return [DateTime] Creation date of the database. @@ -46,8 +46,11 @@ class ManagedDatabase < TrackedResource # SourceManagedInstanceName and PointInTime must be specified. # RestoreExternalBackup: Create a database by restoring from external # backup files. Collation, StorageContainerUri and - # StorageContainerSasToken must be specified. Possible values include: - # 'Default', 'RestoreExternalBackup', 'PointInTimeRestore' + # StorageContainerSasToken must be specified. Recovery: Creates a + # database by restoring a geo-replicated backup. RecoverableDatabaseId + # must be specified as the recoverable database resource ID to restore. + # Possible values include: 'Default', 'RestoreExternalBackup', + # 'PointInTimeRestore', 'Recovery' attr_accessor :create_mode # @return [String] Conditional. If createMode is RestoreExternalBackup, @@ -59,6 +62,10 @@ class ManagedDatabase < TrackedResource # associated with create operation of this database. attr_accessor :source_database_id + # @return [String] The restorable dropped database resource id to restore + # when creating this database. + attr_accessor :restorable_dropped_database_id + # @return [String] Conditional. If createMode is RestoreExternalBackup, # this value is required. Specifies the storage container sas token. attr_accessor :storage_container_sas_token @@ -67,6 +74,10 @@ class ManagedDatabase < TrackedResource # managed database belongs to. attr_accessor :failover_group_id + # @return [String] The resource identifier of the recoverable database + # associated with create operation of this database. + attr_accessor :recoverable_database_id + # # Mapper for ManagedDatabase class as Ruby Hash. @@ -74,7 +85,6 @@ class ManagedDatabase < TrackedResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ManagedDatabase', type: { @@ -82,7 +92,6 @@ def self.mapper() class_name: 'ManagedDatabase', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -91,7 +100,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -100,7 +108,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -109,7 +116,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -117,13 +123,11 @@ def self.mapper() } }, tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -133,7 +137,6 @@ def self.mapper() } }, collation: { - client_side_validation: true, required: false, serialized_name: 'properties.collation', type: { @@ -141,7 +144,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -150,7 +152,6 @@ def self.mapper() } }, creation_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.creationDate', @@ -159,7 +160,6 @@ def self.mapper() } }, earliest_restore_point: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.earliestRestorePoint', @@ -168,7 +168,6 @@ def self.mapper() } }, restore_point_in_time: { - client_side_validation: true, required: false, serialized_name: 'properties.restorePointInTime', type: { @@ -176,7 +175,6 @@ def self.mapper() } }, default_secondary_location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.defaultSecondaryLocation', @@ -185,7 +183,6 @@ def self.mapper() } }, catalog_collation: { - client_side_validation: true, required: false, serialized_name: 'properties.catalogCollation', type: { @@ -193,7 +190,6 @@ def self.mapper() } }, create_mode: { - client_side_validation: true, required: false, serialized_name: 'properties.createMode', type: { @@ -201,7 +197,6 @@ def self.mapper() } }, storage_container_uri: { - client_side_validation: true, required: false, serialized_name: 'properties.storageContainerUri', type: { @@ -209,15 +204,20 @@ def self.mapper() } }, source_database_id: { - client_side_validation: true, required: false, serialized_name: 'properties.sourceDatabaseId', type: { name: 'String' } }, + restorable_dropped_database_id: { + required: false, + serialized_name: 'properties.restorableDroppedDatabaseId', + type: { + name: 'String' + } + }, storage_container_sas_token: { - client_side_validation: true, required: false, serialized_name: 'properties.storageContainerSasToken', type: { @@ -225,13 +225,19 @@ def self.mapper() } }, failover_group_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.failoverGroupId', type: { name: 'String' } + }, + recoverable_database_id: { + required: false, + serialized_name: 'properties.recoverableDatabaseId', + type: { + name: 'String' + } } } } diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_create_mode.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_create_mode.rb index e2d1a0d378..989870fb5d 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_create_mode.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_create_mode.rb @@ -12,6 +12,7 @@ module ManagedDatabaseCreateMode Default = "Default" RestoreExternalBackup = "RestoreExternalBackup" PointInTimeRestore = "PointInTimeRestore" + Recovery = "Recovery" end end end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_list_result.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_list_result.rb index 87cc5d4c9f..6d2cc78dab 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_list_result.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ManagedDatabaseListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'ManagedDatabaseListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ManagedDatabaseElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_security_alert_policy.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_security_alert_policy.rb new file mode 100644 index 0000000000..ca4f1b1718 --- /dev/null +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_security_alert_policy.rb @@ -0,0 +1,164 @@ +# 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::SQL::Mgmt::V2017_03_01_preview + module Models + # + # A managed database security alert policy. + # + class ManagedDatabaseSecurityAlertPolicy < ProxyResource + + include MsRestAzure + + # @return [SecurityAlertPolicyState] Specifies the state of the policy, + # whether it is enabled or disabled. Possible values include: 'New', + # 'Enabled', 'Disabled' + attr_accessor :state + + # @return [Array] Specifies an array of alerts that are disabled. + # Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, + # Access_Anomaly, Data_Exfiltration, Unsafe_Action + attr_accessor :disabled_alerts + + # @return [Array] Specifies an array of e-mail addresses to which + # the alert is sent. + attr_accessor :email_addresses + + # @return [Boolean] Specifies that the alert is sent to the account + # administrators. + attr_accessor :email_account_admins + + # @return [String] Specifies the blob storage endpoint (e.g. + # https://MyAccount.blob.core.windows.net). This blob storage will hold + # all Threat Detection audit logs. + attr_accessor :storage_endpoint + + # @return [String] Specifies the identifier key of the Threat Detection + # audit storage account. + attr_accessor :storage_account_access_key + + # @return [Integer] Specifies the number of days to keep in the Threat + # Detection audit logs. + attr_accessor :retention_days + + # @return [DateTime] Specifies the UTC creation time of the policy. + attr_accessor :creation_time + + + # + # Mapper for ManagedDatabaseSecurityAlertPolicy class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'ManagedDatabaseSecurityAlertPolicy', + type: { + name: 'Composite', + class_name: 'ManagedDatabaseSecurityAlertPolicy', + model_properties: { + id: { + required: false, + read_only: true, + serialized_name: 'id', + type: { + name: 'String' + } + }, + name: { + required: false, + read_only: true, + serialized_name: 'name', + type: { + name: 'String' + } + }, + type: { + required: false, + read_only: true, + serialized_name: 'type', + type: { + name: 'String' + } + }, + state: { + required: true, + serialized_name: 'properties.state', + type: { + name: 'Enum', + module: 'SecurityAlertPolicyState' + } + }, + disabled_alerts: { + required: false, + serialized_name: 'properties.disabledAlerts', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + email_addresses: { + required: false, + serialized_name: 'properties.emailAddresses', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + email_account_admins: { + required: false, + serialized_name: 'properties.emailAccountAdmins', + type: { + name: 'Boolean' + } + }, + storage_endpoint: { + required: false, + serialized_name: 'properties.storageEndpoint', + type: { + name: 'String' + } + }, + storage_account_access_key: { + required: false, + serialized_name: 'properties.storageAccountAccessKey', + type: { + name: 'String' + } + }, + retention_days: { + required: false, + serialized_name: 'properties.retentionDays', + type: { + name: 'Number' + } + }, + creation_time: { + required: false, + read_only: true, + serialized_name: 'properties.creationTime', + type: { + name: 'DateTime' + } + } + } + } + } + end + end + end +end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_status.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_status.rb index 08b84fd7ff..3d0c627507 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_status.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_status.rb @@ -14,6 +14,7 @@ module ManagedDatabaseStatus Shutdown = "Shutdown" Creating = "Creating" Inaccessible = "Inaccessible" + Updating = "Updating" end end end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_update.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_update.rb index fe19ceaede..bf86593717 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_update.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_update.rb @@ -15,9 +15,9 @@ class ManagedDatabaseUpdate # @return [String] Collation of the managed database. attr_accessor :collation - # @return [ManagedDatabaseStatus] Status for the database. Possible - # values include: 'Online', 'Offline', 'Shutdown', 'Creating', - # 'Inaccessible' + # @return [ManagedDatabaseStatus] Status of the database. Possible values + # include: 'Online', 'Offline', 'Shutdown', 'Creating', 'Inaccessible', + # 'Updating' attr_accessor :status # @return [DateTime] Creation date of the database. @@ -46,8 +46,11 @@ class ManagedDatabaseUpdate # SourceManagedInstanceName and PointInTime must be specified. # RestoreExternalBackup: Create a database by restoring from external # backup files. Collation, StorageContainerUri and - # StorageContainerSasToken must be specified. Possible values include: - # 'Default', 'RestoreExternalBackup', 'PointInTimeRestore' + # StorageContainerSasToken must be specified. Recovery: Creates a + # database by restoring a geo-replicated backup. RecoverableDatabaseId + # must be specified as the recoverable database resource ID to restore. + # Possible values include: 'Default', 'RestoreExternalBackup', + # 'PointInTimeRestore', 'Recovery' attr_accessor :create_mode # @return [String] Conditional. If createMode is RestoreExternalBackup, @@ -59,6 +62,10 @@ class ManagedDatabaseUpdate # associated with create operation of this database. attr_accessor :source_database_id + # @return [String] The restorable dropped database resource id to restore + # when creating this database. + attr_accessor :restorable_dropped_database_id + # @return [String] Conditional. If createMode is RestoreExternalBackup, # this value is required. Specifies the storage container sas token. attr_accessor :storage_container_sas_token @@ -67,6 +74,10 @@ class ManagedDatabaseUpdate # managed database belongs to. attr_accessor :failover_group_id + # @return [String] The resource identifier of the recoverable database + # associated with create operation of this database. + attr_accessor :recoverable_database_id + # @return [Hash{String => String}] Resource tags. attr_accessor :tags @@ -77,7 +88,6 @@ class ManagedDatabaseUpdate # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ManagedDatabaseUpdate', type: { @@ -85,7 +95,6 @@ def self.mapper() class_name: 'ManagedDatabaseUpdate', model_properties: { collation: { - client_side_validation: true, required: false, serialized_name: 'properties.collation', type: { @@ -93,7 +102,6 @@ def self.mapper() } }, status: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.status', @@ -102,7 +110,6 @@ def self.mapper() } }, creation_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.creationDate', @@ -111,7 +118,6 @@ def self.mapper() } }, earliest_restore_point: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.earliestRestorePoint', @@ -120,7 +126,6 @@ def self.mapper() } }, restore_point_in_time: { - client_side_validation: true, required: false, serialized_name: 'properties.restorePointInTime', type: { @@ -128,7 +133,6 @@ def self.mapper() } }, default_secondary_location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.defaultSecondaryLocation', @@ -137,7 +141,6 @@ def self.mapper() } }, catalog_collation: { - client_side_validation: true, required: false, serialized_name: 'properties.catalogCollation', type: { @@ -145,7 +148,6 @@ def self.mapper() } }, create_mode: { - client_side_validation: true, required: false, serialized_name: 'properties.createMode', type: { @@ -153,7 +155,6 @@ def self.mapper() } }, storage_container_uri: { - client_side_validation: true, required: false, serialized_name: 'properties.storageContainerUri', type: { @@ -161,15 +162,20 @@ def self.mapper() } }, source_database_id: { - client_side_validation: true, required: false, serialized_name: 'properties.sourceDatabaseId', type: { name: 'String' } }, + restorable_dropped_database_id: { + required: false, + serialized_name: 'properties.restorableDroppedDatabaseId', + type: { + name: 'String' + } + }, storage_container_sas_token: { - client_side_validation: true, required: false, serialized_name: 'properties.storageContainerSasToken', type: { @@ -177,7 +183,6 @@ def self.mapper() } }, failover_group_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.failoverGroupId', @@ -185,14 +190,19 @@ def self.mapper() name: 'String' } }, + recoverable_database_id: { + required: false, + serialized_name: 'properties.recoverableDatabaseId', + type: { + name: 'String' + } + }, tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_server_security_alert_policy.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_server_security_alert_policy.rb new file mode 100644 index 0000000000..aea62086ef --- /dev/null +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/managed_server_security_alert_policy.rb @@ -0,0 +1,164 @@ +# 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::SQL::Mgmt::V2017_03_01_preview + module Models + # + # A managed server security alert policy. + # + class ManagedServerSecurityAlertPolicy < ProxyResource + + include MsRestAzure + + # @return [SecurityAlertPolicyState] Specifies the state of the policy, + # whether it is enabled or disabled. Possible values include: 'New', + # 'Enabled', 'Disabled' + attr_accessor :state + + # @return [Array] Specifies an array of alerts that are disabled. + # Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, + # Access_Anomaly, Data_Exfiltration, Unsafe_Action + attr_accessor :disabled_alerts + + # @return [Array] Specifies an array of e-mail addresses to which + # the alert is sent. + attr_accessor :email_addresses + + # @return [Boolean] Specifies that the alert is sent to the account + # administrators. + attr_accessor :email_account_admins + + # @return [String] Specifies the blob storage endpoint (e.g. + # https://MyAccount.blob.core.windows.net). This blob storage will hold + # all Threat Detection audit logs. + attr_accessor :storage_endpoint + + # @return [String] Specifies the identifier key of the Threat Detection + # audit storage account. + attr_accessor :storage_account_access_key + + # @return [Integer] Specifies the number of days to keep in the Threat + # Detection audit logs. + attr_accessor :retention_days + + # @return [DateTime] Specifies the UTC creation time of the policy. + attr_accessor :creation_time + + + # + # Mapper for ManagedServerSecurityAlertPolicy class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'ManagedServerSecurityAlertPolicy', + type: { + name: 'Composite', + class_name: 'ManagedServerSecurityAlertPolicy', + model_properties: { + id: { + required: false, + read_only: true, + serialized_name: 'id', + type: { + name: 'String' + } + }, + name: { + required: false, + read_only: true, + serialized_name: 'name', + type: { + name: 'String' + } + }, + type: { + required: false, + read_only: true, + serialized_name: 'type', + type: { + name: 'String' + } + }, + state: { + required: true, + serialized_name: 'properties.state', + type: { + name: 'Enum', + module: 'SecurityAlertPolicyState' + } + }, + disabled_alerts: { + required: false, + serialized_name: 'properties.disabledAlerts', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + email_addresses: { + required: false, + serialized_name: 'properties.emailAddresses', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + email_account_admins: { + required: false, + serialized_name: 'properties.emailAccountAdmins', + type: { + name: 'Boolean' + } + }, + storage_endpoint: { + required: false, + serialized_name: 'properties.storageEndpoint', + type: { + name: 'String' + } + }, + storage_account_access_key: { + required: false, + serialized_name: 'properties.storageAccountAccessKey', + type: { + name: 'String' + } + }, + retention_days: { + required: false, + serialized_name: 'properties.retentionDays', + type: { + name: 'Number' + } + }, + creation_time: { + required: false, + read_only: true, + serialized_name: 'properties.creationTime', + type: { + name: 'DateTime' + } + } + } + } + } + end + end + end +end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/proxy_resource.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/proxy_resource.rb index c139f75703..466ee9012d 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/proxy_resource.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/proxy_resource.rb @@ -19,7 +19,6 @@ class ProxyResource < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ProxyResource', type: { @@ -27,7 +26,6 @@ def self.mapper() class_name: 'ProxyResource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -36,7 +34,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -45,7 +42,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/resource.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/resource.rb index ed30e53f09..a84bf29d51 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/resource.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/resource.rb @@ -22,22 +22,12 @@ class Resource attr_accessor :type - # @return [String] the name of the resource group of the resource. - def resource_group - unless self.id.nil? - groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/) - groups.captures[0].strip if groups - end - end - - # # Mapper for Resource class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Resource', type: { @@ -45,7 +35,6 @@ def self.mapper() class_name: 'Resource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -54,7 +43,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -63,7 +51,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/resource_move_definition.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/resource_move_definition.rb index 9c77b68fc1..c5c300b089 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/resource_move_definition.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/resource_move_definition.rb @@ -22,7 +22,6 @@ class ResourceMoveDefinition # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceMoveDefinition', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'ResourceMoveDefinition', model_properties: { id: { - client_side_validation: true, required: true, serialized_name: 'id', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/restore_point.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/restore_point.rb index fa561cffb3..91d20926c2 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/restore_point.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/restore_point.rb @@ -36,7 +36,6 @@ class RestorePoint < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RestorePoint', type: { @@ -44,7 +43,6 @@ def self.mapper() class_name: 'RestorePoint', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -53,7 +51,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -62,7 +59,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -71,7 +67,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'location', @@ -80,7 +75,6 @@ def self.mapper() } }, restore_point_type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.restorePointType', @@ -90,7 +84,6 @@ def self.mapper() } }, earliest_restore_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.earliestRestoreDate', @@ -99,7 +92,6 @@ def self.mapper() } }, restore_point_creation_date: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.restorePointCreationDate', @@ -108,7 +100,6 @@ def self.mapper() } }, restore_point_label: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.restorePointLabel', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/restore_point_list_result.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/restore_point_list_result.rb index 21d9f26ba1..b2f45ed9e6 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/restore_point_list_result.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/restore_point_list_result.rb @@ -6,7 +6,7 @@ module Azure::SQL::Mgmt::V2017_03_01_preview module Models # - # A list of long term retention bacukps. + # A list of long term retention backups. # class RestorePointListResult @@ -25,7 +25,6 @@ class RestorePointListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RestorePointListResult', type: { @@ -33,14 +32,12 @@ def self.mapper() class_name: 'RestorePointListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RestorePointElementType', type: { @@ -51,7 +48,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/sensitivity_label.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/sensitivity_label.rb index 5376430a2b..c7f5db225e 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/sensitivity_label.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/sensitivity_label.rb @@ -15,9 +15,15 @@ class SensitivityLabel < ProxyResource # @return [String] The label name. attr_accessor :label_name + # @return [String] The label ID. + attr_accessor :label_id + # @return [String] The information type. attr_accessor :information_type + # @return [String] The information type ID. + attr_accessor :information_type_id + # # Mapper for SensitivityLabel class as Ruby Hash. @@ -25,7 +31,6 @@ class SensitivityLabel < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SensitivityLabel', type: { @@ -33,7 +38,6 @@ def self.mapper() class_name: 'SensitivityLabel', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -42,7 +46,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -51,7 +54,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -60,20 +62,32 @@ def self.mapper() } }, label_name: { - client_side_validation: true, required: false, serialized_name: 'properties.labelName', type: { name: 'String' } }, + label_id: { + required: false, + serialized_name: 'properties.labelId', + type: { + name: 'String' + } + }, information_type: { - client_side_validation: true, required: false, serialized_name: 'properties.informationType', type: { name: 'String' } + }, + information_type_id: { + required: false, + serialized_name: 'properties.informationTypeId', + type: { + name: 'String' + } } } } diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/sensitivity_label_list_result.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/sensitivity_label_list_result.rb index 9e96e01136..5ad5866b61 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/sensitivity_label_list_result.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/sensitivity_label_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SensitivityLabelListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'SensitivityLabelListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SensitivityLabelElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_automatic_tuning.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_automatic_tuning.rb index af82fa3e54..0a78f6ffa2 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_automatic_tuning.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_automatic_tuning.rb @@ -31,7 +31,6 @@ class ServerAutomaticTuning < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerAutomaticTuning', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'ServerAutomaticTuning', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -48,7 +46,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -57,7 +54,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -66,7 +62,6 @@ def self.mapper() } }, desired_state: { - client_side_validation: true, required: false, serialized_name: 'properties.desiredState', type: { @@ -75,7 +70,6 @@ def self.mapper() } }, actual_state: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.actualState', @@ -85,13 +79,11 @@ def self.mapper() } }, options: { - client_side_validation: true, required: false, serialized_name: 'properties.options', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'AutomaticTuningServerOptionsElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_blob_auditing_policy.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_blob_auditing_policy.rb index 4825109bff..8b220daea5 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_blob_auditing_policy.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_blob_auditing_policy.rb @@ -13,7 +13,7 @@ class ServerBlobAuditingPolicy < ProxyResource include MsRestAzure # @return [BlobAuditingPolicyState] Specifies the state of the policy. If - # state is Enabled, storageEndpoint and storageAccountAccessKey are + # state is Enabled, storageEndpoint or isAzureMonitorTargetEnabled are # required. Possible values include: 'Enabled', 'Disabled' attr_accessor :state @@ -23,11 +23,12 @@ class ServerBlobAuditingPolicy < ProxyResource attr_accessor :storage_endpoint # @return [String] Specifies the identifier key of the auditing storage - # account. If state is Enabled, storageAccountAccessKey is required. + # account. If state is Enabled and storageEndpoint is specified, + # storageAccountAccessKey is required. attr_accessor :storage_account_access_key # @return [Integer] Specifies the number of days to keep in the audit - # logs. + # logs in the storage account. attr_accessor :retention_days # @return [Array] Specifies the Actions-Groups and Actions to @@ -88,12 +89,12 @@ class ServerBlobAuditingPolicy < ProxyResource # REFERENCES # # The general form for defining an action to be audited is: - # ON BY + # {action} ON {object} BY {principal} # # Note that in the above format can refer to an object like a # table, view, or stored procedure, or an entire database or schema. For - # the latter cases, the forms DATABASE:: and - # SCHEMA:: are used, respectively. + # the latter cases, the forms DATABASE::{db_name} and + # SCHEMA::{schema_name} are used, respectively. # # For example: # SELECT on dbo.myTable by public @@ -111,6 +112,28 @@ class ServerBlobAuditingPolicy < ProxyResource # the storage's secondary key. attr_accessor :is_storage_secondary_key_in_use + # @return [Boolean] Specifies whether audit events are sent to Azure + # Monitor. + # In order to send the events to Azure Monitor, specify 'State' as + # 'Enabled' and 'IsAzureMonitorTargetEnabled' as true. + # + # When using REST API to configure auditing, Diagnostic Settings with + # 'SQLSecurityAuditEvents' diagnostic logs category on the database + # should be also created. + # Note that for server level audit you should use the 'master' database + # as {databaseName}. + # + # Diagnostic Settings URI format: + # PUT + # https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/providers/microsoft.insights/diagnosticSettings/{settingsName}?api-version=2017-05-01-preview + # + # For more information, see [Diagnostic Settings REST + # API](https://go.microsoft.com/fwlink/?linkid=2033207) + # or [Diagnostic Settings + # PowerShell](https://go.microsoft.com/fwlink/?linkid=2033043) + # + attr_accessor :is_azure_monitor_target_enabled + # # Mapper for ServerBlobAuditingPolicy class as Ruby Hash. @@ -118,7 +141,6 @@ class ServerBlobAuditingPolicy < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerBlobAuditingPolicy', type: { @@ -126,7 +148,6 @@ def self.mapper() class_name: 'ServerBlobAuditingPolicy', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -135,7 +156,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -144,7 +164,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -153,7 +172,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: true, serialized_name: 'properties.state', type: { @@ -162,7 +180,6 @@ def self.mapper() } }, storage_endpoint: { - client_side_validation: true, required: false, serialized_name: 'properties.storageEndpoint', type: { @@ -170,7 +187,6 @@ def self.mapper() } }, storage_account_access_key: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountAccessKey', type: { @@ -178,7 +194,6 @@ def self.mapper() } }, retention_days: { - client_side_validation: true, required: false, serialized_name: 'properties.retentionDays', type: { @@ -186,13 +201,11 @@ def self.mapper() } }, audit_actions_and_groups: { - client_side_validation: true, required: false, serialized_name: 'properties.auditActionsAndGroups', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -202,7 +215,6 @@ def self.mapper() } }, storage_account_subscription_id: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountSubscriptionId', type: { @@ -210,12 +222,18 @@ def self.mapper() } }, is_storage_secondary_key_in_use: { - client_side_validation: true, required: false, serialized_name: 'properties.isStorageSecondaryKeyInUse', type: { name: 'Boolean' } + }, + is_azure_monitor_target_enabled: { + required: false, + serialized_name: 'properties.isAzureMonitorTargetEnabled', + type: { + name: 'Boolean' + } } } } diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias.rb index 4ccfa61f11..8b7cef3bb1 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias.rb @@ -22,7 +22,6 @@ class ServerDnsAlias < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerDnsAlias', type: { @@ -30,7 +29,6 @@ def self.mapper() class_name: 'ServerDnsAlias', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -39,7 +37,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -48,7 +45,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -57,7 +53,6 @@ def self.mapper() } }, azure_dns_record: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.azureDnsRecord', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias_acquisition.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias_acquisition.rb index 04c676eddb..80f062aa94 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias_acquisition.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias_acquisition.rb @@ -23,7 +23,6 @@ class ServerDnsAliasAcquisition # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerDnsAliasAcquisition', type: { @@ -31,7 +30,6 @@ def self.mapper() class_name: 'ServerDnsAliasAcquisition', model_properties: { old_server_dns_alias_id: { - client_side_validation: true, required: false, serialized_name: 'oldServerDnsAliasId', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias_list_result.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias_list_result.rb index 6ddd586711..6f1a90e148 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias_list_result.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerDnsAliasListResult', type: { @@ -65,14 +64,12 @@ def self.mapper() class_name: 'ServerDnsAliasListResult', model_properties: { value: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ServerDnsAliasElementType', type: { @@ -83,7 +80,6 @@ def self.mapper() } }, next_link: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_security_alert_policy.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_security_alert_policy.rb index 6115216801..fc6fd141de 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_security_alert_policy.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/server_security_alert_policy.rb @@ -19,7 +19,7 @@ class ServerSecurityAlertPolicy < ProxyResource # @return [Array] Specifies an array of alerts that are disabled. # Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, - # Access_Anomaly + # Access_Anomaly, Data_Exfiltration, Unsafe_Action attr_accessor :disabled_alerts # @return [Array] Specifies an array of e-mail addresses to which @@ -43,6 +43,9 @@ class ServerSecurityAlertPolicy < ProxyResource # Detection audit logs. attr_accessor :retention_days + # @return [DateTime] Specifies the UTC creation time of the policy. + attr_accessor :creation_time + # # Mapper for ServerSecurityAlertPolicy class as Ruby Hash. @@ -50,7 +53,6 @@ class ServerSecurityAlertPolicy < ProxyResource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServerSecurityAlertPolicy', type: { @@ -58,7 +60,6 @@ def self.mapper() class_name: 'ServerSecurityAlertPolicy', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -67,7 +68,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -76,7 +76,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -85,7 +84,6 @@ def self.mapper() } }, state: { - client_side_validation: true, required: true, serialized_name: 'properties.state', type: { @@ -94,13 +92,11 @@ def self.mapper() } }, disabled_alerts: { - client_side_validation: true, required: false, serialized_name: 'properties.disabledAlerts', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -110,13 +106,11 @@ def self.mapper() } }, email_addresses: { - client_side_validation: true, required: false, serialized_name: 'properties.emailAddresses', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -126,7 +120,6 @@ def self.mapper() } }, email_account_admins: { - client_side_validation: true, required: false, serialized_name: 'properties.emailAccountAdmins', type: { @@ -134,7 +127,6 @@ def self.mapper() } }, storage_endpoint: { - client_side_validation: true, required: false, serialized_name: 'properties.storageEndpoint', type: { @@ -142,7 +134,6 @@ def self.mapper() } }, storage_account_access_key: { - client_side_validation: true, required: false, serialized_name: 'properties.storageAccountAccessKey', type: { @@ -150,12 +141,19 @@ def self.mapper() } }, retention_days: { - client_side_validation: true, required: false, serialized_name: 'properties.retentionDays', type: { name: 'Number' } + }, + creation_time: { + required: false, + read_only: true, + serialized_name: 'properties.creationTime', + type: { + name: 'DateTime' + } } } } diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/sku.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/sku.rb index 7ab50864e1..7fa5d01d99 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/sku.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/sku.rb @@ -41,7 +41,6 @@ class Sku # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Sku', type: { @@ -49,7 +48,6 @@ def self.mapper() class_name: 'Sku', model_properties: { name: { - client_side_validation: true, required: true, serialized_name: 'name', type: { @@ -57,7 +55,6 @@ def self.mapper() } }, tier: { - client_side_validation: true, required: false, serialized_name: 'tier', type: { @@ -65,7 +62,6 @@ def self.mapper() } }, size: { - client_side_validation: true, required: false, serialized_name: 'size', type: { @@ -73,7 +69,6 @@ def self.mapper() } }, family: { - client_side_validation: true, required: false, serialized_name: 'family', type: { @@ -81,7 +76,6 @@ def self.mapper() } }, capacity: { - client_side_validation: true, required: false, serialized_name: 'capacity', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/tracked_resource.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/tracked_resource.rb index d14f20d3f3..87cd47d7ca 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/tracked_resource.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/tracked_resource.rb @@ -25,7 +25,6 @@ class TrackedResource < Resource # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'TrackedResource', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'TrackedResource', model_properties: { id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'id', @@ -42,7 +40,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'name', @@ -51,7 +48,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'type', @@ -60,7 +56,6 @@ def self.mapper() } }, location: { - client_side_validation: true, required: true, serialized_name: 'location', type: { @@ -68,13 +63,11 @@ def self.mapper() } }, tags: { - client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/vulnerability_assessment_recurring_scans_properties.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/vulnerability_assessment_recurring_scans_properties.rb index f40a74830e..4ffdcf9a01 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/vulnerability_assessment_recurring_scans_properties.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/vulnerability_assessment_recurring_scans_properties.rb @@ -31,7 +31,6 @@ class VulnerabilityAssessmentRecurringScansProperties # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'VulnerabilityAssessmentRecurringScansProperties', type: { @@ -39,7 +38,6 @@ def self.mapper() class_name: 'VulnerabilityAssessmentRecurringScansProperties', model_properties: { is_enabled: { - client_side_validation: true, required: false, serialized_name: 'isEnabled', type: { @@ -47,7 +45,6 @@ def self.mapper() } }, email_subscription_admins: { - client_side_validation: true, required: false, serialized_name: 'emailSubscriptionAdmins', default_value: true, @@ -56,13 +53,11 @@ def self.mapper() } }, emails: { - client_side_validation: true, required: false, serialized_name: 'emails', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/restore_points.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/restore_points.rb index 35d4b9e63b..8abdce80fa 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/restore_points.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/restore_points.rb @@ -37,8 +37,8 @@ def initialize(client) # # @return [RestorePointListResult] operation results. # - def list_by_database(resource_group_name, server_name, database_name, custom_headers:nil) - response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database(resource_group_name, server_name, database_name, custom_headers = nil) + response = list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! response.body unless response.nil? end @@ -55,8 +55,8 @@ def list_by_database(resource_group_name, server_name, database_name, custom_hea # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) - list_by_database_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! + def list_by_database_with_http_info(resource_group_name, server_name, database_name, custom_headers = nil) + list_by_database_async(resource_group_name, server_name, database_name, custom_headers).value! end # @@ -72,7 +72,7 @@ def list_by_database_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_async(resource_group_name, server_name, database_name, custom_headers:nil) + def list_by_database_async(resource_group_name, server_name, database_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -81,7 +81,6 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -141,8 +140,8 @@ def list_by_database_async(resource_group_name, server_name, database_name, cust # # @return [RestorePoint] operation results. # - def create(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = create_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def create(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = create_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -160,9 +159,9 @@ def create(resource_group_name, server_name, database_name, parameters, custom_h # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def create_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) # Send request - promise = begin_create_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers) + promise = begin_create_async(resource_group_name, server_name, database_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -192,8 +191,8 @@ def create_async(resource_group_name, server_name, database_name, parameters, cu # # @return [RestorePoint] operation results. # - def get(resource_group_name, server_name, database_name, restore_point_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, restore_point_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, restore_point_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, restore_point_name, custom_headers).value! response.body unless response.nil? end @@ -211,8 +210,8 @@ def get(resource_group_name, server_name, database_name, restore_point_name, cus # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, restore_point_name, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, restore_point_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, restore_point_name, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, restore_point_name, custom_headers).value! end # @@ -229,7 +228,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, restore_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, restore_point_name, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, restore_point_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -239,7 +238,6 @@ def get_async(resource_group_name, server_name, database_name, restore_point_nam request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -297,8 +295,8 @@ def get_async(resource_group_name, server_name, database_name, restore_point_nam # will be added to the HTTP request. # # - def delete(resource_group_name, server_name, database_name, restore_point_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, database_name, restore_point_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, database_name, restore_point_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, database_name, restore_point_name, custom_headers).value! nil end @@ -316,8 +314,8 @@ def delete(resource_group_name, server_name, database_name, restore_point_name, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(resource_group_name, server_name, database_name, restore_point_name, custom_headers:nil) - delete_async(resource_group_name, server_name, database_name, restore_point_name, custom_headers:custom_headers).value! + def delete_with_http_info(resource_group_name, server_name, database_name, restore_point_name, custom_headers = nil) + delete_async(resource_group_name, server_name, database_name, restore_point_name, custom_headers).value! end # @@ -334,7 +332,7 @@ def delete_with_http_info(resource_group_name, server_name, database_name, resto # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(resource_group_name, server_name, database_name, restore_point_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, database_name, restore_point_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -344,7 +342,6 @@ def delete_async(resource_group_name, server_name, database_name, restore_point_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -394,8 +391,8 @@ def delete_async(resource_group_name, server_name, database_name, restore_point_ # # @return [RestorePoint] operation results. # - def begin_create(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - response = begin_create_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_create(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + response = begin_create_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -414,8 +411,8 @@ def begin_create(resource_group_name, server_name, database_name, parameters, cu # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) - begin_create_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! + def begin_create_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers = nil) + begin_create_async(resource_group_name, server_name, database_name, parameters, custom_headers).value! end # @@ -433,7 +430,7 @@ def begin_create_with_http_info(resource_group_name, server_name, database_name, # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_async(resource_group_name, server_name, database_name, parameters, custom_headers:nil) + def begin_create_async(resource_group_name, server_name, database_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -443,12 +440,13 @@ def begin_create_async(resource_group_name, server_name, database_name, paramete request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/sensitivity_labels.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/sensitivity_labels.rb index aeac27a837..2c0d44fc8c 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/sensitivity_labels.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/sensitivity_labels.rb @@ -39,8 +39,8 @@ def initialize(client) # # @return [Array] operation results. # - def list_by_database(resource_group_name, server_name, database_name, filter:nil, custom_headers:nil) - first_page = list_by_database_as_lazy(resource_group_name, server_name, database_name, filter:filter, custom_headers:custom_headers) + def list_current_by_database(resource_group_name, server_name, database_name, filter = nil, custom_headers = nil) + first_page = list_current_by_database_as_lazy(resource_group_name, server_name, database_name, filter, custom_headers) first_page.get_all_items end @@ -59,8 +59,8 @@ def list_by_database(resource_group_name, server_name, database_name, filter:nil # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_with_http_info(resource_group_name, server_name, database_name, filter:nil, custom_headers:nil) - list_by_database_async(resource_group_name, server_name, database_name, filter:filter, custom_headers:custom_headers).value! + def list_current_by_database_with_http_info(resource_group_name, server_name, database_name, filter = nil, custom_headers = nil) + list_current_by_database_async(resource_group_name, server_name, database_name, filter, custom_headers).value! end # @@ -78,7 +78,221 @@ def list_by_database_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_async(resource_group_name, server_name, database_name, filter:nil, custom_headers:nil) + def list_current_by_database_async(resource_group_name, server_name, database_name, filter = nil, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'server_name is nil' if server_name.nil? + fail ArgumentError, 'database_name is nil' if database_name.nil? + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/currentSensitivityLabels' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'serverName' => server_name,'databaseName' => database_name,'subscriptionId' => @client.subscription_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 MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelListResult.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 the sensitivity labels of a given database + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database. + # @param filter [String] An OData filter expression that filters elements in + # the collection. + # @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_recommended_by_database(resource_group_name, server_name, database_name, filter = nil, custom_headers = nil) + first_page = list_recommended_by_database_as_lazy(resource_group_name, server_name, database_name, filter, custom_headers) + first_page.get_all_items + end + + # + # Gets the sensitivity labels of a given database + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database. + # @param filter [String] An OData filter expression that filters elements in + # the collection. + # @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_recommended_by_database_with_http_info(resource_group_name, server_name, database_name, filter = nil, custom_headers = nil) + list_recommended_by_database_async(resource_group_name, server_name, database_name, filter, custom_headers).value! + end + + # + # Gets the sensitivity labels of a given database + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database. + # @param filter [String] An OData filter expression that filters elements in + # the collection. + # @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_recommended_by_database_async(resource_group_name, server_name, database_name, filter = nil, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'server_name is nil' if server_name.nil? + fail ArgumentError, 'database_name is nil' if database_name.nil? + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/recommendedSensitivityLabels' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'serverName' => server_name,'databaseName' => database_name,'subscriptionId' => @client.subscription_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 MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelListResult.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 the sensitivity labels of a given database + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database. + # @param filter [String] An OData filter expression that filters elements in + # the collection. + # @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_by_database(resource_group_name, server_name, database_name, filter = nil, custom_headers = nil) + first_page = list_by_database_as_lazy(resource_group_name, server_name, database_name, filter, custom_headers) + first_page.get_all_items + end + + # + # Gets the sensitivity labels of a given database + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database. + # @param filter [String] An OData filter expression that filters elements in + # the collection. + # @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_by_database_with_http_info(resource_group_name, server_name, database_name, filter = nil, custom_headers = nil) + list_by_database_async(resource_group_name, server_name, database_name, filter, custom_headers).value! + end + + # + # Gets the sensitivity labels of a given database + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database. + # @param filter [String] An OData filter expression that filters elements in + # the collection. + # @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_by_database_async(resource_group_name, server_name, database_name, filter = nil, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -87,7 +301,6 @@ def list_by_database_async(resource_group_name, server_name, database_name, filt request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -150,8 +363,8 @@ def list_by_database_async(resource_group_name, server_name, database_name, filt # # @return [SensitivityLabel] operation results. # - def get(resource_group_name, server_name, database_name, schema_name, table_name, column_name, sensitivity_label_source, custom_headers:nil) - response = get_async(resource_group_name, server_name, database_name, schema_name, table_name, column_name, sensitivity_label_source, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, database_name, schema_name, table_name, column_name, sensitivity_label_source, custom_headers = nil) + response = get_async(resource_group_name, server_name, database_name, schema_name, table_name, column_name, sensitivity_label_source, custom_headers).value! response.body unless response.nil? end @@ -173,8 +386,8 @@ def get(resource_group_name, server_name, database_name, schema_name, table_name # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, database_name, schema_name, table_name, column_name, sensitivity_label_source, custom_headers:nil) - get_async(resource_group_name, server_name, database_name, schema_name, table_name, column_name, sensitivity_label_source, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, database_name, schema_name, table_name, column_name, sensitivity_label_source, custom_headers = nil) + get_async(resource_group_name, server_name, database_name, schema_name, table_name, column_name, sensitivity_label_source, custom_headers).value! end # @@ -195,7 +408,7 @@ def get_with_http_info(resource_group_name, server_name, database_name, schema_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, database_name, schema_name, table_name, column_name, sensitivity_label_source, custom_headers:nil) + def get_async(resource_group_name, server_name, database_name, schema_name, table_name, column_name, sensitivity_label_source, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -208,7 +421,6 @@ def get_async(resource_group_name, server_name, database_name, schema_name, tabl request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -270,8 +482,8 @@ def get_async(resource_group_name, server_name, database_name, schema_name, tabl # # @return [SensitivityLabel] operation results. # - def create_or_update(resource_group_name, server_name, database_name, schema_name, table_name, column_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, database_name, schema_name, table_name, column_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, database_name, schema_name, table_name, column_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, database_name, schema_name, table_name, column_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -292,8 +504,8 @@ def create_or_update(resource_group_name, server_name, database_name, schema_nam # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_or_update_with_http_info(resource_group_name, server_name, database_name, schema_name, table_name, column_name, parameters, custom_headers:nil) - create_or_update_async(resource_group_name, server_name, database_name, schema_name, table_name, column_name, parameters, custom_headers:custom_headers).value! + def create_or_update_with_http_info(resource_group_name, server_name, database_name, schema_name, table_name, column_name, parameters, custom_headers = nil) + create_or_update_async(resource_group_name, server_name, database_name, schema_name, table_name, column_name, parameters, custom_headers).value! end # @@ -313,7 +525,7 @@ def create_or_update_with_http_info(resource_group_name, server_name, database_n # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_or_update_async(resource_group_name, server_name, database_name, schema_name, table_name, column_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, database_name, schema_name, table_name, column_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -327,12 +539,13 @@ def create_or_update_async(resource_group_name, server_name, database_name, sche request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabel.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -404,8 +617,8 @@ def create_or_update_async(resource_group_name, server_name, database_name, sche # will be added to the HTTP request. # # - def delete(resource_group_name, server_name, database_name, schema_name, table_name, column_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, database_name, schema_name, table_name, column_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, database_name, schema_name, table_name, column_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, database_name, schema_name, table_name, column_name, custom_headers).value! nil end @@ -425,8 +638,8 @@ def delete(resource_group_name, server_name, database_name, schema_name, table_n # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(resource_group_name, server_name, database_name, schema_name, table_name, column_name, custom_headers:nil) - delete_async(resource_group_name, server_name, database_name, schema_name, table_name, column_name, custom_headers:custom_headers).value! + def delete_with_http_info(resource_group_name, server_name, database_name, schema_name, table_name, column_name, custom_headers = nil) + delete_async(resource_group_name, server_name, database_name, schema_name, table_name, column_name, custom_headers).value! end # @@ -445,7 +658,7 @@ def delete_with_http_info(resource_group_name, server_name, database_name, schem # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(resource_group_name, server_name, database_name, schema_name, table_name, column_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, database_name, schema_name, table_name, column_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'database_name is nil' if database_name.nil? @@ -458,7 +671,6 @@ def delete_async(resource_group_name, server_name, database_name, schema_name, t request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -503,8 +715,8 @@ def delete_async(resource_group_name, server_name, database_name, schema_name, t # # @return [SensitivityLabelListResult] operation results. # - def list_by_database_next(next_page_link, custom_headers:nil) - response = list_by_database_next_async(next_page_link, custom_headers:custom_headers).value! + def list_current_by_database_next(next_page_link, custom_headers = nil) + response = list_current_by_database_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -518,8 +730,8 @@ def list_by_database_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_database_next_with_http_info(next_page_link, custom_headers:nil) - list_by_database_next_async(next_page_link, custom_headers:custom_headers).value! + def list_current_by_database_next_with_http_info(next_page_link, custom_headers = nil) + list_current_by_database_next_async(next_page_link, custom_headers).value! end # @@ -532,12 +744,11 @@ def list_by_database_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_database_next_async(next_page_link, custom_headers:nil) + def list_current_by_database_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -581,6 +792,234 @@ def list_by_database_next_async(next_page_link, custom_headers:nil) promise.execute end + # + # Gets the sensitivity labels of a given database + # + # @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 [SensitivityLabelListResult] operation results. + # + def list_recommended_by_database_next(next_page_link, custom_headers = nil) + response = list_recommended_by_database_next_async(next_page_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Gets the sensitivity labels of a given database + # + # @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_recommended_by_database_next_with_http_info(next_page_link, custom_headers = nil) + list_recommended_by_database_next_async(next_page_link, custom_headers).value! + end + + # + # Gets the sensitivity labels of a given database + # + # @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_recommended_by_database_next_async(next_page_link, custom_headers = nil) + fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{nextLink}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + skip_encoding_path_params: {'nextLink' => next_page_link}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelListResult.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 the sensitivity labels of a given database + # + # @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 [SensitivityLabelListResult] operation results. + # + def list_by_database_next(next_page_link, custom_headers = nil) + response = list_by_database_next_async(next_page_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Gets the sensitivity labels of a given database + # + # @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_by_database_next_with_http_info(next_page_link, custom_headers = nil) + list_by_database_next_async(next_page_link, custom_headers).value! + end + + # + # Gets the sensitivity labels of a given database + # + # @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_by_database_next_async(next_page_link, custom_headers = nil) + fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{nextLink}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + skip_encoding_path_params: {'nextLink' => next_page_link}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelListResult.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 the sensitivity labels of a given database + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database. + # @param filter [String] An OData filter expression that filters elements in + # the collection. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [SensitivityLabelListResult] which provide lazy access to pages of + # the response. + # + def list_current_by_database_as_lazy(resource_group_name, server_name, database_name, filter = nil, custom_headers = nil) + response = list_current_by_database_async(resource_group_name, server_name, database_name, filter, custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_page_link| + list_current_by_database_next_async(next_page_link, custom_headers) + end + page + end + end + + # + # Gets the sensitivity labels of a given database + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database. + # @param filter [String] An OData filter expression that filters elements in + # the collection. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [SensitivityLabelListResult] which provide lazy access to pages of + # the response. + # + def list_recommended_by_database_as_lazy(resource_group_name, server_name, database_name, filter = nil, custom_headers = nil) + response = list_recommended_by_database_async(resource_group_name, server_name, database_name, filter, custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_page_link| + list_recommended_by_database_next_async(next_page_link, custom_headers) + end + page + end + end + # # Gets the sensitivity labels of a given database # @@ -597,12 +1036,12 @@ def list_by_database_next_async(next_page_link, custom_headers:nil) # @return [SensitivityLabelListResult] which provide lazy access to pages of # the response. # - def list_by_database_as_lazy(resource_group_name, server_name, database_name, filter:nil, custom_headers:nil) - response = list_by_database_async(resource_group_name, server_name, database_name, filter:filter, custom_headers:custom_headers).value! + def list_by_database_as_lazy(resource_group_name, server_name, database_name, filter = nil, custom_headers = nil) + response = list_by_database_async(resource_group_name, server_name, database_name, filter, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_database_next_async(next_page_link, custom_headers:custom_headers) + list_by_database_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_automatic_tuning_operations.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_automatic_tuning_operations.rb index b2daf448ee..609c5da898 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_automatic_tuning_operations.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_automatic_tuning_operations.rb @@ -36,8 +36,8 @@ def initialize(client) # # @return [ServerAutomaticTuning] operation results. # - def get(resource_group_name, server_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -53,8 +53,8 @@ def get(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, custom_headers:nil) - get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, custom_headers = nil) + get_async(resource_group_name, server_name, custom_headers).value! end # @@ -69,7 +69,7 @@ def get_with_http_info(resource_group_name, server_name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, custom_headers:nil) + def get_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -77,7 +77,6 @@ def get_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -136,8 +135,8 @@ def get_async(resource_group_name, server_name, custom_headers:nil) # # @return [ServerAutomaticTuning] operation results. # - def update(resource_group_name, server_name, parameters, custom_headers:nil) - response = update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def update(resource_group_name, server_name, parameters, custom_headers = nil) + response = update_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -155,8 +154,8 @@ def update(resource_group_name, server_name, parameters, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_with_http_info(resource_group_name, server_name, parameters, custom_headers:nil) - update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def update_with_http_info(resource_group_name, server_name, parameters, custom_headers = nil) + update_async(resource_group_name, server_name, parameters, custom_headers).value! end # @@ -173,7 +172,7 @@ def update_with_http_info(resource_group_name, server_name, parameters, custom_h # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_async(resource_group_name, server_name, parameters, custom_headers:nil) + def update_async(resource_group_name, server_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'parameters is nil' if parameters.nil? @@ -182,12 +181,13 @@ def update_async(resource_group_name, server_name, parameters, custom_headers:ni request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_blob_auditing_policies.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_blob_auditing_policies.rb index 1e7fa5673a..7f221b6b4a 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_blob_auditing_policies.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_blob_auditing_policies.rb @@ -36,8 +36,8 @@ def initialize(client) # # @return [ServerBlobAuditingPolicy] operation results. # - def get(resource_group_name, server_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -53,8 +53,8 @@ def get(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, custom_headers:nil) - get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, custom_headers = nil) + get_async(resource_group_name, server_name, custom_headers).value! end # @@ -69,7 +69,7 @@ def get_with_http_info(resource_group_name, server_name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, custom_headers:nil) + def get_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? blob_auditing_policy_name = 'default' @@ -78,7 +78,6 @@ def get_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -137,8 +136,8 @@ def get_async(resource_group_name, server_name, custom_headers:nil) # # @return [ServerBlobAuditingPolicy] operation results. # - def create_or_update(resource_group_name, server_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -155,9 +154,9 @@ def create_or_update(resource_group_name, server_name, parameters, custom_header # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -187,8 +186,8 @@ def create_or_update_async(resource_group_name, server_name, parameters, custom_ # # @return [ServerBlobAuditingPolicy] operation results. # - def begin_create_or_update(resource_group_name, server_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -206,8 +205,8 @@ def begin_create_or_update(resource_group_name, server_name, parameters, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! end # @@ -224,7 +223,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, para # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? blob_auditing_policy_name = 'default' @@ -234,12 +233,13 @@ def begin_create_or_update_async(resource_group_name, server_name, parameters, c request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_dns_aliases.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_dns_aliases.rb index d779393611..18ec513d76 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_dns_aliases.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_dns_aliases.rb @@ -38,8 +38,8 @@ def initialize(client) # # @return [ServerDnsAlias] operation results. # - def get(resource_group_name, server_name, dns_alias_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, dns_alias_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, dns_alias_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, dns_alias_name, custom_headers).value! response.body unless response.nil? end @@ -57,8 +57,8 @@ def get(resource_group_name, server_name, dns_alias_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, dns_alias_name, custom_headers:nil) - get_async(resource_group_name, server_name, dns_alias_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, dns_alias_name, custom_headers = nil) + get_async(resource_group_name, server_name, dns_alias_name, custom_headers).value! end # @@ -75,7 +75,7 @@ def get_with_http_info(resource_group_name, server_name, dns_alias_name, custom_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, dns_alias_name, custom_headers:nil) + def get_async(resource_group_name, server_name, dns_alias_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'dns_alias_name is nil' if dns_alias_name.nil? @@ -84,7 +84,6 @@ def get_async(resource_group_name, server_name, dns_alias_name, custom_headers:n request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -143,8 +142,8 @@ def get_async(resource_group_name, server_name, dns_alias_name, custom_headers:n # # @return [ServerDnsAlias] operation results. # - def create_or_update(resource_group_name, server_name, dns_alias_name, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, dns_alias_name, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, dns_alias_name, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, dns_alias_name, custom_headers).value! response.body unless response.nil? end @@ -161,9 +160,9 @@ def create_or_update(resource_group_name, server_name, dns_alias_name, custom_he # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, dns_alias_name, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, dns_alias_name, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, dns_alias_name, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, dns_alias_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -191,8 +190,8 @@ def create_or_update_async(resource_group_name, server_name, dns_alias_name, cus # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def delete(resource_group_name, server_name, dns_alias_name, custom_headers:nil) - response = delete_async(resource_group_name, server_name, dns_alias_name, custom_headers:custom_headers).value! + def delete(resource_group_name, server_name, dns_alias_name, custom_headers = nil) + response = delete_async(resource_group_name, server_name, dns_alias_name, custom_headers).value! nil end @@ -209,9 +208,9 @@ def delete(resource_group_name, server_name, dns_alias_name, custom_headers:nil) # @return [Concurrent::Promise] promise which provides async access to http # response. # - def delete_async(resource_group_name, server_name, dns_alias_name, custom_headers:nil) + def delete_async(resource_group_name, server_name, dns_alias_name, custom_headers = nil) # Send request - promise = begin_delete_async(resource_group_name, server_name, dns_alias_name, custom_headers:custom_headers) + promise = begin_delete_async(resource_group_name, server_name, dns_alias_name, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -238,8 +237,8 @@ def delete_async(resource_group_name, server_name, dns_alias_name, custom_header # # @return [Array] operation results. # - def list_by_server(resource_group_name, server_name, custom_headers:nil) - first_page = list_by_server_as_lazy(resource_group_name, server_name, custom_headers:custom_headers) + def list_by_server(resource_group_name, server_name, custom_headers = nil) + first_page = list_by_server_as_lazy(resource_group_name, server_name, custom_headers) first_page.get_all_items end @@ -256,8 +255,8 @@ def list_by_server(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_with_http_info(resource_group_name, server_name, custom_headers:nil) - list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_with_http_info(resource_group_name, server_name, custom_headers = nil) + list_by_server_async(resource_group_name, server_name, custom_headers).value! end # @@ -273,7 +272,7 @@ def list_by_server_with_http_info(resource_group_name, server_name, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_async(resource_group_name, server_name, custom_headers:nil) + def list_by_server_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? @@ -281,7 +280,6 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -339,8 +337,8 @@ def list_by_server_async(resource_group_name, server_name, custom_headers:nil) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - def acquire(resource_group_name, server_name, dns_alias_name, parameters, custom_headers:nil) - response = acquire_async(resource_group_name, server_name, dns_alias_name, parameters, custom_headers:custom_headers).value! + def acquire(resource_group_name, server_name, dns_alias_name, parameters, custom_headers = nil) + response = acquire_async(resource_group_name, server_name, dns_alias_name, parameters, custom_headers).value! nil end @@ -358,9 +356,9 @@ def acquire(resource_group_name, server_name, dns_alias_name, parameters, custom # @return [Concurrent::Promise] promise which provides async access to http # response. # - def acquire_async(resource_group_name, server_name, dns_alias_name, parameters, custom_headers:nil) + def acquire_async(resource_group_name, server_name, dns_alias_name, parameters, custom_headers = nil) # Send request - promise = begin_acquire_async(resource_group_name, server_name, dns_alias_name, parameters, custom_headers:custom_headers) + promise = begin_acquire_async(resource_group_name, server_name, dns_alias_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -388,8 +386,8 @@ def acquire_async(resource_group_name, server_name, dns_alias_name, parameters, # # @return [ServerDnsAlias] operation results. # - def begin_create_or_update(resource_group_name, server_name, dns_alias_name, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, dns_alias_name, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, dns_alias_name, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, dns_alias_name, custom_headers).value! response.body unless response.nil? end @@ -407,8 +405,8 @@ def begin_create_or_update(resource_group_name, server_name, dns_alias_name, cus # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, dns_alias_name, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, dns_alias_name, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, dns_alias_name, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, dns_alias_name, custom_headers).value! end # @@ -425,7 +423,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, dns_ # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, dns_alias_name, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, dns_alias_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'dns_alias_name is nil' if dns_alias_name.nil? @@ -434,7 +432,6 @@ def begin_create_or_update_async(resource_group_name, server_name, dns_alias_nam request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -502,8 +499,8 @@ def begin_create_or_update_async(resource_group_name, server_name, dns_alias_nam # will be added to the HTTP request. # # - def begin_delete(resource_group_name, server_name, dns_alias_name, custom_headers:nil) - response = begin_delete_async(resource_group_name, server_name, dns_alias_name, custom_headers:custom_headers).value! + def begin_delete(resource_group_name, server_name, dns_alias_name, custom_headers = nil) + response = begin_delete_async(resource_group_name, server_name, dns_alias_name, custom_headers).value! nil end @@ -521,8 +518,8 @@ def begin_delete(resource_group_name, server_name, dns_alias_name, custom_header # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_delete_with_http_info(resource_group_name, server_name, dns_alias_name, custom_headers:nil) - begin_delete_async(resource_group_name, server_name, dns_alias_name, custom_headers:custom_headers).value! + def begin_delete_with_http_info(resource_group_name, server_name, dns_alias_name, custom_headers = nil) + begin_delete_async(resource_group_name, server_name, dns_alias_name, custom_headers).value! end # @@ -539,7 +536,7 @@ def begin_delete_with_http_info(resource_group_name, server_name, dns_alias_name # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_delete_async(resource_group_name, server_name, dns_alias_name, custom_headers:nil) + def begin_delete_async(resource_group_name, server_name, dns_alias_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'dns_alias_name is nil' if dns_alias_name.nil? @@ -548,7 +545,6 @@ def begin_delete_async(resource_group_name, server_name, dns_alias_name, custom_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -597,8 +593,8 @@ def begin_delete_async(resource_group_name, server_name, dns_alias_name, custom_ # will be added to the HTTP request. # # - def begin_acquire(resource_group_name, server_name, dns_alias_name, parameters, custom_headers:nil) - response = begin_acquire_async(resource_group_name, server_name, dns_alias_name, parameters, custom_headers:custom_headers).value! + def begin_acquire(resource_group_name, server_name, dns_alias_name, parameters, custom_headers = nil) + response = begin_acquire_async(resource_group_name, server_name, dns_alias_name, parameters, custom_headers).value! nil end @@ -617,8 +613,8 @@ def begin_acquire(resource_group_name, server_name, dns_alias_name, parameters, # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_acquire_with_http_info(resource_group_name, server_name, dns_alias_name, parameters, custom_headers:nil) - begin_acquire_async(resource_group_name, server_name, dns_alias_name, parameters, custom_headers:custom_headers).value! + def begin_acquire_with_http_info(resource_group_name, server_name, dns_alias_name, parameters, custom_headers = nil) + begin_acquire_async(resource_group_name, server_name, dns_alias_name, parameters, custom_headers).value! end # @@ -636,7 +632,7 @@ def begin_acquire_with_http_info(resource_group_name, server_name, dns_alias_nam # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_acquire_async(resource_group_name, server_name, dns_alias_name, parameters, custom_headers:nil) + def begin_acquire_async(resource_group_name, server_name, dns_alias_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? fail ArgumentError, 'dns_alias_name is nil' if dns_alias_name.nil? @@ -646,12 +642,13 @@ def begin_acquire_async(resource_group_name, server_name, dns_alias_name, parame request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -698,8 +695,8 @@ def begin_acquire_async(resource_group_name, server_name, dns_alias_name, parame # # @return [ServerDnsAliasListResult] operation results. # - def list_by_server_next(next_page_link, custom_headers:nil) - response = list_by_server_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_server_next(next_page_link, custom_headers = nil) + response = list_by_server_next_async(next_page_link, custom_headers).value! response.body unless response.nil? end @@ -713,8 +710,8 @@ def list_by_server_next(next_page_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_by_server_next_with_http_info(next_page_link, custom_headers:nil) - list_by_server_next_async(next_page_link, custom_headers:custom_headers).value! + def list_by_server_next_with_http_info(next_page_link, custom_headers = nil) + list_by_server_next_async(next_page_link, custom_headers).value! end # @@ -727,12 +724,11 @@ def list_by_server_next_with_http_info(next_page_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_by_server_next_async(next_page_link, custom_headers:nil) + def list_by_server_next_async(next_page_link, custom_headers = nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -790,12 +786,12 @@ def list_by_server_next_async(next_page_link, custom_headers:nil) # @return [ServerDnsAliasListResult] which provide lazy access to pages of the # response. # - def list_by_server_as_lazy(resource_group_name, server_name, custom_headers:nil) - response = list_by_server_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def list_by_server_as_lazy(resource_group_name, server_name, custom_headers = nil) + response = list_by_server_async(resource_group_name, server_name, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| - list_by_server_next_async(next_page_link, custom_headers:custom_headers) + list_by_server_next_async(next_page_link, custom_headers) end page end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_security_alert_policies.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_security_alert_policies.rb index 7562fdb8ce..4e12ecf8a7 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_security_alert_policies.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/server_security_alert_policies.rb @@ -36,8 +36,8 @@ def initialize(client) # # @return [ServerSecurityAlertPolicy] operation results. # - def get(resource_group_name, server_name, custom_headers:nil) - response = get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get(resource_group_name, server_name, custom_headers = nil) + response = get_async(resource_group_name, server_name, custom_headers).value! response.body unless response.nil? end @@ -53,8 +53,8 @@ def get(resource_group_name, server_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(resource_group_name, server_name, custom_headers:nil) - get_async(resource_group_name, server_name, custom_headers:custom_headers).value! + def get_with_http_info(resource_group_name, server_name, custom_headers = nil) + get_async(resource_group_name, server_name, custom_headers).value! end # @@ -69,7 +69,7 @@ def get_with_http_info(resource_group_name, server_name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(resource_group_name, server_name, custom_headers:nil) + def get_async(resource_group_name, server_name, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? security_alert_policy_name = 'Default' @@ -78,7 +78,6 @@ def get_async(resource_group_name, server_name, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -137,8 +136,8 @@ def get_async(resource_group_name, server_name, custom_headers:nil) # # @return [ServerSecurityAlertPolicy] operation results. # - def create_or_update(resource_group_name, server_name, parameters, custom_headers:nil) - response = create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def create_or_update(resource_group_name, server_name, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -155,9 +154,9 @@ def create_or_update(resource_group_name, server_name, parameters, custom_header # @return [Concurrent::Promise] promise which provides async access to http # response. # - def create_or_update_async(resource_group_name, server_name, parameters, custom_headers:nil) + def create_or_update_async(resource_group_name, server_name, parameters, custom_headers = nil) # Send request - promise = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers) + promise = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers) promise = promise.then do |response| # Defining deserialization method. @@ -187,8 +186,8 @@ def create_or_update_async(resource_group_name, server_name, parameters, custom_ # # @return [ServerSecurityAlertPolicy] operation results. # - def begin_create_or_update(resource_group_name, server_name, parameters, custom_headers:nil) - response = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update(resource_group_name, server_name, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! response.body unless response.nil? end @@ -206,8 +205,8 @@ def begin_create_or_update(resource_group_name, server_name, parameters, custom_ # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def begin_create_or_update_with_http_info(resource_group_name, server_name, parameters, custom_headers:nil) - begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! + def begin_create_or_update_with_http_info(resource_group_name, server_name, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers).value! end # @@ -224,7 +223,7 @@ def begin_create_or_update_with_http_info(resource_group_name, server_name, para # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:nil) + def begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers = nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'server_name is nil' if server_name.nil? security_alert_policy_name = 'Default' @@ -234,12 +233,13 @@ def begin_create_or_update_async(resource_group_name, server_name, parameters, c request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy.mapper() request_content = @client.serialize(request_mapper, parameters) diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/sql_management_client.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/sql_management_client.rb index 48ae159d01..5d1462411c 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/sql_management_client.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/sql_management_client.rb @@ -24,16 +24,15 @@ class SqlManagementClient < MsRestAzure::AzureServiceClient # @return [String] The API version to use for the request. attr_reader :api_version - # @return [String] The preferred language for the response. + # @return [String] Gets or sets the preferred language for the response. attr_accessor :accept_language - # @return [Integer] The retry timeout in seconds for Long Running - # Operations. Default value is 30. + # @return [Integer] Gets or sets the retry timeout in seconds for Long + # Running Operations. Default value is 30. attr_accessor :long_running_operation_retry_timeout - # @return [Boolean] Whether a unique x-ms-client-request-id should be - # generated. When set to true a unique x-ms-client-request-id value is - # generated and included in each request. Default is true. + # @return [Boolean] When set to true a unique x-ms-client-request-id value + # is generated and included in each request. Default is true. attr_accessor :generate_client_request_id # @return [ExtendedDatabaseBlobAuditingPolicies] @@ -102,15 +101,16 @@ class SqlManagementClient < MsRestAzure::AzureServiceClient # backup_long_term_retention_policies attr_reader :backup_long_term_retention_policies + # @return [ManagedBackupShortTermRetentionPolicies] + # managed_backup_short_term_retention_policies + attr_reader :managed_backup_short_term_retention_policies + # @return [ManagedDatabases] managed_databases attr_reader :managed_databases # @return [RestorePoints] restore_points attr_reader :restore_points - # @return [SensitivityLabels] sensitivity_labels - attr_reader :sensitivity_labels - # @return [ServerAutomaticTuningOperations] # server_automatic_tuning_operations attr_reader :server_automatic_tuning_operations @@ -121,6 +121,14 @@ class SqlManagementClient < MsRestAzure::AzureServiceClient # @return [ServerSecurityAlertPolicies] server_security_alert_policies attr_reader :server_security_alert_policies + # @return [ManagedDatabaseSecurityAlertPolicies] + # managed_database_security_alert_policies + attr_reader :managed_database_security_alert_policies + + # @return [ManagedServerSecurityAlertPolicies] + # managed_server_security_alert_policies + attr_reader :managed_server_security_alert_policies + # # Creates initializes a new instance of the SqlManagementClient class. # @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client. @@ -154,12 +162,14 @@ def initialize(credentials = nil, base_url = nil, options = nil) @job_versions = JobVersions.new(self) @long_term_retention_backups = LongTermRetentionBackups.new(self) @backup_long_term_retention_policies = BackupLongTermRetentionPolicies.new(self) + @managed_backup_short_term_retention_policies = ManagedBackupShortTermRetentionPolicies.new(self) @managed_databases = ManagedDatabases.new(self) @restore_points = RestorePoints.new(self) - @sensitivity_labels = SensitivityLabels.new(self) @server_automatic_tuning_operations = ServerAutomaticTuningOperations.new(self) @server_dns_aliases = ServerDnsAliases.new(self) @server_security_alert_policies = ServerSecurityAlertPolicies.new(self) + @managed_database_security_alert_policies = ManagedDatabaseSecurityAlertPolicies.new(self) + @managed_server_security_alert_policies = ManagedServerSecurityAlertPolicies.new(self) @api_version = '2017-03-01-preview' @accept_language = 'en-US' @long_running_operation_retry_timeout = 30 @@ -213,9 +223,6 @@ def make_request_async(method, path, options = {}) fail ArgumentError, 'path is nil' if path.nil? request_url = options[:base_url] || @base_url - if(!options[:headers].nil? && !options[:headers]['Content-Type'].nil?) - @request_headers['Content-Type'] = options[:headers]['Content-Type'] - end request_headers = @request_headers request_headers.merge!({'accept-language' => @accept_language}) unless @accept_language.nil? @@ -232,7 +239,9 @@ def make_request_async(method, path, options = {}) # def add_telemetry sdk_information = 'azure_mgmt_sql' - sdk_information = "#{sdk_information}/0.17.1" + if defined? Azure::SQL::Mgmt::V2017_03_01_preview::VERSION + sdk_information = "#{sdk_information}/#{Azure::SQL::Mgmt::V2017_03_01_preview::VERSION}" + end add_user_agent_information(sdk_information) end end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/version.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/version.rb new file mode 100644 index 0000000000..1ef51a0ff0 --- /dev/null +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/version.rb @@ -0,0 +1,8 @@ +# 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::SQL::Mgmt::V2017_03_01_preview + VERSION = '0.16.0' +end diff --git a/management/azure_mgmt_sql/lib/azure_mgmt_sql.rb b/management/azure_mgmt_sql/lib/azure_mgmt_sql.rb index b3a1ddbbb9..988c544f82 100644 --- a/management/azure_mgmt_sql/lib/azure_mgmt_sql.rb +++ b/management/azure_mgmt_sql/lib/azure_mgmt_sql.rb @@ -2,8 +2,8 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. -require '2014-04-01/generated/azure_mgmt_sql' require '2017-03-01-preview/generated/azure_mgmt_sql' -require '2015-05-01-preview/generated/azure_mgmt_sql' require '2017-10-01-preview/generated/azure_mgmt_sql' +require '2015-05-01-preview/generated/azure_mgmt_sql' +require '2014-04-01/generated/azure_mgmt_sql' require 'profiles/latest/sql_latest_profile_client' diff --git a/management/azure_mgmt_sql/lib/profiles/latest/modules/sql_profile_module.rb b/management/azure_mgmt_sql/lib/profiles/latest/modules/sql_profile_module.rb index 5db233b56b..64f7fd279d 100644 --- a/management/azure_mgmt_sql/lib/profiles/latest/modules/sql_profile_module.rb +++ b/management/azure_mgmt_sql/lib/profiles/latest/modules/sql_profile_module.rb @@ -35,26 +35,25 @@ module Mgmt DatabaseConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseConnectionPolicies ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages - DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors DatabaseRecommendedActions = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseRecommendedActions - ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors + 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 - FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules - ManagedInstances = Azure::SQL::Mgmt::V2015_05_01_preview::ManagedInstances - Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations ServerKeys = Azure::SQL::Mgmt::V2015_05_01_preview::ServerKeys Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers - SyncAgents = Azure::SQL::Mgmt::V2015_05_01_preview::SyncAgents + ManagedInstances = Azure::SQL::Mgmt::V2015_05_01_preview::ManagedInstances SyncGroups = Azure::SQL::Mgmt::V2015_05_01_preview::SyncGroups - SyncMembers = Azure::SQL::Mgmt::V2015_05_01_preview::SyncMembers + ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors SubscriptionUsages = Azure::SQL::Mgmt::V2015_05_01_preview::SubscriptionUsages + SyncMembers = Azure::SQL::Mgmt::V2015_05_01_preview::SyncMembers + SyncAgents = Azure::SQL::Mgmt::V2015_05_01_preview::SyncAgents VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules + FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules + Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations ExtendedDatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ExtendedDatabaseBlobAuditingPolicies ExtendedServerBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ExtendedServerBlobAuditingPolicies ServerBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerBlobAuditingPolicies - DatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseBlobAuditingPolicies DatabaseVulnerabilityAssessmentRuleBaselines = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessmentRuleBaselines DatabaseVulnerabilityAssessments = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessments DataWarehouseUserActivitiesOperations = Azure::SQL::Mgmt::V2017_03_01_preview::DataWarehouseUserActivitiesOperations @@ -62,31 +61,36 @@ module Mgmt JobCredentials = Azure::SQL::Mgmt::V2017_03_01_preview::JobCredentials JobExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobExecutions Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs - JobStepExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobStepExecutions JobSteps = Azure::SQL::Mgmt::V2017_03_01_preview::JobSteps JobTargetExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobTargetExecutions + JobStepExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobStepExecutions 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 - BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::BackupLongTermRetentionPolicies + ManagedBackupShortTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedBackupShortTermRetentionPolicies + JobVersions = Azure::SQL::Mgmt::V2017_03_01_preview::JobVersions ManagedDatabases = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedDatabases - RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints - SensitivityLabels = Azure::SQL::Mgmt::V2017_03_01_preview::SensitivityLabels ServerAutomaticTuningOperations = Azure::SQL::Mgmt::V2017_03_01_preview::ServerAutomaticTuningOperations ServerDnsAliases = Azure::SQL::Mgmt::V2017_03_01_preview::ServerDnsAliases ServerSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerSecurityAlertPolicies + ManagedDatabaseSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedDatabaseSecurityAlertPolicies + BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::BackupLongTermRetentionPolicies + RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints + ManagedServerSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedServerSecurityAlertPolicies + DatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseBlobAuditingPolicies DatabaseOperations = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseOperations - ElasticPoolOperations = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPoolOperations - DatabaseVulnerabilityAssessmentScans = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseVulnerabilityAssessmentScans Capabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Capabilities + ElasticPoolOperations = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPoolOperations Databases = Azure::SQL::Mgmt::V2017_10_01_preview::Databases - ElasticPools = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPools - InstanceFailoverGroups = Azure::SQL::Mgmt::V2017_10_01_preview::InstanceFailoverGroups + DatabaseVulnerabilityAssessmentScans = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseVulnerabilityAssessmentScans BackupShortTermRetentionPolicies = Azure::SQL::Mgmt::V2017_10_01_preview::BackupShortTermRetentionPolicies TdeCertificates = Azure::SQL::Mgmt::V2017_10_01_preview::TdeCertificates ManagedInstanceTdeCertificates = Azure::SQL::Mgmt::V2017_10_01_preview::ManagedInstanceTdeCertificates + ElasticPools = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPools + InstanceFailoverGroups = Azure::SQL::Mgmt::V2017_10_01_preview::InstanceFailoverGroups module Models + ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState + TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus 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 @@ -198,12 +202,8 @@ module Models ReplicationRole = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole ReplicationState = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState ServerVersion = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion - ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState - TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus - OperationDisplay = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay - Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation + ServerListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult RecommendedActionImplementationInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo - OperationListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult 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 @@ -223,205 +223,209 @@ module Models FailoverGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult RecommendedActionMetricInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo SyncFullSchemaPropertiesListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult - FirewallRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult ServerKeyListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult + FirewallRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult SyncGroupLogListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult - ServerListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult PartnerInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo - ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate ResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceWithWritableName 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 + SyncAgentListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentListResult 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 SyncAgentLinkedDatabaseListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult - AutomaticTuningOptions = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions + FailoverGroupUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate SyncDatabaseIdProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties + AutomaticTuningOptions = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions RecommendedAction = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction - Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor - DatabaseAutomaticTuning = Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning EncryptionProtector = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector - FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup + DatabaseAutomaticTuning = Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName - FirewallRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule - ManagedInstance = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance + FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey - Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + ManagedInstance = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance + OperationDisplay = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent - SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase + Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup + OperationListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult + SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase + VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule SyncMember = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember SubscriptionUsage = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage - VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule - AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus - AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus + RecommendedActionInitiatedBy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy AutoExecuteStatusInheritedFrom = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState - RecommendedActionInitiatedBy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy ImplementationMethod = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode - AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason + Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType - FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole + AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType - OperationOrigin = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin SyncAgentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState - SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType + FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole SyncGroupLogType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType - SyncConflictResolutionPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy + OperationOrigin = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin SyncGroupState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState - SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection + SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState + SyncConflictResolutionPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy + SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection + FirewallRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState + Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate + AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus + AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult JobStepAction = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction - ManagedDatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate + DatabaseVulnerabilityAssessmentListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentListResult ManagedDatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult - ServerDnsAliasAcquisition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition + ServerDnsAliasListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult CompleteDatabaseRestoreDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition - AutomaticTuningServerOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions + JobStepListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult JobAgentListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentListResult - SensitivityLabelListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelListResult - JobAgentUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate CreateDatabaseRestorePointDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition - LongTermRetentionBackupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult + JobAgentUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate + ManagedBackupShortTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicyListResult JobCredentialListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredentialListResult - RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult JobExecutionTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget - JobVersionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult + ManagedDatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate + LongTermRetentionBackupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult + AutomaticTuningServerOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions JobExecutionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule - JobTargetGroupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult DatabaseVulnerabilityAssessmentRuleBaselineItem = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem - 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 JobTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget - ServerDnsAliasListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult - JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput ImportExportDatabaseDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition - JobStepExecutionOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions + JobTargetGroupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult + JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput ExtendedDatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy ExtendedServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy + JobStepExecutionOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions ServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy - DatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline + RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult DataWarehouseUserActivities = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities JobAgent = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential JobExecution = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution - Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep JobTargetGroup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion LongTermRetentionBackup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup - BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy + ManagedBackupShortTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy ManagedDatabase = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase - RestorePoint = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint - SensitivityLabel = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabel ServerAutomaticTuning = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning ServerDnsAlias = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias ServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy - BlobAuditingPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState + ManagedDatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseSecurityAlertPolicy + ManagedServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedServerSecurityAlertPolicy JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType JobScheduleType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType + DatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy JobStepActionType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType JobStepActionSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource - JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType JobTargetGroupMembershipType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType ManagedDatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus ManagedDatabaseCreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode - RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType AutomaticTuningServerMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode - AutomaticTuningOptionModeDesired = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired - AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason - SecurityAlertPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState + JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName - SensitivityLabelSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelSource + BlobAuditingPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState + AutomaticTuningOptionModeDesired = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired + AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual + BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy + RestorePoint = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint + Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job + SecurityAlertPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState + RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType ElasticPoolEditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolEditionCapability - ServiceObjectiveCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability - DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult - EditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::EditionCapability + LocationCapabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities + ManagementOperationState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagementOperationState + DatabaseStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseStatus Resource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource + CatalogCollationType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType + ServerVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability + DatabaseListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult + ServiceObjectiveCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability + ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy + ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy + ProxyResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource + TrackedResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource ElasticPoolPerDatabaseMinPerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMinPerformanceLevelCapability BackupShortTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicyListResult ElasticPoolPerDatabaseMaxPerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMaxPerformanceLevelCapability - VulnerabilityAssessmentRecurringScansProperties = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties ElasticPoolPerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerformanceLevelCapability - VulnerabilityAssessmentScanError = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanError InstanceFailoverGroupReadOnlyEndpoint = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadOnlyEndpoint VulnerabilityAssessmentScanRecordListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecordListResult - ServerVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability - MaxSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability ManagedInstanceVcoresCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVcoresCapability MaxSizeRangeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeRangeCapability ManagedInstanceFamilyCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceFamilyCapability - Sku = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku + DatabaseUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate ManagedInstanceEditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceEditionCapability ManagedInstanceVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVersionCapability - ElasticPoolOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult - LocationCapabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities ManagedInstancePairInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo InstanceFailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadWriteEndpoint LogSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability - DatabaseListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult LicenseTypeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability - DatabaseUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate InstanceFailoverGroupListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupListResult - ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition PerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability ElasticPoolPerDatabaseSettings = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings PartnerRegionInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo - ElasticPoolUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate - ElasticPoolListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolListResult - ProxyResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource - DatabaseOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation - TrackedResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource ElasticPoolOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation - DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment + ElasticPoolUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate VulnerabilityAssessmentScanRecord = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecord DatabaseVulnerabilityAssessmentScansExport = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport - Database = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database - ElasticPool = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool - InstanceFailoverGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroup + VulnerabilityAssessmentScanError = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanError BackupShortTermRetentionPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicy - TdeCertificate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate - ManagementOperationState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagementOperationState + ElasticPoolOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult VulnerabilityAssessmentScanTriggerType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType + TdeCertificate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate + Database = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database VulnerabilityAssessmentScanState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState MaxSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit LogSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeUnit + InstanceFailoverGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroup + DatabaseReadScale = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale + ElasticPool = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool + DatabaseLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType CapabilityStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus + ElasticPoolLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType PerformanceLevelUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelUnit + CapabilityGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup CreateMode = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode + InstanceFailoverGroupReplicationRole = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole + DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult SampleName = Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName - DatabaseStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseStatus - CatalogCollationType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType - DatabaseLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType - DatabaseReadScale = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale + ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition ElasticPoolState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState - ElasticPoolLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType - ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy - ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy - InstanceFailoverGroupReplicationRole = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole - CapabilityGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup + Sku = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku + VulnerabilityAssessmentRecurringScansProperties = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties + MaxSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability + DatabaseOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation + EditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::EditionCapability + DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment + ElasticPoolListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolListResult end # # SQLManagementClass # class SQLManagementClass - attr_reader :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :geo_backup_policies, :queries, :query_statistics, :query_texts, :recommended_elastic_pools, :replication_links, :server_azure_adadministrators, :server_communication_links, :service_objectives, :elastic_pool_activities, :elastic_pool_database_activities, :service_tier_advisors, :transparent_data_encryptions, :transparent_data_encryption_activities, :server_table_auditing_policies, :database_table_auditing_policies, :database_connection_policies, :server_usages, :database_usages, :database_advisors, :database_recommended_actions, :server_advisors, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :firewall_rules, :managed_instances, :operations, :server_keys, :servers, :sync_agents, :sync_groups, :sync_members, :subscription_usages, :virtual_network_rules, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_blob_auditing_policies, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_agents, :job_credentials, :job_executions, :jobs, :job_step_executions, :job_steps, :job_target_executions, :job_target_groups, :job_versions, :long_term_retention_backups, :backup_long_term_retention_policies, :managed_databases, :restore_points, :sensitivity_labels, :server_automatic_tuning_operations, :server_dns_aliases, :server_security_alert_policies, :database_operations, :elastic_pool_operations, :database_vulnerability_assessment_scans, :capabilities, :databases, :elastic_pools, :instance_failover_groups, :backup_short_term_retention_policies, :tde_certificates, :managed_instance_tde_certificates, :configurable, :base_url, :options, :model_classes + attr_reader :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :geo_backup_policies, :queries, :query_statistics, :query_texts, :recommended_elastic_pools, :replication_links, :server_azure_adadministrators, :server_communication_links, :service_objectives, :elastic_pool_activities, :elastic_pool_database_activities, :service_tier_advisors, :transparent_data_encryptions, :transparent_data_encryption_activities, :server_table_auditing_policies, :database_table_auditing_policies, :database_connection_policies, :server_usages, :database_usages, :database_recommended_actions, :database_advisors, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :server_keys, :servers, :managed_instances, :sync_groups, :server_advisors, :subscription_usages, :sync_members, :sync_agents, :virtual_network_rules, :firewall_rules, :operations, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_agents, :job_credentials, :job_executions, :jobs, :job_steps, :job_target_executions, :job_step_executions, :job_target_groups, :long_term_retention_backups, :managed_backup_short_term_retention_policies, :job_versions, :managed_databases, :server_automatic_tuning_operations, :server_dns_aliases, :server_security_alert_policies, :managed_database_security_alert_policies, :backup_long_term_retention_policies, :restore_points, :managed_server_security_alert_policies, :database_blob_auditing_policies, :database_operations, :capabilities, :elastic_pool_operations, :databases, :database_vulnerability_assessment_scans, :backup_short_term_retention_policies, :tde_certificates, :managed_instance_tde_certificates, :elastic_pools, :instance_failover_groups, :configurable, :base_url, :options, :model_classes def initialize(options = {}) if options.is_a?(Hash) && options.length == 0 @@ -476,22 +480,22 @@ def initialize(options = {}) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @database_advisors = @client_1.database_advisors @database_recommended_actions = @client_1.database_recommended_actions - @server_advisors = @client_1.server_advisors + @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 - @firewall_rules = @client_1.firewall_rules - @managed_instances = @client_1.managed_instances - @operations = @client_1.operations @server_keys = @client_1.server_keys @servers = @client_1.servers - @sync_agents = @client_1.sync_agents + @managed_instances = @client_1.managed_instances @sync_groups = @client_1.sync_groups - @sync_members = @client_1.sync_members + @server_advisors = @client_1.server_advisors @subscription_usages = @client_1.subscription_usages + @sync_members = @client_1.sync_members + @sync_agents = @client_1.sync_agents @virtual_network_rules = @client_1.virtual_network_rules + @firewall_rules = @client_1.firewall_rules + @operations = @client_1.operations @client_2 = Azure::SQL::Mgmt::V2017_03_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @@ -501,7 +505,6 @@ def initialize(options = {}) @extended_database_blob_auditing_policies = @client_2.extended_database_blob_auditing_policies @extended_server_blob_auditing_policies = @client_2.extended_server_blob_auditing_policies @server_blob_auditing_policies = @client_2.server_blob_auditing_policies - @database_blob_auditing_policies = @client_2.database_blob_auditing_policies @database_vulnerability_assessment_rule_baselines = @client_2.database_vulnerability_assessment_rule_baselines @database_vulnerability_assessments = @client_2.database_vulnerability_assessments @data_warehouse_user_activities_operations = @client_2.data_warehouse_user_activities_operations @@ -509,19 +512,22 @@ def initialize(options = {}) @job_credentials = @client_2.job_credentials @job_executions = @client_2.job_executions @jobs = @client_2.jobs - @job_step_executions = @client_2.job_step_executions @job_steps = @client_2.job_steps @job_target_executions = @client_2.job_target_executions + @job_step_executions = @client_2.job_step_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 - @backup_long_term_retention_policies = @client_2.backup_long_term_retention_policies + @managed_backup_short_term_retention_policies = @client_2.managed_backup_short_term_retention_policies + @job_versions = @client_2.job_versions @managed_databases = @client_2.managed_databases - @restore_points = @client_2.restore_points - @sensitivity_labels = @client_2.sensitivity_labels @server_automatic_tuning_operations = @client_2.server_automatic_tuning_operations @server_dns_aliases = @client_2.server_dns_aliases @server_security_alert_policies = @client_2.server_security_alert_policies + @managed_database_security_alert_policies = @client_2.managed_database_security_alert_policies + @backup_long_term_retention_policies = @client_2.backup_long_term_retention_policies + @restore_points = @client_2.restore_points + @managed_server_security_alert_policies = @client_2.managed_server_security_alert_policies + @database_blob_auditing_policies = @client_2.database_blob_auditing_policies @client_3 = Azure::SQL::Mgmt::V2017_10_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_3.respond_to?(:subscription_id)) @@ -529,15 +535,15 @@ def initialize(options = {}) end add_telemetry(@client_3) @database_operations = @client_3.database_operations - @elastic_pool_operations = @client_3.elastic_pool_operations - @database_vulnerability_assessment_scans = @client_3.database_vulnerability_assessment_scans @capabilities = @client_3.capabilities + @elastic_pool_operations = @client_3.elastic_pool_operations @databases = @client_3.databases - @elastic_pools = @client_3.elastic_pools - @instance_failover_groups = @client_3.instance_failover_groups + @database_vulnerability_assessment_scans = @client_3.database_vulnerability_assessment_scans @backup_short_term_retention_policies = @client_3.backup_short_term_retention_policies @tde_certificates = @client_3.tde_certificates @managed_instance_tde_certificates = @client_3.managed_instance_tde_certificates + @elastic_pools = @client_3.elastic_pools + @instance_failover_groups = @client_3.instance_failover_groups @model_classes = ModelClasses.new end @@ -564,6 +570,12 @@ def method_missing(method, *args) end class ModelClasses + def server_state + Azure::SQL::Mgmt::V2014_04_01::Models::ServerState + end + def transparent_data_encryption_activity_status + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus + end def metric_value Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue end @@ -897,24 +909,12 @@ def replication_state def server_version Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion end - def server_state - Azure::SQL::Mgmt::V2014_04_01::Models::ServerState - end - def transparent_data_encryption_activity_status - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus - end - def operation_display - Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay - end - def operation - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation + def server_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult end def recommended_action_implementation_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo end - def operation_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult - end def recommended_action_impact_record Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord end @@ -972,27 +972,21 @@ def recommended_action_metric_info def sync_full_schema_properties_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult end - def firewall_rule_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult - end def server_key_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult end + def firewall_rule_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult + end def virtual_network_rule_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult end def sync_group_log_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult end - def server_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult - end def partner_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo end - def server_update - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate - end def resource_with_writable_name Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceWithWritableName end @@ -1002,86 +996,83 @@ def subscription_usage_list_result def sync_group_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupListResult end - def sync_agent_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentListResult - end def failover_group_read_write_endpoint Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint 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 + def sync_agent_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentListResult 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 + def sync_full_schema_properties + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties end 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 + def failover_group_update + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate end def sync_database_id_properties Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties end + def automatic_tuning_options + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions + end def recommended_action Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction end - def advisor - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor + def encryption_protector + Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector end def database_automatic_tuning Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning end - def encryption_protector - Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector + def proxy_resource_with_writable_name + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName end def failover_group Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup end - def proxy_resource_with_writable_name - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName - end - def firewall_rule - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule + def server_key + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey end def managed_instance Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance end - def server_key - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey - end - def server - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + def operation_display + Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay end def sync_agent Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent end - def sync_agent_linked_database - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase + def operation + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation end def sync_group Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup end - def sync_member - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember + def operation_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult end - def subscription_usage - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage + def sync_agent_linked_database + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase end def virtual_network_rule Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule end - def advisor_status - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus + def sync_member + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember end - def auto_execute_status - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus + def subscription_usage + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage + end + def recommended_action_initiated_by + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy end def auto_execute_status_inherited_from Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom @@ -1089,9 +1080,6 @@ def auto_execute_status_inherited_from def recommended_action_current_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState end - def recommended_action_initiated_by - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy - end def implementation_method Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod end @@ -1101,92 +1089,110 @@ def is_retryable def automatic_tuning_mode Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode end - def automatic_tuning_disabled_reason - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason + def advisor + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor end def server_key_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType end - def failover_group_replication_role - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole + def automatic_tuning_disabled_reason + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason end def identity_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType end - def operation_origin - Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin - end def sync_agent_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState end - def sync_member_db_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType + def failover_group_replication_role + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole end def sync_group_log_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType end - def sync_conflict_resolution_policy - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy + def operation_origin + Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin end def sync_group_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState end - def sync_direction - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection + def sync_member_db_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType end def sync_member_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState end + 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 + end + def firewall_rule + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule + end def virtual_network_rule_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState end + def server + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + end + def server_update + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate + end + def advisor_status + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus + end + def auto_execute_status + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus + end def job_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult end def job_step_action Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction end - def managed_database_update - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate + def database_vulnerability_assessment_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentListResult end def managed_database_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult end - def server_dns_alias_acquisition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition + def server_dns_alias_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult end def complete_database_restore_definition Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition end - def automatic_tuning_server_options - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions + def job_step_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult end def job_agent_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentListResult end - def sensitivity_label_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelListResult + 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 create_database_restore_point_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition - end - def long_term_retention_backup_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult + def managed_backup_short_term_retention_policy_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicyListResult end def job_credential_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredentialListResult end - def restore_point_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult - end def job_execution_target Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget end - def job_version_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult + def managed_database_update + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate + end + def long_term_retention_backup_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult + end + def automatic_tuning_server_options + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions end def job_execution_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult @@ -1194,29 +1200,26 @@ def job_execution_list_result def job_schedule Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule end - def job_target_group_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult - end def database_vulnerability_assessment_rule_baseline_item Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem end - def job_step_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult + 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 job_target Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget end - def server_dns_alias_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult - end - def job_step_output - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput - end def import_export_database_definition Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition end - def job_step_execution_options - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions + def job_target_group_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult + end + def job_step_output + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput end def extended_database_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy @@ -1224,18 +1227,21 @@ def extended_database_blob_auditing_policy def extended_server_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy end + def job_step_execution_options + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions + end def server_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy end - def database_blob_auditing_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy - end def import_export_operation_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult end def database_vulnerability_assessment_rule_baseline Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline end + def restore_point_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult + end def data_warehouse_user_activities Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities end @@ -1248,9 +1254,6 @@ def job_credential def job_execution Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution end - def job - Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job - end def job_step Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep end @@ -1263,18 +1266,12 @@ def job_version def long_term_retention_backup Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup end - def backup_long_term_retention_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy + def managed_backup_short_term_retention_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy end def managed_database Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase end - def restore_point - Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint - end - def sensitivity_label - Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabel - end def server_automatic_tuning Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning end @@ -1284,8 +1281,11 @@ def server_dns_alias def server_security_alert_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy end - def blob_auditing_policy_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState + def managed_database_security_alert_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseSecurityAlertPolicy + end + def managed_server_security_alert_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedServerSecurityAlertPolicy end def job_agent_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState @@ -1302,15 +1302,15 @@ def job_target_type def job_schedule_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType end + def database_blob_auditing_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy + end def job_step_action_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType end def job_step_action_source Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource end - def job_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 @@ -1320,48 +1320,84 @@ def managed_database_status def managed_database_create_mode Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode end - def restore_point_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType - end def automatic_tuning_server_mode Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode end + def automatic_tuning_server_reason + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason + end + def long_term_retention_database_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState + end + def job_step_output_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType + end + def vulnerability_assessment_policy_baseline_name + Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName + end + def blob_auditing_policy_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState + end def automatic_tuning_option_mode_desired Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired end def automatic_tuning_option_mode_actual Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual end - def automatic_tuning_server_reason - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason + def backup_long_term_retention_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy end - def security_alert_policy_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState + def restore_point + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint end - def long_term_retention_database_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState + def job + Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job end - def vulnerability_assessment_policy_baseline_name - Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName + def security_alert_policy_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState end - def sensitivity_label_source - Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelSource + def restore_point_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType end def elastic_pool_edition_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolEditionCapability end - def service_objective_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability + def location_capabilities + Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities end - def database_operation_list_result - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult + def management_operation_state + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagementOperationState end - def edition_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::EditionCapability + def database_status + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseStatus end def resource Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource end + def catalog_collation_type + Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType + end + def server_version_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability + end + def database_list_result + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult + end + def service_objective_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability + end + def read_write_endpoint_failover_policy + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy + end + def read_only_endpoint_failover_policy + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy + end + def proxy_resource + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource + end + def tracked_resource + Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource + end def elastic_pool_per_database_min_performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMinPerformanceLevelCapability end @@ -1371,27 +1407,15 @@ def backup_short_term_retention_policy_list_result def elastic_pool_per_database_max_performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMaxPerformanceLevelCapability end - def vulnerability_assessment_recurring_scans_properties - Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties - end def elastic_pool_performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerformanceLevelCapability end - def vulnerability_assessment_scan_error - Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanError - end def instance_failover_group_read_only_endpoint Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadOnlyEndpoint end def vulnerability_assessment_scan_record_list_result Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecordListResult end - def server_version_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability - end - def max_size_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability - end def managed_instance_vcores_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVcoresCapability end @@ -1401,8 +1425,8 @@ def max_size_range_capability def managed_instance_family_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceFamilyCapability end - def sku - Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku + def database_update + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate end def managed_instance_edition_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceEditionCapability @@ -1410,12 +1434,6 @@ def managed_instance_edition_capability def managed_instance_version_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVersionCapability end - def elastic_pool_operation_list_result - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult - end - def location_capabilities - Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities - end def managed_instance_pair_info Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo end @@ -1425,21 +1443,12 @@ def instance_failover_group_read_write_endpoint def log_size_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability end - def database_list_result - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult - end def license_type_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability end - def database_update - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate - end def instance_failover_group_list_result Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupListResult end - def resource_move_definition - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition - end def performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability end @@ -1449,26 +1458,11 @@ def elastic_pool_per_database_settings def partner_region_info Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo end - def elastic_pool_update - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate - end - def elastic_pool_list_result - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolListResult - end - def proxy_resource - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource - end - def database_operation - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation - end - def tracked_resource - Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource - end def elastic_pool_operation Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation end - def database_vulnerability_assessment - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment + def elastic_pool_update + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate end def vulnerability_assessment_scan_record Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecord @@ -1476,27 +1470,24 @@ def vulnerability_assessment_scan_record def database_vulnerability_assessment_scans_export Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport end - def database - Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database - end - def elastic_pool - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool - end - def instance_failover_group - Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroup + def vulnerability_assessment_scan_error + Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanError end def backup_short_term_retention_policy Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicy end - def tde_certificate - Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate - end - def management_operation_state - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagementOperationState + def elastic_pool_operation_list_result + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult end def vulnerability_assessment_scan_trigger_type Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType end + def tde_certificate + Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate + end + def database + Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database + end def vulnerability_assessment_scan_state Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState end @@ -1506,47 +1497,68 @@ def max_size_unit def log_size_unit Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeUnit end + def instance_failover_group + Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroup + end + def database_read_scale + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale + end + def elastic_pool + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool + end + def database_license_type + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType + end def capability_status Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus end + def elastic_pool_license_type + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType + end def performance_level_unit Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelUnit end + def capability_group + Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup + end def create_mode Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode end - def sample_name - Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName - end - def database_status - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseStatus + def instance_failover_group_replication_role + Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole end - def catalog_collation_type - Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType + def database_operation_list_result + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult end - def database_license_type - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType + def sample_name + Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName end - def database_read_scale - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale + def resource_move_definition + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition end def elastic_pool_state Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState end - def elastic_pool_license_type - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType + def sku + Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku end - def read_write_endpoint_failover_policy - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy + def vulnerability_assessment_recurring_scans_properties + Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties end - def read_only_endpoint_failover_policy - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy + def max_size_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability end - def instance_failover_group_replication_role - Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole + def database_operation + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation end - def capability_group - Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup + def edition_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::EditionCapability + end + def database_vulnerability_assessment + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment + end + def elastic_pool_list_result + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolListResult end end end